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