v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAlerts
Create an alert
Creates a new alert.
post/analytics/v1/alerts
Request body
Example request
{
"config": {
"metric": {
"type": "basic",
"value": "cost"
},
"timeInterval": "year",
"operator": "gt",
"scopes": [
{
"key": "service_description",
"type": "fixed",
"values": [
"Amazon Simple Storage Service"
]
}
],
"condition": "value",
"currency": "USD",
"value": 1000
},
"name": "test08"
}Response
Created - The request succeeded.
Example response
{
"id": "7jyrczd6CSh3M8TuQ6Qq",
"name": "fgfgh",
"createTime": 1678628817062,
"updateTime": 1678628938891,
"lastAlerted": null,
"recipients": [
"user1@example.com",
"user2@example.com"
],
"config": {
"condition": "value",
"currency": "USD",
"metric": {
"type": "basic",
"value": "cost"
},
"operator": "gt",
"evaluateForEach": "",
"attributions": [
"PvqyGcdFcTHh7aLUdGdf"
],
"scopes": [],
"timeInterval": "month",
"dataSource": "billing",
"value": 500
}
}