GET /api2/tm/rulesets/$/l4_port_group viewer
GET /api2/tm/rulesets/$/l4_port_group/$ viewerPOST /api2/tm/rulesets/$/l4_port_group user
PUT /api2/tm/rulesets/$/l4_port_group/$ user
nm_response field with the network module's redeployment result.DELETE /api2/tm/rulesets/$/l4_port_group/$ userPUT /api2/tm/rulesets/$/l4_port_group/$ accepts an optional ?dry_run=true query parameter. With the flag set, the handler runs all the same checks as the non-dry-run call but does not persist to the DAO and does not push to the network module. Returns 200 {} on success; error responses (status code and body) are identical to the non-dry-run call.
[
{
"id": 1,
"name": "name",
"set_id": 2,
"type": "list",
"data": {
"values": [1, 2, 3]
}
}
]or
[
{
"id": 1,
"name": "name",
"set_id": 2,
"type": "range",
"data": {
"first": 100,
"last": 200
}
}
]