Protected Networks
Update protected network
Update protected network
put/security/sifter/v3/protected_networks/{protected_network_id}
Path parameters
protected_network_idinteger required
A positive integer ID
A positive integer ID
Request body
Example request
{
"comment": "Updated GRE endpoint for improved routing",
"gre_endpoint": "203.0.113.10",
"is_active": true,
"profile_id": 42
}Response
Successful Response
Example response
{
"as_number": 65000,
"documents": [
{
"id": 501,
"name": "network_authorization.pdf"
}
],
"profile": {
"id": 42,
"name": "Standard DDoS Protection"
}
}