Get Extension from NB (v2.0)
GET/sdwan/v2.0/api/extensions/:extension_id
List a specific extension from NB.
Request
Path Parameters
extension_id stringrequired
The extension ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
conf objectrequired
disabled boolean
List the disabled extensions.
entity_id string
The entity ID. Only numbers are allowed (0-9).
id string
The ID.
name stringrequired
The name of the extension. Max size = 128.
namespace stringrequired
The extension namespace. Values = ^[a-z][a-z0-9/]*[a-z0-9]+$
{
"conf": {},
"disabled": true,
"entity_id": "string",
"id": "string",
"name": "string",
"namespace": "string"
}
Loading...