{
"count": 1,
"suggestsysalert": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_system": true,
"name": "test-network",
"project_domain_id": "string",
"project_id": "string",
"res_id": "string",
"rule_scope": "string",
"status": "string",
"type": "string"
}
}curl --location --request POST 'https://example.com:30888/suggestsysalerts' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"suggestsysalert": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_system": true,
"name": "test-network",
"project_domain_id": "string",
"project_id": "string",
"res_id": "string",
"rule_scope": "string",
"status": "string",
"type": "string"
}
}'{
"suggestsysalert": {
"IsPublic": true,
"PublicScope": "string",
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"project": "string",
"project_domain": "string",
"project_id": "string",
"project_metadata": {
"property1": "string",
"property2": "string"
},
"shared_domains": [
{
"id": "string",
"name": "string"
}
],
"shared_projects": [
{
"domain": "string",
"domain_id": "string",
"id": "string",
"name": "string"
}
],
"tenant": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}