{
  "actions": [
    {
      "name": "deleteBlobStore",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/beta/blobstores/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "listBlobStores",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/beta/blobstores?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/listBlobStores-default.json"
        }
      ]
    },
    {
      "name": "quotaStatus",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/blobstores/{pathv1}/quota-status?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/quotaStatus-default.json"
        }
      ]
    },
    {
      "name": "createFileBlobStore",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/beta/blobstores/file?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getFileBlobStoreConfiguration",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/beta/blobstores/file/{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/getFileBlobStoreConfiguration-default.json"
        }
      ]
    },
    {
      "name": "updateFileBlobStore",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/beta/blobstores/file/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getBlobStore",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/beta/blobstores/s3/{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": "updateBlobStore",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/beta/blobstores/s3/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "createBlobStore",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/beta/blobstores/s3?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}