Skip to main content

Get SD-WAN Applications with Release Information (v2.2)

List an existing tenant's SD-WAN applications with release information.

Path Parameters
    tenant_id string required

    The tenant 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 SDWANAppRelease[]
  • Array [
  • application_id string

    The SD-WAN app ID.

    auth_role string

    The auth roles assigned to the SD-WAN app.

    default_release boolean

    The default release of the app.

    description

    The description of the SD-WAN app. Max length = 256.

    disabled boolean

    Indicates if the SD-WAN app is disabled.

    disabled_reason string

    The reason for the SD-WAN app to be disabled.

    id string

    The ID.

    inactive boolean

    Indicates if the SD-WAN app is inactive.

    inactive_reason string

    The reason for the SD-WAN app to be inactive.

    name string required

    The name of the SD-WAN app.

    parameters SDWANAppParameter[] required

    The app parameters.

  • Array [
  • default_value string

    The default value.

    display_label string

    The display label of the SD-WAN app.

    help_text string

    The help text in the app.

    key string required

    The SD-WAN app config key.

    list_values SDWANAppParameterListValue[]

    The SD-WAN app parameters list value response.

  • Array [
  • display_label string

    Display Label

    is_default boolean

    Is Default

    value string

    Value

  • ]
  • max_length integer

    The max length of the SD-WAN app parameters.

    max_value string

    The max value of the SD-WAN app parameters.

    min_value string

    The min value of the SD-WAN app parameters.

    regex string

    The regex values.

    required boolean

    The SD-WAN app required parameters.

    sensitive boolean

    The SD-WAN app sensitive parameters.

    type string required

    Possible values: [INTEGER, FLOAT, STRING, TEXT, EMAIL, LIST_INTEGER, LIST_FLOAT, LIST_STRING, LIST_INTEGER_MULTI_SELECT, LIST_FLOAT_MULTI_SELECT, LIST_STRING_MULTI_SELECT, BOOLEAN]

    The SD-WAN app parameters type.

  • ]
  • permissions string[]

    The permissions of the SD-WAN app.

    region string

    The region of the SD-WAN app.

    release_date int64

    The release date of the SD-WAN app.

    release_notes string

    The release notes of the SD-WAN app.

    state string required

    Possible values: [INIT, ALPHA, BETA, GA, DEPRECATED, TO_BE_DELETED]

    The release state of the SD-WAN app.

    tags string[]

    A information field that can be added to identify the application. Maximum 10 unique tags of length 128 each are allowed.

    tenant_id string required

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

    version string required

    The version of the SD-WAN app.

  • ]
Loading...