Skip to main content

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

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 SDWANAppReleaseInfoResponseV2N1[]
  • Array [
  • author Author required

    Details of the SD-WAN app owner.

    email string required

    The email address of the SD-WAN app author.

    name string required

    The name of the SD-WAN app author.

    description

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

    id string

    The SD-WAN app ID.

    name string required

    The name of the SD-WAN app.

    releases SDWANAppReleaseInfoV2N1[]

    The release information of the SD-WAN apps.

  • Array [
  • default_release boolean

    The default release of the app.

    description

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

    name string

    The name of the SD-WAN app.

    parameters SDWANAppParameterResponse[]

    The app parameters.

  • Array [
  • default_value object

    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 ParameterListValueResponse[]

    The SD-WAN app parameters list value response.

  • Array [
  • display_label string

    The display label of the SD-WAN app.

    is_default boolean

    The default parameters.

    value object

    The value of the parameters.

  • ]
  • max_length integer

    The max length of the SD-WAN app parameters.

    max_value object

    The max value of the SD-WAN app parameters.

    min_value object

    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.

    release_date int64

    The release date of the SD-WAN app.

    release_notes string

    The release notes of the SD-WAN app.

    state string

    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.

    version string

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

  • ]
Loading...