Queries for deployments that fulfill given parameters. Parameters may be the properties of deployments, such as the id or name or a range of the deployment time. The size of the result set can be retrieved by using the Get Deployment count method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Filter by deployment id
Filter by the deployment name. Exact match.
Filter by the deployment name that the parameter is a substring of. The parameter can include the
wildcard % to express like-strategy such as: starts with (%name), ends with (name%) or contains
(%name%).
Filter by the deployment source.
Filter by the deployment source whereby source is equal to null.
Filter by a comma-separated list of tenant ids. A deployment must have one of the given tenant ids.
Only include deployments which belong to no tenant. Value may only be true, as false is the default
behavior.
Include deployments which belong to no tenant. Can be used in combination with tenantIdIn. Value may
only be true, as false is the default behavior.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
id, name, deploymentTime, tenantId Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.
Request successful.
The id of the deployment.
The tenant id of the deployment.
The time when the deployment was created.
The source of the deployment.
The name of the deployment.
The links associated to this resource, with method, href and rel.