{
"alert_rules": [
{
"resource_type_desc": {
"property1": "string",
"property2": "string"
},
"group": "string",
"weight": 0,
"level": "string",
"reasons": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"basic_type": "string",
"enabled": true,
"auto_resolved": true,
"trigger_mode": "string",
"advices": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"alarm_id": "string",
"descriptions": {
"property1": "string",
"property2": "string"
},
"trigger_period": 0,
"trigger_value": "string",
"type": "string",
"resource_type": "string",
"source": "string"
}
]
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/alert-rules/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"alert_rules": [
{
"resource_type_desc": {
"property1": "string",
"property2": "string"
},
"group": "string",
"weight": 0,
"level": "string",
"reasons": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"basic_type": "string",
"enabled": true,
"auto_resolved": true,
"trigger_mode": "string",
"advices": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"alarm_id": "string",
"descriptions": {
"property1": "string",
"property2": "string"
},
"trigger_period": 0,
"trigger_value": "string",
"type": "string",
"resource_type": "string",
"source": "string"
}
]
}'{
"alert_rules": {
"created_rules": [
{
"trigger_value_desc": "string",
"resource_type_desc": "string",
"group": "string",
"description": "string",
"weight": 0,
"has_resource_blacklist": true,
"create": "2019-08-24T14:15:22Z",
"basic_type": "string",
"enabled": true,
"group_desc": "string",
"trigger_mode": "string",
"update": "2019-08-24T14:15:22Z",
"alarm_id": "string",
"source": "string",
"trigger_period": 0,
"level": "string",
"type": "string",
"id": 0,
"resource_type": "string",
"trigger_value": "string"
}
],
"created_count": 0,
"updated_rules": [
{
"trigger_value_desc": "string",
"resource_type_desc": "string",
"group": "string",
"description": "string",
"weight": 0,
"has_resource_blacklist": true,
"create": "2019-08-24T14:15:22Z",
"basic_type": "string",
"enabled": true,
"group_desc": "string",
"trigger_mode": "string",
"update": "2019-08-24T14:15:22Z",
"alarm_id": "string",
"source": "string",
"trigger_period": 0,
"level": "string",
"type": "string",
"id": 0,
"resource_type": "string",
"trigger_value": "string"
}
],
"create_time": "2019-08-24T14:15:22Z",
"total_count": 0,
"updated_count": 0
}
}