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

Get All User Defined Events Deprecated

Description

List the created User Defined Event defintions.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/events/user-defined-events
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns SubscriptionListResponse of type(s) application/json
{
	"results": [
		{
			"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"
			]
		}
	],
	"total_count": 0
}
results Optional

integer
total_count Optional
Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
403

Forbidden


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/events/user-defined-events


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

Was this page helpful?