Skip to main content

Get Extensions from NB (v2.0)

GET 

/sdwan/v2.0/api/extensions

List all the extensions from NB.

Responses

Successful Operation

Schema
    oneOf
    count int32

    The actual count.

    id string

    The ID.

    items Extension[]
  • Array [
  • 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]+$

  • ]
Loading...