[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Bulk Fetch Event Meta Info
DescriptionBulk fetch of event meta info. Max batch size is 1000.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://vrni.example.com/api/ni/schema/problems
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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"
]
}
]
}
Errors
ApiError
400
Bad Request
401
Unauthorized
500
Internal Error
Code Samples
cURL Command
curl https://vrni.example.com/api/ni/schema/problems
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api