Skip to main content

Create Path Group for Tenant (v2.1)

POST 

/sdwan/v2.1/api/pathgroups

Create a path group for a tenant.

Request

Body

Details of the path group to be created

    description

    The description of the path group. Max length 256.

    id string

    The ID of the path group.

    name string

    The name of the path group. Max length 128.

    paths WANPath[]required

    List of paths in the group.

  • Array [
  • label string

    The label to identify the path.

    path_type stringrequired

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]

Responses

Successful Operation

Schema
    description

    The description of the path group. Max length 256.

    id string

    The ID of the path group.

    name string

    The name of the path group. Max length 128.

    paths WANPath[]

    List of paths in the group.

  • Array [
  • label string

    The label to identify the path.

    path_type stringrequired

    Possible values: [vpn, direct, servicelink]

    The path type.

  • ]
Loading...