{
"customerId": "string",
"rules": [
{
"emailChannel": {
"recipients": [
"string"
]
},
"eventType": "string",
"isActive": "boolean",
"resource": "string",
"webHooks": {
"urlList": [
{
"Host": "string",
"Path": "string",
"Scheme": "string"
}
]
}
}
]
}
Name | Type | Description | Additional |
---|---|---|---|
customerId | string |
Id of the customer |
|
rules[] | array |
List |
|
rules[].emailChannel | object | Optional | |
rules[].emailChannel.recipients[] | array of string |
List of emails to send notifications |
Optional |
rules[].eventType | string |
Event to be notified Possible values are:
|
|
rules[].isActive | boolean |
Set of rules activated or not |
Optional |
rules[].resource | string |
Resource to be notified Possible values are:
|
|
rules[].webHooks | object | Optional | |
rules[].webHooks.urlList[] | array |
List of urls to send notifications |
Optional |
rules[].webHooks.urlList[].Host | string |
Hostname of the url |
Optional |
rules[].webHooks.urlList[].Path | string |
Path of the url or uri |
Optional |
rules[].webHooks.urlList[].Scheme | string |
Scheme of the url |
Optional |