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

SubscriptionResponse

Properties

boolean
active Optional

string
daily_at_utc Optional

email_frequency Optional

Possible values are: IMMEDIATELYDAILY_DIGEST


array of string
email_ids Optional

string
entity_id Optional

string
event_name Optional

generate_event_criteria Optional

The basis of raising of alerts. It can take a value SEARCH_RESULT_CHANGE or ZERO_SEARCH_RESULTS

Possible values are: SEARCH_RESULT_CHANGEZERO_SEARCH_RESULTS


boolean
is_problem Optional

notification_settings Optional

Notifications configured for alerts corresponding to this alert configuration.


string
search_criteria Optional

severity Optional

Possible values are: CriticalModerateWarningInfo


array of string
snmp_trap_entity_ids Optional

JSON Example

{
	"active": false,
	"daily_at_utc": "string",
	"email_frequency": "IMMEDIATELY",
	"email_ids": [
		"string"
	],
	"entity_id": "string",
	"event_name": "string",
	"generate_event_criteria": "SEARCH_RESULT_CHANGE",
	"is_problem": false,
	"notification_settings": [
		{
			"frequency": "IMMEDIATE",
			"notification_time": "string",
			"receivers": [
				"string"
			],
			"type": "EMAIL"
		}
	],
	"search_criteria": "string",
	"severity": "Critical",
	"snmp_trap_entity_ids": [
		"string"
	]
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Property Of

SubscriptionListResponse
Returned By

Create User Defined Event
Get User Defined Event
Update User Defined Event
Disable User Defined Event
Enable User Defined Event

Feedback

Was this page helpful?