{"errcode": "SUCCESS", "errstatus": 0, "msg": "success", "mark": "283983437", "current_count": 1, "previous": null, "next": null, "total_count": 1, "results": [{"id": 5, "create_time": "", "update_time": "", "order_time": null, "user_id": 1, "ct_user_platforms_id": 27, "dc_id": 5, "deleted": false, "uuid": "bb596b2b-f452-432f-b53b-49aee1ac380d", "detail": "", "extra_info": "", "removed_time": null, "is_paas": false, "zone_id": "", "jobid": null, "acl": "9278c2f0-014e-45b3-8513-0f058600aced", "direction": "out", "action": "allow", "protocol": "tcp", "address_type": "IPv4", "src_cidr": "190.0.0.119/32", "dst_cidr": "192.168.137.1/32", "src_ports": "22,23", "dst_ports": "22,23", "priority": 100, "ct_user_id": 1}]}
{
"uuid": "string"
}
curl --location --request POST '/api/sd-wan/acl/rule/query/?keyword=&uuid=&acl_uuid=&direction=&action=&protocol=&asc=&sort=' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": 0,
"create_time": "string",
"update_time": "string",
"order_time": null,
"user_id": 0,
"ct_user_platforms_id": 0,
"dc_id": 0,
"deleted": true,
"uuid": "string",
"detail": "string",
"extra_info": "string",
"removed_time": null,
"is_paas": true,
"zone_id": "string",
"jobid": null,
"acl": "string",
"direction": "string",
"action": "string",
"protocol": "string",
"address_type": "string",
"src_cidr": "string",
"dst_cidr": "string",
"src_ports": "string",
"dst_ports": "string",
"priority": 0,
"ct_user_id": 0
}
]
}