{ "uuid": "028d3d71-a064-4f81-8600-a3fe35652ca0", "lastMigration": 29, "name": "Cloud Storage JSON API", "endpointPrefix": "storage/v1beta2", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "e0ddf732-ec65-4ce4-96e9-18f40ae16739", "documentation": "Retrieves a list of buckets for a given project.", "method": "get", "endpoint": "b", "responses": [ { "uuid": "c274942a-9004-409d-902f-53a6163fa218", "body": "{\n \"items\": [\n {\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"cors\": [\n {\n \"maxAgeSeconds\": {{faker 'number.int' max=99999}},\n \"method\": [\n \"\"\n ],\n \"origin\": [\n \"\"\n ],\n \"responseHeader\": [\n \"\"\n ]\n }\n ],\n \"defaultObjectAcl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucket\",\n \"lifecycle\": {\n \"rule\": [\n {\n \"action\": {\n \"type\": \"\"\n },\n \"condition\": {\n \"age\": {{faker 'number.int' max=99999}},\n \"createdBefore\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"isLive\": {{faker 'datatype.boolean'}},\n \"numNewerVersions\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"location\": \"\",\n \"logging\": {\n \"logBucket\": \"\",\n \"logObjectPrefix\": \"\"\n },\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"storageClass\": \"\",\n \"timeCreated\": \"{{faker 'date.recent' 365}}\",\n \"versioning\": {\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"website\": {\n \"mainPageSuffix\": \"\",\n \"notFoundPage\": \"\"\n }\n }\n ],\n \"kind\": \"storage#buckets\",\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18b25dfb-dec2-457b-9e0b-1164e01049e0", "documentation": "Creates a new bucket.", "method": "post", "endpoint": "b", "responses": [ { "uuid": "7399553c-a2e9-457b-9623-9754781482b2", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"cors\": [\n {\n \"maxAgeSeconds\": {{faker 'number.int' max=99999}},\n \"method\": [\n \"\"\n ],\n \"origin\": [\n \"\"\n ],\n \"responseHeader\": [\n \"\"\n ]\n }\n ],\n \"defaultObjectAcl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucket\",\n \"lifecycle\": {\n \"rule\": [\n {\n \"action\": {\n \"type\": \"\"\n },\n \"condition\": {\n \"age\": {{faker 'number.int' max=99999}},\n \"createdBefore\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"isLive\": {{faker 'datatype.boolean'}},\n \"numNewerVersions\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"location\": \"\",\n \"logging\": {\n \"logBucket\": \"\",\n \"logObjectPrefix\": \"\"\n },\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"storageClass\": \"\",\n \"timeCreated\": \"{{faker 'date.recent' 365}}\",\n \"versioning\": {\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"website\": {\n \"mainPageSuffix\": \"\",\n \"notFoundPage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57ccfd76-83cc-46ff-9ba5-59c8b180fc37", "documentation": "Permanently deletes an empty bucket.", "method": "delete", "endpoint": "b/:bucket", "responses": [ { "uuid": "b8942150-7277-4fb9-9ff4-4381cfc6b9b9", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b730323-aee5-413d-b218-d9612efcc8f9", "documentation": "Returns metadata for the specified bucket.", "method": "get", "endpoint": "b/:bucket", "responses": [ { "uuid": "592accdb-4fbd-4117-8419-ad86c24d4674", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"cors\": [\n {\n \"maxAgeSeconds\": {{faker 'number.int' max=99999}},\n \"method\": [\n \"\"\n ],\n \"origin\": [\n \"\"\n ],\n \"responseHeader\": [\n \"\"\n ]\n }\n ],\n \"defaultObjectAcl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucket\",\n \"lifecycle\": {\n \"rule\": [\n {\n \"action\": {\n \"type\": \"\"\n },\n \"condition\": {\n \"age\": {{faker 'number.int' max=99999}},\n \"createdBefore\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"isLive\": {{faker 'datatype.boolean'}},\n \"numNewerVersions\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"location\": \"\",\n \"logging\": {\n \"logBucket\": \"\",\n \"logObjectPrefix\": \"\"\n },\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"storageClass\": \"\",\n \"timeCreated\": \"{{faker 'date.recent' 365}}\",\n \"versioning\": {\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"website\": {\n \"mainPageSuffix\": \"\",\n \"notFoundPage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f7de850-d315-48c3-9b30-ba0fb92c831f", "documentation": "Updates a bucket. This method supports patch semantics.", "method": "patch", "endpoint": "b/:bucket", "responses": [ { "uuid": "0dafd541-9254-4645-89ee-d50ac95ae0d4", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"cors\": [\n {\n \"maxAgeSeconds\": {{faker 'number.int' max=99999}},\n \"method\": [\n \"\"\n ],\n \"origin\": [\n \"\"\n ],\n \"responseHeader\": [\n \"\"\n ]\n }\n ],\n \"defaultObjectAcl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucket\",\n \"lifecycle\": {\n \"rule\": [\n {\n \"action\": {\n \"type\": \"\"\n },\n \"condition\": {\n \"age\": {{faker 'number.int' max=99999}},\n \"createdBefore\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"isLive\": {{faker 'datatype.boolean'}},\n \"numNewerVersions\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"location\": \"\",\n \"logging\": {\n \"logBucket\": \"\",\n \"logObjectPrefix\": \"\"\n },\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"storageClass\": \"\",\n \"timeCreated\": \"{{faker 'date.recent' 365}}\",\n \"versioning\": {\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"website\": {\n \"mainPageSuffix\": \"\",\n \"notFoundPage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92e3bcd9-34c0-436a-8eba-8cd3fb5d9ce1", "documentation": "Updates a bucket.", "method": "put", "endpoint": "b/:bucket", "responses": [ { "uuid": "1fdb4994-ef4d-42a5-a322-9705ea8381b4", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"cors\": [\n {\n \"maxAgeSeconds\": {{faker 'number.int' max=99999}},\n \"method\": [\n \"\"\n ],\n \"origin\": [\n \"\"\n ],\n \"responseHeader\": [\n \"\"\n ]\n }\n ],\n \"defaultObjectAcl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucket\",\n \"lifecycle\": {\n \"rule\": [\n {\n \"action\": {\n \"type\": \"\"\n },\n \"condition\": {\n \"age\": {{faker 'number.int' max=99999}},\n \"createdBefore\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"isLive\": {{faker 'datatype.boolean'}},\n \"numNewerVersions\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n },\n \"location\": \"\",\n \"logging\": {\n \"logBucket\": \"\",\n \"logObjectPrefix\": \"\"\n },\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"storageClass\": \"\",\n \"timeCreated\": \"{{faker 'date.recent' 365}}\",\n \"versioning\": {\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"website\": {\n \"mainPageSuffix\": \"\",\n \"notFoundPage\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "096881bf-83c8-4fac-933c-6e1b63a1bb34", "documentation": "Retrieves ACL entries on the specified bucket.", "method": "get", "endpoint": "b/:bucket/acl", "responses": [ { "uuid": "476a8c6c-f978-4096-93f8-c8ce5317d15f", "body": "{\n \"items\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"kind\": \"storage#bucketAccessControls\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "67f13866-65ea-4aec-bd53-3f7401aa0972", "documentation": "Creates a new ACL entry on the specified bucket.", "method": "post", "endpoint": "b/:bucket/acl", "responses": [ { "uuid": "863c1610-0f89-453d-9f27-677932171bc4", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7cc92c8d-a5bf-48ef-94de-de2bad54d226", "documentation": "Permanently deletes the ACL entry for the specified entity on the specified bucket.", "method": "delete", "endpoint": "b/:bucket/acl/:entity", "responses": [ { "uuid": "bee40b05-da9a-419a-98e9-f3862f5ec050", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "987315f2-965a-4af4-a458-32eb4f3856a0", "documentation": "Returns the ACL entry for the specified entity on the specified bucket.", "method": "get", "endpoint": "b/:bucket/acl/:entity", "responses": [ { "uuid": "226663f6-d2e3-48ee-9203-323ae2afa0c5", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47a65f3f-73b3-434d-a364-ad0d188e8cc2", "documentation": "Updates an ACL entry on the specified bucket. This method supports patch semantics.", "method": "patch", "endpoint": "b/:bucket/acl/:entity", "responses": [ { "uuid": "500ebf1d-0d2c-4ffe-ad00-ab03b0b27c9b", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca737375-8044-4736-be42-a0db62ec2daf", "documentation": "Updates an ACL entry on the specified bucket.", "method": "put", "endpoint": "b/:bucket/acl/:entity", "responses": [ { "uuid": "224dc342-6af9-492e-b6a5-65112fd02071", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#bucketAccessControl\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e073000d-5966-4a50-a338-8cf079b86784", "documentation": "Retrieves default object ACL entries on the specified bucket.", "method": "get", "endpoint": "b/:bucket/defaultObjectAcl", "responses": [ { "uuid": "aa9160ab-6be2-406c-af5e-fcdc39e60a12", "body": "{\n \"items\": [\n \"\"\n ],\n \"kind\": \"storage#objectAccessControls\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1bd67c56-a358-45dc-adff-03ebe82f675d", "documentation": "Creates a new default object ACL entry on the specified bucket.", "method": "post", "endpoint": "b/:bucket/defaultObjectAcl", "responses": [ { "uuid": "c8b6e724-c38b-436f-b4e6-d82ded447d2a", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a82bb1a-0ee9-415c-96a1-563fd8033350", "documentation": "Permanently deletes the default object ACL entry for the specified entity on the specified bucket.", "method": "delete", "endpoint": "b/:bucket/defaultObjectAcl/:entity", "responses": [ { "uuid": "a599b59a-3367-4c04-8a54-52401665378b", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ad4e1c1-f12e-4114-8b25-115a4d603e22", "documentation": "Returns the default object ACL entry for the specified entity on the specified bucket.", "method": "get", "endpoint": "b/:bucket/defaultObjectAcl/:entity", "responses": [ { "uuid": "f28c8022-354c-4166-86ab-28f3c9a02446", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55b33771-c4e8-48ba-8adc-fc05be6f23d9", "documentation": "Updates a default object ACL entry on the specified bucket. This method supports patch semantics.", "method": "patch", "endpoint": "b/:bucket/defaultObjectAcl/:entity", "responses": [ { "uuid": "2f4e5b3d-513c-41d1-862c-9472c68d89dc", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f8dddb4-ed8a-4e16-bd77-781fffc1347b", "documentation": "Updates a default object ACL entry on the specified bucket.", "method": "put", "endpoint": "b/:bucket/defaultObjectAcl/:entity", "responses": [ { "uuid": "819dbaab-82a6-4d11-9bb3-71f992d7f6e5", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e53c25ac-3dd7-4710-8848-277d0830ceda", "documentation": "Retrieves a list of objects matching the criteria.", "method": "get", "endpoint": "b/:bucket/o", "responses": [ { "uuid": "d8b42d3e-55f3-477b-a7c9-12ec3605ad08", "body": "{\n \"items\": [\n {\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"kind\": \"storage#objects\",\n \"nextPageToken\": \"\",\n \"prefixes\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "74184c6f-390a-4dee-906b-e83cff97c834", "documentation": "Stores new data blobs and associated metadata.", "method": "post", "endpoint": "b/:bucket/o", "responses": [ { "uuid": "03a356b8-668e-4b7f-a8b2-463848e2ff8d", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09722e85-de1e-4f93-a1db-88f7bad90db1", "documentation": "Watch for changes on all objects in a bucket.", "method": "post", "endpoint": "b/:bucket/o/watch", "responses": [ { "uuid": "eb80abc7-adf3-4e14-8915-a8d70bebdde9", "body": "{\n \"address\": \"\",\n \"expiration\": \"\",\n \"id\": \"\",\n \"kind\": \"api#channel\",\n \"params\": {},\n \"payload\": {{faker 'datatype.boolean'}},\n \"resourceId\": \"\",\n \"resourceUri\": \"\",\n \"token\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bac08a01-b96e-4e31-9624-c8204d14dba2", "documentation": "Deletes data blobs and associated metadata. Deletions are permanent if versioning is not enabled for the bucket, or if the generation parameter is used.", "method": "delete", "endpoint": "b/:bucket/o/:object", "responses": [ { "uuid": "fe1b48bc-9f90-4a78-b70b-cc54bf4a9a02", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45a48150-bdf1-41ff-b987-466d9cc442f2", "documentation": "Retrieves objects or their associated metadata.", "method": "get", "endpoint": "b/:bucket/o/:object", "responses": [ { "uuid": "95744bdd-6839-40ef-a739-dd241b6be3eb", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88662d18-e828-4516-b4a4-4ac242f4b7d9", "documentation": "Updates a data blob's associated metadata. This method supports patch semantics.", "method": "patch", "endpoint": "b/:bucket/o/:object", "responses": [ { "uuid": "f56f3042-fa3d-4ae9-acf8-ac3805a75b17", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba6c859a-c787-4210-910a-6ad0e9e2f7fc", "documentation": "Updates a data blob's associated metadata.", "method": "put", "endpoint": "b/:bucket/o/:object", "responses": [ { "uuid": "bbd11864-65d4-4489-9d21-951333269136", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89bc6c7a-06fb-4c8d-a60f-e5ceae706d84", "documentation": "Retrieves ACL entries on the specified object.", "method": "get", "endpoint": "b/:bucket/o/:object/acl", "responses": [ { "uuid": "c2a06872-477d-49d9-80c4-2b2b48f7e0eb", "body": "{\n \"items\": [\n \"\"\n ],\n \"kind\": \"storage#objectAccessControls\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27d9517f-f0f5-487c-bc5f-8c00a1dcc1d3", "documentation": "Creates a new ACL entry on the specified object.", "method": "post", "endpoint": "b/:bucket/o/:object/acl", "responses": [ { "uuid": "5c89846e-17ad-410e-b26f-d76ddaf00c12", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7019bb56-3461-493e-8e6c-de18741a8fab", "documentation": "Permanently deletes the ACL entry for the specified entity on the specified object.", "method": "delete", "endpoint": "b/:bucket/o/:object/acl/:entity", "responses": [ { "uuid": "5df972c8-3132-4dda-9f0c-3b1b1bea2a3f", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df1f94da-8d93-482b-9f15-4e5564c8084e", "documentation": "Returns the ACL entry for the specified entity on the specified object.", "method": "get", "endpoint": "b/:bucket/o/:object/acl/:entity", "responses": [ { "uuid": "5970af6b-e039-40b3-9928-30a4ff4afc85", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c3713a6-5cdd-4e72-8a86-4c708fecf8df", "documentation": "Updates an ACL entry on the specified object. This method supports patch semantics.", "method": "patch", "endpoint": "b/:bucket/o/:object/acl/:entity", "responses": [ { "uuid": "7c42ab77-d960-4ee8-aa65-819470000a38", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3eed4285-7b37-47d8-a667-55d3e099ac46", "documentation": "Updates an ACL entry on the specified object.", "method": "put", "endpoint": "b/:bucket/o/:object/acl/:entity", "responses": [ { "uuid": "2b8d4e60-113c-49ab-ac36-87b16e5dba5a", "body": "{\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5390b40a-a637-455e-ab32-e0a0e5aaf1de", "documentation": "Concatenates a list of existing objects into a new object in the same bucket.", "method": "post", "endpoint": "b/:destinationBucket/o/:destinationObject/compose", "responses": [ { "uuid": "49272c2b-7da6-4812-849e-55f55377b8ad", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cdd6ce5e-ec1c-4aaf-8d79-f82df16abe2a", "documentation": "Copies an object to a destination in the same location. Optionally overrides metadata.", "method": "post", "endpoint": "b/:sourceBucket/o/:sourceObject/copyTo/b/:destinationBucket/o/:destinationObject", "responses": [ { "uuid": "4a5e0c0f-012f-414b-9db4-6ce659bad88f", "body": "{\n \"acl\": [\n {\n \"bucket\": \"\",\n \"domain\": \"\",\n \"email\": \"\",\n \"entity\": \"\",\n \"entityId\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#objectAccessControl\",\n \"object\": \"\",\n \"role\": \"\",\n \"selfLink\": \"\"\n }\n ],\n \"bucket\": \"\",\n \"cacheControl\": \"\",\n \"componentCount\": {{faker 'number.int' max=99999}},\n \"contentDisposition\": \"\",\n \"contentEncoding\": \"\",\n \"contentLanguage\": \"\",\n \"contentType\": \"\",\n \"crc32c\": \"\",\n \"etag\": \"\",\n \"generation\": \"\",\n \"id\": \"\",\n \"kind\": \"storage#object\",\n \"md5Hash\": \"\",\n \"mediaLink\": \"\",\n \"metadata\": {},\n \"metageneration\": \"\",\n \"name\": \"\",\n \"owner\": {\n \"entity\": \"\",\n \"entityId\": \"\"\n },\n \"selfLink\": \"\",\n \"size\": \"\",\n \"storageClass\": \"\",\n \"timeDeleted\": \"{{faker 'date.recent' 365}}\",\n \"updated\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ff9b800-0550-4340-9780-fd677cbbf755", "documentation": "Stop watching resources through this channel", "method": "post", "endpoint": "channels/stop", "responses": [ { "uuid": "55d3f653-7eb2-4423-ae0f-b77dfa3fd387", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "e0ddf732-ec65-4ce4-96e9-18f40ae16739" }, { "type": "route", "uuid": "18b25dfb-dec2-457b-9e0b-1164e01049e0" }, { "type": "route", "uuid": "57ccfd76-83cc-46ff-9ba5-59c8b180fc37" }, { "type": "route", "uuid": "6b730323-aee5-413d-b218-d9612efcc8f9" }, { "type": "route", "uuid": "1f7de850-d315-48c3-9b30-ba0fb92c831f" }, { "type": "route", "uuid": "92e3bcd9-34c0-436a-8eba-8cd3fb5d9ce1" }, { "type": "route", "uuid": "096881bf-83c8-4fac-933c-6e1b63a1bb34" }, { "type": "route", "uuid": "67f13866-65ea-4aec-bd53-3f7401aa0972" }, { "type": "route", "uuid": "7cc92c8d-a5bf-48ef-94de-de2bad54d226" }, { "type": "route", "uuid": "987315f2-965a-4af4-a458-32eb4f3856a0" }, { "type": "route", "uuid": "47a65f3f-73b3-434d-a364-ad0d188e8cc2" }, { "type": "route", "uuid": "ca737375-8044-4736-be42-a0db62ec2daf" }, { "type": "route", "uuid": "e073000d-5966-4a50-a338-8cf079b86784" }, { "type": "route", "uuid": "1bd67c56-a358-45dc-adff-03ebe82f675d" }, { "type": "route", "uuid": "2a82bb1a-0ee9-415c-96a1-563fd8033350" }, { "type": "route", "uuid": "1ad4e1c1-f12e-4114-8b25-115a4d603e22" }, { "type": "route", "uuid": "55b33771-c4e8-48ba-8adc-fc05be6f23d9" }, { "type": "route", "uuid": "2f8dddb4-ed8a-4e16-bd77-781fffc1347b" }, { "type": "route", "uuid": "e53c25ac-3dd7-4710-8848-277d0830ceda" }, { "type": "route", "uuid": "74184c6f-390a-4dee-906b-e83cff97c834" }, { "type": "route", "uuid": "09722e85-de1e-4f93-a1db-88f7bad90db1" }, { "type": "route", "uuid": "bac08a01-b96e-4e31-9624-c8204d14dba2" }, { "type": "route", "uuid": "45a48150-bdf1-41ff-b987-466d9cc442f2" }, { "type": "route", "uuid": "88662d18-e828-4516-b4a4-4ac242f4b7d9" }, { "type": "route", "uuid": "ba6c859a-c787-4210-910a-6ad0e9e2f7fc" }, { "type": "route", "uuid": "89bc6c7a-06fb-4c8d-a60f-e5ceae706d84" }, { "type": "route", "uuid": "27d9517f-f0f5-487c-bc5f-8c00a1dcc1d3" }, { "type": "route", "uuid": "7019bb56-3461-493e-8e6c-de18741a8fab" }, { "type": "route", "uuid": "df1f94da-8d93-482b-9f15-4e5564c8084e" }, { "type": "route", "uuid": "8c3713a6-5cdd-4e72-8a86-4c708fecf8df" }, { "type": "route", "uuid": "3eed4285-7b37-47d8-a667-55d3e099ac46" }, { "type": "route", "uuid": "5390b40a-a637-455e-ab32-e0a0e5aaf1de" }, { "type": "route", "uuid": "cdd6ce5e-ec1c-4aaf-8d79-f82df16abe2a" }, { "type": "route", "uuid": "3ff9b800-0550-4340-9780-fd677cbbf755" } ] }