List all the deployments matching the specified filter parameters
GET/api/management/v2/deployments/deployments
Returns a filtered collection of deployments in the system. While you can provide multiple deployment identifiers, and multiple names to get the multiple deployments you cannot mix the ids and names in a one query expecting to get deployments that match both names or ids. The endpoint will return the deployments that match the ids and the name, if combined.
Request
Responses
- 200
- 400
- 401
- 500
Successful response.
Response Headers
X-Total-Count
Total number of deployments matching query.
Link
Standard header, we support 'first', 'next', and 'prev'.
Invalid Request.
Unauthorized.
Internal Server Error.