Firewall Details for a Slice ============================ .. role:: green **Type:** :guilabel:`GET` .. py:function:: 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. .. code-block:: shell :caption: Curl curl --request GET \ --url https://cloud.syminet.com/api/v1/slices/SLICE_ID/firewall \ --header "authorization:bearer $API_TOKEN" .. code-block:: json :caption: Response { "fw_uuid" : "3dccdb34-5348-4b03-a843-40507f0df2b4", "name" : "myfw" }