cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/pbm_rule/{rule_name} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "count": 123, "unit": "unspecified", "labels": {}, "priority": 1, "enable": true, "filters": [], "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
unspecified
kps
pps
Show child attributes