Get Deployments Using GET
Returns a paginated list of deployments.
A comma-separated list. Results must be associated with one of these cloud accounts.
A comma-separated list. Results must be associated with one of these endpoint Types
Expands deployment last request.
Retrieves the 'metadata' field of the resource.
The 'project' field of each resulting deployment will be retrieved.
The 'resources' field of each resulting deployment will be retrieved.
The 'resources' field of each deployment in the result list will be read from a cache for a faster query.
The 'resources' field of each deployment in the result list will be guaranteed up-to-date.
A comma-separated list. Only deployments with these IDs will be included in the results.
Results must have exactly this name.
Results page you want to retrieve (0..N)
A comma-separated list. Results must be associated with one of these project IDs.
A comma-separated list. Results must be associated with one of these requesters
A comma-separated list. Results must be associated with one of these resourceType Names.
Results must either have names with this string as a prefix or contain this string in their description.
Number of records per page.
20
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
A comma-separated list. Results must be associated with one of these tags
A comma-separated list. Results must be associated with one of these templates.
OK
{
"content": [
{
"blueprintId": "string",
"blueprintVersion": "string",
"catalogItemId": "string",
"catalogItemVersion": "string",
"createdAt": "string",
"createdBy": "string",
"description": "string",
"expense": {
"additionalExpense": "number",
"code": "string",
"computeExpense": "number",
"lastUpdatedTime": "string",
"message": "string",
"networkExpense": "number",
"storageExpense": "number",
"totalExpense": "number",
"unit": "string"
},
"iconId": "string",
"id": "string",
"lastRequest": {
"actionId": "string",
"blueprintId": "string",
"catalogItemId": "string",
"completedTasks": 0,
"createdAt": "string",
"deploymentId": "string",
"details": "string",
"id": "string",
"name": "string",
"parentId": "string",
"requestedBy": "string",
"requester": "string",
"resourceName": "string",
"resourceType": "string",
"status": "string",
"statusDetails": "string",
"totalTasks": 0,
"updatedAt": "string"
},
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"leaseExpireAt": "string",
"name": "string",
"project": {
"id": "string",
"link": "string",
"name": "string"
},
"projectId": "string",
"resources": [
{
"createdAt": "string",
"dependsOn": [
"string"
],
"description": "string",
"expense": {
"additionalExpense": "number",
"code": "string",
"computeExpense": "number",
"lastUpdatedTime": "string",
"message": "string",
"networkExpense": "number",
"storageExpense": "number",
"totalExpense": "number",
"unit": "string"
},
"id": "string",
"name": "string",
"state": "string",
"syncStatus": "string",
"type": "string"
}
],
"simulated": false,
"status": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
empty
first
last
number
numberOfElements
size
totalElements
totalPages
Unauthorized
Forbidden
Not Found