Skip to content

application_qoe

Overview

API to get reports for Application QoE

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/reports/
Schemes : HTTP

Tags

  • application_qoe : Operations related to application_qoe

Paths

Get operation for application_qoe

GET /application_qoe

Description

Use this operation to get a report for application QoE. The response payload also contains the meta_data block.

Responses

HTTP Code Description Schema
200 API Successfully executed application_qoe_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • application_qoe

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

application_name

The application name

Type : string

application_qoe_delete_success_schema

Name Schema
application_qoe
optional
application_qoe

application_qoe

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

application_qoe_post_success_schema

Name Schema
application_qoe
optional
application_qoe

application_qoe

Name Description Schema
message
optional
Example : "resource added succesfully" string

application_qoe_put_success_schema

Name Schema
application_qoe
optional
application_qoe

application_qoe

Name Description Schema
message
optional
Example : "resource modified succesfully" string

application_qoe_response_schema

Type : < application_qoe_response_schema > array

application_qoe_response_schema

Name Schema
application_name
optional
application_name
interactive_jitter
optional
interactive_jitter
interactive_latency
optional
interactive_latency
interactive_loss
optional
interactive_loss
interactive_qoe
optional
interactive_qoe
realtime_jitter
optional
realtime_jitter
realtime_latency
optional
realtime_latency
realtime_loss
optional
realtime_loss
realtime_qoe
optional
realtime_qoe
site_name
optional
site_name
virtual_service
optional
virtual_service

interactive_jitter

The interactive jitter value

Type : string

interactive_latency

The interactive latency value

Type : string

interactive_loss

The interactive loss value

Type : string

interactive_qoe

The interactive qoe

Type : string

realtime_jitter

The realtime jitter value

Type : string

realtime_latency

The realtime latency value

Type : string

realtime_loss

The realtime loss value

Type : string

realtime_qoe

The realtime qoe

Type : string

site_name

The site name

Type : string

virtual_service

The virtual service name

Type : string

Was this article helpful?