{
  "actions": [
    {
      "name": "getAvailablePredefinedChecksUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/predefinedChecks?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAvailablePredefinedChecksUsingGET-default.json"
        }
      ]
    },
    {
      "name": "getChecksUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/checks?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getChecksUsingGET-default.json"
        }
      ]
    },
    {
      "name": "addCheckUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/checks?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/addCheckUsingPOST-default.json"
        }
      ]
    },
    {
      "name": "deactivateChecksUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/checks?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getSingleCheckUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/checks/{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/getSingleCheckUsingGET-default.json"
        }
      ]
    },
    {
      "name": "deactivateCheckUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/checks/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}