Get SD-WAN Application with Release Information (v2.2)
GET/sdwan/v2.2/api/sdwanapps/:app_id
List an existing tenant's SD-WAN application with release information.
Request
Path Parameters
The SD-WAN tenant's app ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- ]
author Author
Details of the SD-WAN app owner.
The email address of the SD-WAN app author.
The name of the SD-WAN app author.
The description of the SD-WAN app. Max length = 256.
The SD-WAN app ID.
The name of the SD-WAN app.
releases SDWANAppReleaseInfoV2N2[]
The release information of the SD-WAN apps.
The auth roles assigned to the SD-WAN app.
The default release of the app.
The description of the SD-WAN app. Max length = 256.
The name of the SD-WAN app.
parameters SDWANAppParameterResponse[]
The app parameters.
The default value.
The display label of the SD-WAN app.
The help text in the app.
The SD-WAN app config key.
list_values ParameterListValueResponse[]
The SD-WAN app parameters list value response.
The display label of the SD-WAN app.
The default parameters.
The value of the parameters.
The max length of the SD-WAN app parameters.
The max value of the SD-WAN app parameters.
The min value of the SD-WAN app parameters.
The regex values.
The SD-WAN app required parameters.
The SD-WAN app sensitive parameters.
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.
The permissions of the SD-WAN app.
The release date of the SD-WAN app.
The release notes of the SD-WAN app.
Possible values: [INIT
, ALPHA
, BETA
, GA
, DEPRECATED
, TO_BE_DELETED
]
The release state of the SD-WAN app.
A information field that can be added to identify the application. Maximum 10 unique tags of length 128 each are allowed.
The version of the SD-WAN app.
A information field that can be added to identify the application. Maximum 10 unique tags of length 128 each are allowed.
{
"author": {
"email": "string",
"name": "string"
},
"id": "string",
"name": "string",
"releases": [
{
"auth_role": "string",
"default_release": true,
"name": "string",
"parameters": [
{
"default_value": {},
"display_label": "string",
"help_text": "string",
"key": "string",
"list_values": [
{
"display_label": "string",
"is_default": true,
"value": {}
}
],
"max_length": 0,
"max_value": {},
"min_value": {},
"regex": "string",
"required": true,
"sensitive": true,
"type": "INTEGER"
}
],
"permissions": [
"string"
],
"release_date": 0,
"release_notes": "string",
"state": "INIT",
"tags": [
"string"
],
"version": "string"
}
],
"tags": [
"string"
]
}