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.
Response
Request successful.
The number of matching instances.