Update firewall (Connection reset)

Connection reset for applying firewall rule to the current communication immediately.

URI

/v2.0/fw/firewalls/{firewall-id}/reset_connections

Description of the URI:

All connections managed by routers that use the specified firewall will be deleted a few seconds after the API response. This reflects the rules set for the firewall to communication. Existing communications that were in progress via routers that use the specified firewall, including communications permitted by it, will be disconnected at the time. If any communication permission rules exist, the disconnection will be temporary, so communication will be resumed.

HTTP method

PUT

Request parameter

Key Description Type Required/optional
target null null Required

Example request


{
    "target": null
} 
     

Response status

Status code Description
200 Normal response codes
Not Found (404) Error response codes

Firewall xxx could not be found

Conflict (409) Error response codes

Operation cannot be performed since associated Firewall xxx is in (*)

(*) . . . PENDING_STATE or PENDING_UPDATE or PENDING_DELETE

Bad Request (400) Error response codes

Response body (normal status)


{
    "target": null
}
     

Description of response body (normal status)

Item Description
target Connection deletion target (null indicates that all firewall connections were deleted)