Get Deployments Using GET 1
Returns a paginated list of deployments.
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Number of records you want to skip
1
Number of records you want
1
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
Comma-separated start and end dates for the interval
Expands deployment last request.
The 'project' field of each resulting deployment will be retrieved.
The 'resources' field of each resulting deployment will be retrieved.
Comma-separated start and end dates for the interval
A comma-separated list. Only deployments with these IDs will be included in the results.
Results must have exactly this name.
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.
A comma-separated list. Results must be associated with one of these statuses.
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",
"approvedAt": "string",
"blueprintId": "string",
"cancelable": false,
"catalogItemId": "string",
"completedAt": "string",
"completedTasks": 0,
"createdAt": "string",
"deploymentId": "string",
"details": "string",
"dismissed": false,
"id": "string",
"initializedAt": "string",
"name": "string",
"parentId": "string",
"requestedBy": "string",
"resourceName": "string",
"resourceType": "string",
"status": "string",
"totalTasks": 0,
"updatedAt": "string"
},
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"leaseExpireAt": "string",
"name": "string",
"orgId": "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"
}
],
"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