Skip to main content

Update Path Group of Tenant (v2.1)

PUT 

/v2.1/api/tenants/:tenant_id/pathgroups/:path_group_id

Update the path group of a tenant.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    path_group_id stringrequired

    ID of the path group.

Body

Details of the path group to be updated

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