get https://{hostname}/firewall-rules-manager/v1/services/
Get information about a specific service.
Recipes
Get a service
Open Recipe
Responses
Get information about a specific service.
xxxxxxxxxx
curl --request GET \
--url https://hostname/firewall-rules-manager/v1/services/serviceId \
--header 'accept: application/json'
xxxxxxxxxx
{
"serviceId": 3,
"serviceName": "TestIP",
"description": "Test IPs"
}