Returns total cost, cost trend, and the time period based on the specified query parameters.
Cost details query parameters.
Bad Request
Internal server error
Returns total cost, cost trend, and the time period based on the specified query parameters.
{- "filters": [
- {
- "field": "PERSPECTIVE_ID",
- "operator": "NOT_IN",
- "values": [
- "string"
]
}
], - "groupBy": [
- "PERSPECTIVE_ID"
], - "timeResolution": "HOUR",
- "limit": 0,
- "sortOrder": "ASCENDING",
- "offset": 0,
- "skipRoundOff": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns cluster data based on the specified query parameters.
Cost details query parameters.
Bad Request
Internal server error
Returns cluster data in a tabular format based on the specified query parameters.
{- "aggregations": [
- {
- "operationType": "SUM",
- "field": "PERSPECTIVE_ID"
}
], - "filters": [
- {
- "field": "PERSPECTIVE_ID",
- "operator": "NOT_IN",
- "values": [
- "string"
]
}
], - "groupBy": [
- "PERSPECTIVE_ID"
], - "timeResolution": "HOUR",
- "limit": 0,
- "sortOrder": "ASCENDING",
- "offset": 0,
- "skipRoundOff": true,
- "selectedLabels": [
- "string"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns cost details in a tabular format based on the specified query parameters.
Cost details query parameters.
Bad Request
Internal server error
Returns cost details in a tabular format based on the specified query parameters.
{- "filters": [
- {
- "field": "PERSPECTIVE_ID",
- "operator": "NOT_IN",
- "values": [
- "string"
]
}
], - "groupBy": [
- "PERSPECTIVE_ID"
], - "timeResolution": "HOUR",
- "limit": 0,
- "sortOrder": "ASCENDING",
- "offset": 0,
- "skipRoundOff": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Returns cost details in a time series format based on the specified query parameters.
Cost details query parameters.
Bad Request
Internal server error
Returns cost details in a time series format based on the specified query parameters.
{- "filters": [
- {
- "field": "PERSPECTIVE_ID",
- "operator": "NOT_IN",
- "values": [
- "string"
]
}
], - "groupBy": [
- "PERSPECTIVE_ID"
], - "timeResolution": "HOUR",
- "limit": 0,
- "sortOrder": "ASCENDING",
- "offset": 0,
- "skipRoundOff": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}