Skip to main content

Get SD-WAN Application Configurations (v2.0)

GET 

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

List all the SD-WAN application configurations.

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 actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items SDWANAppConfig[]
  • Array [
  • id string

    The SD-WAN app ID.

    state stringrequired

    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...