Firewall Details for a Slice
Type: GET
- https://cloud.syminet.com/api/v1/slices/{SLICE_ID}/firewall
Returns firewall name and UUID for
SLICE_ID.
Required URL Parameters:
- SLICE_ID
Slice ID to return firewall details.
Curl
curl --request GET \
--url https://cloud.syminet.com/api/v1/slices/SLICE_ID/firewall \
--header "authorization:bearer $API_TOKEN"
Response
{
"fw_uuid" : "3dccdb34-5348-4b03-a843-40507f0df2b4",
"name" : "myfw"
}