Get Tenant SD-WAN Application Status (v2.0)
List an existing tenant SD-WAN application status.
Path Parameters
tenant_id string required
The tenant ID.
app_id string required
The SD-WAN tenant's app ID.
Responses
- 200
- 400
Successful Operation
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
count int32
The total number of responses.
id string
The ID of the response.
type string
The type of response.
items SDWANAppStatus[]
details string
The details of the SD-WAN app status.
id string
The SD-WAN app ID.
message string required
The SD-WAN application status message.
severity string required
Possible values: [INFO
, ERROR
, WARNING
, FATAL
]
The SD-WAN application status severity.
timestamp int64 required
The SD-WAN application status time stamp.
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"details": "string",
"id": "string",
"message": "string",
"severity": "INFO",
"timestamp": 0
}
]
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SDWAN_APP_STATUS_MESSAGE_REQUIRED"
},
{
"code": "SDWAN_APP_STATUS_TIMESTAMP_REQUIRED"
},
{
"code": "SDWAN_APP_STATUS_INVALID_SEVERITY"
}
]
}
}
Loading...