Update Security Policy Set Stack
PUT/v2.0/api/tenants/:tenant_id/ngfwsecuritypolicysetstacks/:policyset_stack_id
Update an existing security policy V2 set stack using the tenant ID and stack ID.
Request
Path Parameters
The tenant ID.
ID of the policy v2 set stack.
- application/json
Body
The default rule of the policy set ID.
The description of the security policy set stack. Max size = 256.
The security policy set stack ID.
The name of the security policy set stack.
The IDs of the policy set. Policy sets must be between 1-4.
A information field that can be added to identify the security policy set stack. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The default rule of the policy set ID.
The description of the security policy set stack. Max size = 256.
The security policy set stack ID.
The name of the security policy set stack.
The ID of the policy set. Policy sets must be between 1-4.
A information field that can be added to identify the security policy set stack. Maximum 10 unique tags of length 1024 each are allowed.
{
"defaultrule_policyset_id": "string",
"id": "string",
"name": "string",
"policyset_ids": [
"string"
],
"tags": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "NGFWSETSTACK_NOT_FOUND"
},
{
"code": "INVALID_JSON_INPUT"
},
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
}
]
}
}