Reads the drop action settings.
Drop Action Data Model:
{
"name" : "A",
"host_unreachable" : true|false,
"tcp_reset_enable" : true|false,
"tcp_reset_server_enable" : true|false,
"insert_confort_page" : true|false,
"tcp_reset_client_enable" : true|false
}API URL
GET https://<host>/wsapis/v2.0.0/config/network/opmodeconf/drop_actions
Sample curl requests
curl -gsk -H "$c" https://172.16.177.50/wsapis/v2.0.0/config/network/opmodeconf/drop_actions | python -m json.tool
Sample curl response
[
{
"host_unreachable": true,
"insert_confort_page": true,
"name": "A",
"tcp_reset_client_enable": true,
"tcp_reset_enable": true,
"tcp_reset_server_enable": true
},
{
"host_unreachable": true,
"insert_confort_page": true,
"name": "B",
"tcp_reset_client_enable": true,
"tcp_reset_enable": true,
"tcp_reset_server_enable": true
}
]Availability
This command is available on the following platforms:
Network Security
Helix Enterprise
Authentication
Standard WSAPI authentication
Response mime type
application/json