Get the list of resources
Example
aiware getResources X-Correlation-Id:value engineIDs=value resourceType=value offset=value limit=value direction=value orderBy=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| engineIDs | string | Field to provide the input to get engines by Engine ID list. Separated by commas | [optional] [default to null] |
| resourceType | string | Filter by resourceType | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| orderBy | string | The sort column to use | [optional] [default to null] |
Return type
GetResourcesResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json