List Blueprint Requests Using GET
Lists blueprint requests
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Fields to include in content.
Deployment Id filter
Plan Requests filter
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Number of records you want
1
Number of records you want to skip
1
Sorting criteria in the format: property (asc|desc). Default sort order is descending on updatedAt. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy.
OK
{
"content": [
{
"blueprintId": "string",
"blueprintVersion": "string",
"cancelRequestedAt": "string",
"cancelRequestedBy": "string",
"content": "string",
"createdAt": "string",
"createdBy": "string",
"deploymentId": "string",
"deploymentName": "string",
"description": "string",
"destroy": false,
"failureMessage": "string",
"flowExecutionId": "string",
"flowId": "string",
"id": "string",
"ignoreDeleteFailures": false,
"inputs": {
"inputs": {}
},
"orgId": "string",
"plan": false,
"projectId": "string",
"projectName": "string",
"reason": "string",
"requestTrackerId": "string",
"simulate": false,
"status": "string",
"targetResources": [
"string"
],
"updatedAt": "string",
"updatedBy": "string",
"validationMessages": [
{
"message": "string",
"metadata": {
"metadata": "string"
},
"path": "string",
"resourceName": "string",
"type": "string"
}
]
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Bad Request
Unauthorized
Forbidden
curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/blueprint-requests