Skip to main content

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

Successful Operation


Schema
    count int32

    The total number of responses.

    id string

    The ID of the response.

    type string

    The type of response.

    items SDWANAppStatus[]
  • Array [
  • 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.

  • ]
Loading...