Cost Anomaly
Get Account wise daily Billing Cost Anomaly
View Billing Cost Anomaly Data.
post/cost_anomaly/billing_cost_anomaly
Request body
Example request
{
"anomaly_status": "active"
}Response
Success
Example response
{
"details": [
{
"categories": [
{
"anomaly_type": "below_threshold",
"resources": [
{
"anomaly_type": "below_threshold"
}
]
}
],
"service_account_level_anomalies": {
"anomaly_type": "below_threshold",
"resources": [
{
"anomaly_type": "below_threshold"
}
]
}
}
]
}