Cost Anomaly
Get grouping rule–wise daily cost anomalies
Retrieve grouping rule–wise cost anomalies.
post/v2/cost_anomaly/dimension_grouping_rule_view
Request body
Example request
{
"anomaly_status": "active",
"currency": "AED"
}Response
Success
Example response
[
{
"currency": "AED",
"anomaly_summary": {
"anomaly_type": "below_threshold"
},
"anomaly_details": [
{
"anomaly_type": "below_threshold"
}
]
}
]