Skip to main content

Get Security Policy Sets (v2.0)

GET 

/sdwan/v2.0/api/securitypolicysets

List the tenant security policy sets.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items SecurityPolicySet[]
  • Array [
  • description

    The description of the security policy set. Max size = 256.

    id string

    The security policy set ID.

    name stringrequired

    The name of the security policy set. Max size = 128.

    policyrule_order string[]

    The order for the execution of the policy rule.

  • ]
Loading...