Skip to main content

Get Path Group of Tenant (v2.1)

GET 

/sdwan/v2.1/api/pathgroups/:path_group_id

List the path group of a tenant.

Request

Path Parameters

    path_group_id stringrequired

    ID of the path group.

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...