Create a cost-anomaly
POST /cost-anomalies
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
object
Organisation documentId the anomaly belongs to.
Cloud-instance documentId or service name. Null = org-total anomaly.
Expected cost derived from historical baseline (IQR median or mean).
Observed cost that triggered the anomaly.
Signed percentage deviation: (actual - expected) / expected * 100.
User ID (Strapi numeric id or email) who acknowledged the anomaly.
Responses
Section titled “ Responses ”Created
object
object
Organisation documentId the anomaly belongs to.
Cloud-instance documentId or service name. Null = org-total anomaly.
Expected cost derived from historical baseline (IQR median or mean).
Observed cost that triggered the anomaly.
Signed percentage deviation: (actual - expected) / expected * 100.
User ID (Strapi numeric id or email) who acknowledged the anomaly.
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)