Get Resource Views
Deprecated since version 8.0. Retrieves the resources (using a domain object targeted for direct REST API users) that were provisioned.
This API is very similar to /api/consumer/resources, with only difference being that the ConsumerResource objects are transformed into the more API-friendly ConsumerResourceView objectsManaged Only Boolean
With Extended Data Boolean
With Operations Boolean
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
successful operation
{
"number": 0,
"numberOfElements": 0,
"last": false,
"size": 0,
"totalPages": 0,
"first": false,
"content": [
{
"iconId": "string",
"costs": {
"leaseRate": {
"basis": {
"unit": "string",
"amount": 0
}
}
},
"resourceId": "string",
"hasChildren": false,
"requestState": "string",
"description": "string",
"owners": [
"string"
],
"parentResourceId": "string",
"catalogItemId": "string",
"lastUpdated": "string",
"dateCreated": "string",
"requestId": "string",
"businessGroupId": "string",
"name": "string",
"tenantId": "string",
"links": [
{
"rel": "string",
"href": "string"
}
],
"lease": {
"start": "string",
"end": "string"
},
"catalogItemLabel": "string",
"status": "string",
"resourceType": "string"
}
],
"totalElements": 0
}
number
numberOfElements
last
size
totalPages
first
totalElements