Skip to main content

Get Path Groups for Tenant (v2.1)

GET 

/sdwan/v2.1/api/pathgroups

List all the path groups for a tenant.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items PathGroup[]
  • Array [
  • 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...