Get App Problems
List Application problem events.
Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/{id}/problems
COPY
Path Parameters
string
id
Required
entity id
Query Parameters
number
size
Optional
page size of results
string
cursor
Optional
cursor from previous response
number
start_time
Optional
start time for query in epoch seconds
number
end_time
Optional
end time for query in epoch seconds
string
event_type
Optional
type of event, e.g UserDefinedProblemEvent
string of
array
event_tags
Optional
event tags
string
event_status
Optional
status of event open or closed
Possible values are :
open,
closed,
all,
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
Responses
200
OK
Returns
PagedListResponseWithTime
of type(s)
application/json
{
"results": [
{
"entity_id": "string",
"entity_type": "string",
"time": 0
}
],
"cursor": "ML12eu02==",
"total_count": 100,
"start_time": 1504739809,
"end_time": 1504739809
}
string
cursor
Optional
cursor
integer
total_count
Optional
total_count
integer As int64
As int64
start_time
Optional
start_time
integer As int64
As int64
end_time
Optional
end_time
400
Bad Request
Returns
ApiError
of type(s)
application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32
As int32
code
Optional
code
string
message
Optional
message
401
Unauthorized
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure
On This Page
Applications Operations
POST
Add Application
POST
Add Tier
DELETE
Delete Application
DELETE
Delete Tier
PUT
Edit Application Tier
GET
Get App Flow Metrics
GET
Get App Flow Properties
GET
Get Application
GET
Get Application Flow Summary
POST
Get Applications Members
GET
Get Application Tier
GET
Get Application Vms
GET
Get App Problems
GET
Get App Top Talking Members
GET
Get App Top Talking Pairs
GET
Get Tier
POST
Get Tiers Members
GET
List Applications
GET
List Applications Details
GET
List Application Tiers