Cloud And AI Cost Anomaly Details
Get resource level insights into your cloud and AI cost anomalies
Get actual cost time-series data for given anomaly.
Account Identifier for the Entity.
Bad Request
This is Failure entity as defied in Harness
Internal server error
Get anomaly cost time-series data
GET /gateway/ccm/api/anomaly/v2/drill-down/cost/time-series?accountIdentifier=text&anomalyId=text HTTP/1.1
Host: nextgen-ce-d788d786-ssnpc
Accept: */*
{
"status": "SUCCESS",
"code": "DEFAULT_ERROR_CODE",
"message": "text",
"correlationId": "text",
"errors": [
{
"fieldId": "text",
"error": "text"
}
]
}Get details about the given cloud and AI cost anomaly
Account Identifier for the Entity.
Bad Request
This is Failure entity as defied in Harness
Internal server error
Get anomaly details
GET /gateway/ccm/api/anomaly/v2/drill-down?accountIdentifier=text&anomalyId=text HTTP/1.1
Host: nextgen-ce-d788d786-ssnpc
Accept: */*
{
"status": "SUCCESS",
"code": "DEFAULT_ERROR_CODE",
"message": "text",
"correlationId": "text",
"errors": [
{
"fieldId": "text",
"error": "text"
}
]
}Get actual cost time-series data for given resource.
Account Identifier for the Entity.
Bad Request
This is Failure entity as defied in Harness
Internal server error
Get anomaly resource cost time-series data
GET /gateway/ccm/api/anomaly/v2/drill-down/resource/cost/time-series?accountIdentifier=text&anomalyId=text HTTP/1.1
Host: nextgen-ce-d788d786-ssnpc
Accept: */*
{
"status": "SUCCESS",
"code": "DEFAULT_ERROR_CODE",
"message": "text",
"correlationId": "text",
"errors": [
{
"fieldId": "text",
"error": "text"
}
]
}Get details about the top contributing resources for the given cloud and AI cost anomaly. Returns either a list of resource details (AnomalyResourceDetails) when drill-down is successful, or a list of anomaly data (AnomalyData) when drill-down results are insufficient or empty. The response type depends on whether the drill-down query returns meaningful results and whether the drill-down cost impact is at least 50% of the total cost impact.
Account Identifier for the Entity.
Returns either a list of AnomalyResourceDetails (when drill-down is successful) or a list of AnomalyData (when drill-down is insufficient).
Response containing either List or List based on drill-down results and feature flag configuration
Bad Request
Internal server error
GET /gateway/ccm/api/anomaly/v2/drill-down/list?accountIdentifier=text&anomalyId=text HTTP/1.1
Host: nextgen-ce-d788d786-ssnpc
Accept: */*
textLast updated
Was this helpful?