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

Get App Problems

Description

List Application problem events.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/problems
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Query Parameters

Query Parameters

string
cursor Optional

Cursor from previous response


number
end_time Optional

End time for query in epoch seconds


string
event_status Optional

Status of event open or closed

Possible values are: openclosedall


array
event_tags Optional

Event tags


string
event_type Optional

Type of event, e.g UserDefinedProblemEvent


number
size Optional

Page size of results


number
start_time Optional

Start time for query in epoch seconds


number
update_time_from Optional

Events that were created or updated or closed between this time and update_time_to, in seconds


number
update_time_to Optional

Events that were created or updated or closed between update_time_from and this time, in seconds


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedListResponseWithTime of type(s) application/json
{
    "cursor": "ML12eu02==",
    "end_time": 1504739809,
    "start_time": 1504739809,
    "total_count": 100
}
string
cursor Optional

Cursor for the next page


integer as int64
end_time Optional

End timestamp of the window of the objects returned


array of EntityIdWithTime
results Optional

integer as int64
start_time Optional

Start timestamp of the window of the objects returned


integer
total_count Optional

Total number of objects returned

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/groups/applications/{id}/problems


Feedback

Was this page helpful?