[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Bulk Fetch Problem Events
DescriptionBulk fetch of problems. Max batch size is 1000.
Request
URLURL
https://vrni.example.com/api/ni/entities/problems/fetch
Request Body
Request Body
FetchRequest
of type(s) application/json
Optional
{
"entity_ids": [
{
"entity_id": "string",
"entity_type": "VirtualMachine",
"time": 0
}
]
}
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
BulkProblemFetchResponse
of type(s) application/json
{
"results": [
{
"entity": {
"admin_state": "ENABLED",
"anchor_entities": [
{
"entity_id": "string",
"entity_type": "VirtualMachine"
}
],
"archived": false,
"entity_id": "1000:104:12213212",
"entity_type": "VirtualMachine",
"event_tags": [
"string"
],
"event_time_epoch_ms": 0,
"event_type": "UserDefinedEvent",
"message": "string",
"name": "My Name",
"recommendations": [
"string"
],
"related_entities": [
{
"entity_id": "string",
"entity_type": "VirtualMachine"
}
],
"severity": "CRITICAL"
},
"entity_id": "string",
"entity_type": "VirtualMachine",
"time": 0
}
]
}
Errors
ApiError
400
Bad Request
401
Unauthorized
500
Internal Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"entity_ids":[{"entity_id":"string","entity_type":"VirtualMachine","time":0}]}' https://vrni.example.com/api/ni/entities/problems/fetch
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Entities Operations
get
get
get
get
get
get
get
get
get
get
get
post
get
get
get
get
get
get
get
get
get
get
get
get
get
get
get
get
get
get