{
  "actions": [
    {
      "name": "getIntegrationByName",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getIntegrationByName-default.json"
        }
      ]
    },
    {
      "name": "deleteIntegrationByName",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "editIntegration",
      "protocol": "REST",
      "method": "PATCH",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/editIntegration-default.json"
        }
      ]
    },
    {
      "name": "testIntegrationCredentials",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights/test?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "listIntegrations",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/listIntegrations-default.json"
        }
      ]
    },
    {
      "name": "createNewIntegration",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v1/integrations/azure/appinsights?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createNewIntegration-default.json"
        }
      ]
    }
  ]
}