Skip to main content

Get SD-WAN Application Configurations (v2.0)

List all the SD-WAN application configurations.

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 number of responses.

    id string

    The ID of the response.

    tenant_id string

    The ID of the tenant.

    items SDWANAppConfig[]
  • Array [
  • id string

    The SD-WAN app ID.

    state string required

    Possible values: [ENABLED, DISABLED, PAUSED]

    The SD-WAN app configuration state.

    user_config object

    The user configuration of the SD-WAN app.

    version string

    The SD-WAN app version.

  • ]
Loading...