{
  "actions": [
    {
      "name": "getNetworkHttpServers",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getNetworkHttpServers-default.json"
        }
      ]
    },
    {
      "name": "createNetworkHttpServer",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createNetworkHttpServer-default.json"
        }
      ]
    },
    {
      "name": "getNetworkHttpServer",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getNetworkHttpServer-default.json"
        }
      ]
    },
    {
      "name": "updateNetworkHttpServer",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateNetworkHttpServer-default.json"
        }
      ]
    },
    {
      "name": "deleteNetworkHttpServer",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers/{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": "createNetworkHttpServersWebhookTest",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers/webhookTests?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createNetworkHttpServersWebhookTest-default.json"
        }
      ]
    },
    {
      "name": "getNetworkHttpServersWebhookTest",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/networks/{pathv1}/httpServers/webhookTests/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getNetworkHttpServersWebhookTest-default.json"
        }
      ]
    }
  ]
}