get
https://{hostname}/firewall-rules-manager/v1/services
Get a list of services you are subscribed to. To see additional services, subscribe to them first and run the operation again.
Get a list of services you are subscribed to. To see additional services, subscribe to them first and run the operation again.
xxxxxxxxxxcurl --request GET \--url https://hostname/firewall-rules-manager/v1/services \--header 'accept: application/json'
xxxxxxxxxx12[{"serviceId": 3,"serviceName": "TestIP","description": "Test IPs"},{"serviceId": 4,"serviceName": "TestIP again","description": "Test IPs"}]