[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

NotificationSetting

Properties

frequency Optional

The frequency of notification. It can take a value IMMEDIATE or DAILY.

Possible values are: IMMEDIATEDAILY


string
notification_time Optional

The custom time of notification. This field needs to be set ONLY in case of Daily Digest Emails.


array of string
receivers Optional

List of notification receivers.


type Optional

The type of notification. It can take a value EMAIL or SNMP.

Possible values are: EMAILSNMP

JSON Example

{
	"frequency": "IMMEDIATE",
	"notification_time": "string",
	"receivers": [
		"string"
	],
	"type": "EMAIL"
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Property Of

SearchBasedAlertConfigRequest
SearchBasedAlertConfigResponse
SubscriptionRequest
SubscriptionResponse

Feedback

Was this page helpful?