GetResourcesResponse GetResources(ctx, optional)
Get the list of resources
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetResourcesOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a GetResourcesOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| engineIDs | optional.String | Field to provide the input to get engines by Engine ID list. Separated by commas | |
| resourceType | optional.String | Filter by resourceType | |
| offset | optional.Int64 | the number of data to skip before getting the result set | |
| limit | optional.Int64 | the number of items to return. | [default to 10] |
| direction | optional.String | the sort order. ASC or DESC. | [default to DESC] |
| orderBy | optional.String | The sort column to use | |
Return type
GetResourcesResponse
Authorization
api_key
- Content-Type: Not defined
- Accept: application/json