Returns total cost, cost trend, and the time period based on the specified query parameters.
read
write
) 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 cost details in a tabular format based on the specified query parameters.
read
write
) 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.
read
write
) 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"
}
]
}