Get All resources with deployment and BP details that were created Or updated within A specified time range.

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.

Request
URI
GET
https:///composition-service/api/componentresources/allResources?fromTime&toTime
COPY
Query Parameters
integer
fromTime
Required

From Time

integer
toTime
Required

To Time

integer
page
Optional

Page Number

integer
limit
Optional

Number of entries per page

string
$orderby
Optional

Multiple comma-separated properties sorted in ascending or descending order

integer
$top
Optional

Sets the number of returned entries from the top of the response (total number per page in relation to skip)

integer
$skip
Optional

Sets how many entries you would like to skip

string
$filter
Optional

Boolean expression for whether a particular entry should be included in the response


Responses
200

Success - return a list of Resources.

Returns PageResourceDetails of type(s) */*
{
    "number": "integer",
    "size": "integer",
    "last": "boolean",
    "numberOfElements": "integer",
    "totalPages": "integer",
    "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": "boolean",
    "totalElements": "integer"
}
integer As int32 As int32
number
Optional

number

integer As int32 As int32
size
Optional

size

boolean
last
Optional

last

integer As int32 As int32
numberOfElements
Optional

numberOfElements

integer As int32 As int32
totalPages
Optional

totalPages

sort
Optional

sort

content
Optional

content

boolean
first
Optional

first

integer As int64 As int64
totalElements
Optional

totalElements


400

Invalid request - bad data.

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure