Skip to main content

Get Tenant SD-WAN Application Status (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sdwanapps/:app_id/status

List an existing tenant SD-WAN application status.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    app_id stringrequired

    The SD-WAN tenant's app ID.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items SDWANAppStatus[]
  • Array [
  • details string

    The details of the SD-WAN app status.

    id string

    The SD-WAN app ID.

    message stringrequired

    The SD-WAN application status message.

    severity stringrequired

    Possible values: [INFO, ERROR, WARNING, FATAL]

    The SD-WAN application status severity.

    timestamp int64required

    The SD-WAN application status time stamp.

  • ]
Loading...