{
  "actions": [
    {
      "name": "listNetworkSnapshotsUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/snapshots?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/listNetworkSnapshotsUsingGET-default.json"
        }
      ]
    },
    {
      "name": "createSnapshotUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/snapshots?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "FORM",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createSnapshotUsingPOST-default.json"
        }
      ]
    },
    {
      "name": "importSnapshotWithFilesUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/snapshots?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "FORM",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createSnapshotUsingPOST-default.json"
        }
      ]
    },
    {
      "name": "getLatestProcessedSnapshotUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/networks/{pathv1}/snapshots/latestProcessed?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getLatestProcessedSnapshotUsingGET-default.json"
        }
      ]
    },
    {
      "name": "zipSnapshotUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "deleteSnapshotUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getSnapshotMetricsUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}/metrics?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getSnapshotMetricsUsingGET-default.json"
        }
      ]
    },
    {
      "name": "customZipSnapshotUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/snapshots/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}