Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
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.
Response
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.