Update Security Policy Local Prefix Site Association (v2.0)
PUT/v2.0/api/tenants/:tenant_id/sites/:site_id/ngfwsecuritypolicylocalprefixes/:prefix_id
Update an existing security policy v2 local prefix site association.
Request
Path Parameters
The tenant ID.
The ID of the site.
The Prefix ID that associates with a site.
- application/json
Body
The ID of the security policy v2 prefix association.
Lists the IPv4 addresses of the security policy v2 prefix association.
The IP Prefix ID that associates with a site.
An information field that can be added to identify the security policy v2 prefix association. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The ID of the security policy v2 prefix association.
Lists the IPv4 addresses of the security policy v2 prefix association.
The IP Prefix ID that associates with a site.
An information field that can be added to identify the security policy v2 prefix association. Maximum 10 unique tags of length 1024 each are allowed.
{
"id": "string",
"ipv4_prefixes": [
"string"
],
"prefix_id": "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": "INVALID_JSON_INPUT"
},
{
"code": "SITE_NOT_FOUND"
}
]
}
}