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

Bulk Fetch Event Meta Info

Description

Bulk fetch of event meta info. Max batch size is 1000.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/schema/problems
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns EventMetaInfoResponse of type(s) application/json
{
	"results": [
		{
			"entity_type": "string",
			"help_text": "string",
			"impact": "Network Disruption Risk",
			"name": "string",
			"recommendations": [
				"string"
			],
			"severity": "Critical",
			"supported_entity_types": [
				"string"
			],
			"supported_manager_types": [
				"string"
			],
			"tags": [
				"string"
			]
		}
	]
}
array of EventMetaInfo
results Optional
Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/schema/problems


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

Was this page helpful?