Update Site Priority Policy Local Prefix Association (v2.0)
PUT/v2.0/api/tenants/:tenant_id/sites/:site_id/prioritypolicylocalprefixes/:prefix_id
Update an existing site priority policy local prefix association.
Request
Path Parameters
The tenant ID.
The ID of the site.
The prefix ID.
- application/json
Body
Details of the site Priority policy local prefix to be updated
The site priority prefix association ID.
Lists the prefix of the IPv4 addresses.
Lists the prefix ID of the IPv4 addresses.
A information field that can be added to identify the site priority 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 site priority prefix association ID.
Lists the prefix of the IPv4 addresses.
Lists the prefix ID of the IPv4 addresses.
A information field that can be added to identify the site priority 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": "SITE_NOT_FOUND"
},
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
},
{
"code": "INVALID_JSON_COMMON_ATTR_MISMATCH"
},
{
"code": "PRIORITY_POLICY_PREFIX_INVALID"
},
{
"code": "LOCAL_PREFIX_NOT_FOUND"
}
]
}
}