DeploymentsFilter
Narrows the deployments list to only matching records.
All filters are combined with AND logic. Omit a filter to skip that criterion.
input DeploymentsFilter {
instanceId: IdFilter
status: DeploymentStatusFilter
action: DeploymentActionFilter
}
Fields
DeploymentsFilter.instanceId ● IdFilter input {#instance-id}
Return only deployments for the specified instance(s).
DeploymentsFilter.status ● DeploymentStatusFilter input {#status}
Return only deployments in the specified status(es).
DeploymentsFilter.action ● DeploymentActionFilter input {#action}
Return only deployments with the specified action type(s).
Member Of
deployments query