Skip to main content

Create Service Label (v2.0)

POST 

/sdwan/v2.0/api/servicelabels

Create a new service label.

Request

Body

Details of the Service Label to be created

    description

    The description of the service label. Max size = 256.

    id string

    The ID of the service label.

    name stringrequired

    The name of the service label. Max size = 128.

    tags string[]

    A information field that can be added to identify the service label. Maximum 10 unique tags of length 1024 each are allowed.

    type stringrequired

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The network service type.

Responses

Successful Operation

Schema
    description

    The description of the service label. Max size = 256.

    id string

    The ID of the service label.

    name stringrequired

    The name of the service label. Max size = 128.

    tags string[]

    A information field that can be added to identify the service label. Maximum 10 unique tags of length 1024 each are allowed.

    type stringrequired

    Possible values: [CG_TRANSIT, NON_CG_TRANSIT, SASE]

    The network service type.

Loading...