Skip to main content

Update Security Policy Set (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/securitypolicysets/:policy_set_id/firewallpolicyruleorder

Update a tenant security policy set.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    policy_set_id stringrequired

    ID of th esecurity policy set.

Body

Details of the policy set to be created

    id string

    ID of the security policy set.

    operations RuleOrder[]

    The actions to create the security policy set.

  • Array [
  • insert_before string

    Insert Before

    policyrule_id string

    Policyrule Id

  • ]

Responses

Successful Operation

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