Get All resources with deployment and BP details that were created Or updated within A specified time range.
Get all the Resources that were created or updated between a specified time range.
From Time
To Time
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
Success - return a list of Resources.
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"resourceId": "string",
"blueprintName": "string",
"resourceName": "string",
"blueprintSnapshotId": "string",
"providerBindingId": "string",
"blueprintId": "string",
"cafeResourceId": "string",
"blueprintComponentId": "string",
"subTenantId": "string",
"componentTypeId": "string",
"providerId": "string",
"deploymentId": "string",
"tenantId": "string",
"deploymentName": "string"
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements
Invalid request - bad data.
Forbidden.