{
  "actions": [
    {
      "name": "getAtlasUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/atlas?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "updateAtlasUsingPATCH",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/atlas?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getLocationsUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getLocationsUsingGET-default.json"
        }
      ]
    },
    {
      "name": "addLocationUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "patchLocationsUsingPATCH",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getLocationUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "deleteLocationUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "patchLocationUsingPATCH",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getDeviceClustersUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getDeviceClustersUsingGET-default.json"
        }
      ]
    },
    {
      "name": "addDeviceClusterUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "putDeviceClustersUsingPUT",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getDeviceClusterUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters/{pathv3}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "deleteDeviceClusterUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters/{pathv3}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "updateDeviceClusterUsingPATCH",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations/{pathv2}/clusters/{pathv3}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "putLocationsUsingPUT",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/locations?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}