Skip to main content

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

GET 

/v2.1/api/tenants/:tenant_id/sdwanapps

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

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items SDWANAppReleaseInfoResponseV2N1[]
  • Array [
  • author Authorrequired

    Details of the SD-WAN app owner.

    email stringrequired

    The email address of the SD-WAN app author.

    name stringrequired

    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 stringrequired

    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 stringrequired

    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 stringrequired

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