Skip to main content

Get Security Policy Sets (v2.0)

GET 

/sdwan/v2.0/api/ngfwsecuritypolicysets

List all the security policy V2 sets by the tenant ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    total_count int64

    Total number.

    items SecurityPolicyV2Set[]
  • Array [
  • clone_from string

    Policy sets cloned from existing policy sets.

    defaultrule_policyset boolean

    The default rule of the policy set.

    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.

    tags string[]

    A information field that can be added to identify the security policy set. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...