{ "uuid": "6acbf50d-cb1c-47c7-9f65-3253858a8ea3", "lastMigration": 29, "name": "Google Cloud Data Catalog API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "01ce9aa7-c55f-4a2d-80c2-be2c919813a5", "documentation": "Searches Data Catalog for multiple resources like entries, tags that match a query. This is a custom method (https://cloud.google.com/apis/design/custom_methods) and does not return the complete resource, only the resource identifier and high level fields. Clients can subsequently call `Get` methods. Note that Data Catalog search queries do not guarantee full recall. Query results that match your query may not be returned, even in subsequent result pages. Also note that results returned (and not returned) can vary across repeated search queries. See [Data Catalog Search Syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference) for more information.", "method": "post", "endpoint": "v1beta1/catalog:search", "responses": [ { "uuid": "0834e0a9-3b8e-4fc4-8952-b294c5efa9ee", "body": "{\n \"nextPageToken\": \"\",\n \"results\": [\n {\n \"linkedResource\": \"\",\n \"modifyTime\": \"\",\n \"relativeResourceName\": \"\",\n \"searchResultSubtype\": \"\",\n \"searchResultType\": \"{{oneOf (array 'SEARCH_RESULT_TYPE_UNSPECIFIED' 'ENTRY' 'TAG_TEMPLATE' 'ENTRY_GROUP')}}\"\n }\n ],\n \"unreachable\": [\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": "2d2cb01e-c8e9-4624-bfe1-27c5b7650de3", "documentation": "Get an entry by target resource name. This method allows clients to use the resource name from the source Google Cloud Platform service to get the Data Catalog Entry.", "method": "get", "endpoint": "v1beta1/entries:lookup", "responses": [ { "uuid": "c5f9271e-44d9-4698-876b-e50b4a0fe8cc", "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": "81ebaf3d-baec-4c1f-ac06-75647529b991", "documentation": "Deletes a policy tag. Also deletes all of its descendant policy tags.", "method": "delete", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "20146b20-1a9a-4e20-b2c9-c46d50d753f7", "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": "773446fa-3216-4c4a-8a44-7c431ae5f37e", "documentation": "Gets a policy tag.", "method": "get", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "912f0350-89a7-44f9-a1ba-5bc5674206ad", "body": "{\n \"childPolicyTags\": [\n \"\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"parentPolicyTag\": \"\"\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": "fb89cab0-08a6-4c16-bf47-260514c4b65a", "documentation": "Updates a policy tag.", "method": "patch", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "ddf4ef92-2bf9-4c68-8a7c-66c74166df1c", "body": "{\n \"childPolicyTags\": [\n \"\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"parentPolicyTag\": \"\"\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": "e8a7c254-9b77-41a1-98ad-f4a53df94322", "documentation": "Renames an enum value in a tag template. The enum values have to be unique within one enum field. Thus, an enum value cannot be renamed with a name used in any other enum value within the same enum field.", "method": "post", "endpoint": "v1beta1/:name:rename", "responses": [ { "uuid": "7bf0e49e-c095-4878-9fc6-caa6980069f3", "body": "{\n \"description\": \"\",\n \"displayName\": \"\",\n \"isRequired\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"order\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"enumType\": {\n \"allowedValues\": [\n {\n \"displayName\": \"\"\n }\n ]\n },\n \"primitiveType\": \"{{oneOf (array 'PRIMITIVE_TYPE_UNSPECIFIED' 'DOUBLE' 'STRING' 'BOOL' 'TIMESTAMP')}}\"\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": "b1977119-f5f1-492b-972c-1c6426328941", "documentation": "Lists entries.", "method": "get", "endpoint": "v1beta1/:parent/entries", "responses": [ { "uuid": "1b35d562-f627-4595-9986-cb0ecdd1b0f2", "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": "92b1da32-8d74-483b-a748-c6f409dee197", "documentation": "Creates an entry. Only entries of 'FILESET' type or user-specified type can be created. Users should enable the Data Catalog API in the project identified by the `parent` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information). A maximum of 100,000 entries may be created per entry group.", "method": "post", "endpoint": "v1beta1/:parent/entries", "responses": [ { "uuid": "a98959ed-8be1-4aaa-85f1-a36c00b2a9d9", "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": "ad7ee5e0-0aca-42f5-89e7-bc5b50a3a23d", "documentation": "Lists entry groups.", "method": "get", "endpoint": "v1beta1/:parent/entryGroups", "responses": [ { "uuid": "f9aa9c8d-fe1b-4190-b67d-407badc82bbb", "body": "{\n \"entryGroups\": [\n {\n \"dataCatalogTimestamps\": {\n \"createTime\": \"\",\n \"expireTime\": \"\",\n \"updateTime\": \"\"\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\"\n }\n ],\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": "978029f5-d3d5-4ce8-b240-901789bb421c", "documentation": "A maximum of 10,000 entry groups may be created per organization across all locations. Users should enable the Data Catalog API in the project identified by the `parent` parameter (see [Data Catalog Resource Project] (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).", "method": "post", "endpoint": "v1beta1/:parent/entryGroups", "responses": [ { "uuid": "646c9164-28fd-42eb-bc83-edc91538ee6b", "body": "{\n \"dataCatalogTimestamps\": {\n \"createTime\": \"\",\n \"expireTime\": \"\",\n \"updateTime\": \"\"\n },\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\"\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": "f803d46f-1584-49f9-90bc-b7151276f8e3", "documentation": "Creates a field in a tag template. The user should enable the Data Catalog API in the project identified by the `parent` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).", "method": "post", "endpoint": "v1beta1/:parent/fields", "responses": [ { "uuid": "f2adbeef-3754-48a5-82c8-a2ff02e50c38", "body": "{\n \"description\": \"\",\n \"displayName\": \"\",\n \"isRequired\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"order\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"enumType\": {\n \"allowedValues\": [\n {\n \"displayName\": \"\"\n }\n ]\n },\n \"primitiveType\": \"{{oneOf (array 'PRIMITIVE_TYPE_UNSPECIFIED' 'DOUBLE' 'STRING' 'BOOL' 'TIMESTAMP')}}\"\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": "cae58edd-95e6-4412-bc70-bb8e444bd97e", "documentation": "Lists all policy tags in a taxonomy.", "method": "get", "endpoint": "v1beta1/:parent/policyTags", "responses": [ { "uuid": "0a8a897d-8a16-477a-865e-ec45880d7109", "body": "{\n \"nextPageToken\": \"\",\n \"policyTags\": [\n {\n \"childPolicyTags\": [\n \"\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"parentPolicyTag\": \"\"\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": "b1679f50-c9d4-4a0f-82a1-f9784ac692b4", "documentation": "Creates a policy tag in the specified taxonomy.", "method": "post", "endpoint": "v1beta1/:parent/policyTags", "responses": [ { "uuid": "c9a88a51-80c1-4c22-b510-a4ae2fc14a5d", "body": "{\n \"childPolicyTags\": [\n \"\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"parentPolicyTag\": \"\"\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": "e0ccbd6e-dc5c-4aa5-a273-13f7f534438c", "documentation": "Creates a tag template. The user should enable the Data Catalog API in the project identified by the `parent` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).", "method": "post", "endpoint": "v1beta1/:parent/tagTemplates", "responses": [ { "uuid": "8659fb4d-5053-49b0-9d21-4848d3d49f98", "body": "{\n \"displayName\": \"\",\n \"fields\": {},\n \"name\": \"\"\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": "ab149810-7546-4dfc-bdd1-dad5d8ca25c1", "documentation": "Lists tags assigned to an Entry. The columns in the response are lowercased.", "method": "get", "endpoint": "v1beta1/:parent/tags", "responses": [ { "uuid": "147d6d53-8681-4e35-a8d7-c98cb332b63b", "body": "{\n \"nextPageToken\": \"\",\n \"tags\": [\n {\n \"column\": \"\",\n \"fields\": {},\n \"name\": \"\",\n \"template\": \"\",\n \"templateDisplayName\": \"\"\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": "9541a859-d22f-4180-8d9d-608a9f8978bf", "documentation": "Creates a tag on an Entry. Note: The project identified by the `parent` parameter for the [tag](https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.entryGroups.entries.tags/create#path-parameters) and the [tag template](https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create#path-parameters) used to create the tag must be from the same organization.", "method": "post", "endpoint": "v1beta1/:parent/tags", "responses": [ { "uuid": "d9b1b353-681b-4349-903f-bedfca020ef5", "body": "{\n \"column\": \"\",\n \"fields\": {},\n \"name\": \"\",\n \"template\": \"\",\n \"templateDisplayName\": \"\"\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": "d1f21bec-bcf1-4ff4-8130-505e92a5e828", "documentation": "Lists all taxonomies in a project in a particular location that the caller has permission to view.", "method": "get", "endpoint": "v1beta1/:parent/taxonomies", "responses": [ { "uuid": "39d7c77e-642d-46a8-a937-2e9d12d3d73c", "body": "{\n \"nextPageToken\": \"\",\n \"taxonomies\": [\n {\n \"activatedPolicyTypes\": [\n \"{{oneOf (array 'POLICY_TYPE_UNSPECIFIED' 'FINE_GRAINED_ACCESS_CONTROL')}}\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"policyTagCount\": {{faker 'number.int' max=99999}},\n \"taxonomyTimestamps\": {\n \"createTime\": \"\",\n \"expireTime\": \"\",\n \"updateTime\": \"\"\n }\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": "9b2849f1-0e97-4601-a046-076a51a81799", "documentation": "Creates a taxonomy in the specified project.", "method": "post", "endpoint": "v1beta1/:parent/taxonomies", "responses": [ { "uuid": "66bebafb-3157-4774-91bc-08eb3e6037a5", "body": "{\n \"activatedPolicyTypes\": [\n \"{{oneOf (array 'POLICY_TYPE_UNSPECIFIED' 'FINE_GRAINED_ACCESS_CONTROL')}}\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"policyTagCount\": {{faker 'number.int' max=99999}},\n \"taxonomyTimestamps\": {\n \"createTime\": \"\",\n \"expireTime\": \"\",\n \"updateTime\": \"\"\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": "a3d979ec-bdde-4cf3-bf26-ed4b4528cc4d", "documentation": "Exports all taxonomies and their policy tags in a project. This method generates SerializedTaxonomy protos with nested policy tags that can be used as an input for future ImportTaxonomies calls.", "method": "get", "endpoint": "v1beta1/:parent/taxonomies:export", "responses": [ { "uuid": "fad4705e-348f-4459-80aa-3c5d1cb8297c", "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": "fcf69083-54bb-44f1-846f-792240418da9", "documentation": "Imports all taxonomies and their policy tags to a project as new taxonomies. This method provides a bulk taxonomy / policy tag creation using nested proto structure.", "method": "post", "endpoint": "v1beta1/:parent/taxonomies:import", "responses": [ { "uuid": "1afe9a21-bbae-4a2a-aaf0-24741a84964b", "body": "{\n \"taxonomies\": [\n {\n \"activatedPolicyTypes\": [\n \"{{oneOf (array 'POLICY_TYPE_UNSPECIFIED' 'FINE_GRAINED_ACCESS_CONTROL')}}\"\n ],\n \"description\": \"\",\n \"displayName\": \"\",\n \"name\": \"\",\n \"policyTagCount\": {{faker 'number.int' max=99999}},\n \"taxonomyTimestamps\": {\n \"createTime\": \"\",\n \"expireTime\": \"\",\n \"updateTime\": \"\"\n }\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": "392b2e20-de2a-42c2-a421-345ee047c298", "documentation": "Gets the IAM policy for a taxonomy or a policy tag.", "method": "post", "endpoint": "v1beta1/:resource:getIamPolicy", "responses": [ { "uuid": "b02815d5-d829-47ed-aede-633912a7ff1b", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\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": "f49ffe53-3acc-4399-9226-f7dd4751faa4", "documentation": "Sets the IAM policy for a taxonomy or a policy tag.", "method": "post", "endpoint": "v1beta1/:resource:setIamPolicy", "responses": [ { "uuid": "ff083ee0-4504-45ea-9b0b-bb558078d95d", "body": "{\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\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": "c774f2bf-8a92-40f5-b407-a5cd9ee54b72", "documentation": "Returns the permissions that a caller has on the specified taxonomy or policy tag.", "method": "post", "endpoint": "v1beta1/:resource:testIamPermissions", "responses": [ { "uuid": "9742f216-1625-4d19-94aa-4de50b6e8f30", "body": "{\n \"permissions\": [\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" } ], "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": "01ce9aa7-c55f-4a2d-80c2-be2c919813a5" }, { "type": "route", "uuid": "2d2cb01e-c8e9-4624-bfe1-27c5b7650de3" }, { "type": "route", "uuid": "81ebaf3d-baec-4c1f-ac06-75647529b991" }, { "type": "route", "uuid": "773446fa-3216-4c4a-8a44-7c431ae5f37e" }, { "type": "route", "uuid": "fb89cab0-08a6-4c16-bf47-260514c4b65a" }, { "type": "route", "uuid": "e8a7c254-9b77-41a1-98ad-f4a53df94322" }, { "type": "route", "uuid": "b1977119-f5f1-492b-972c-1c6426328941" }, { "type": "route", "uuid": "92b1da32-8d74-483b-a748-c6f409dee197" }, { "type": "route", "uuid": "ad7ee5e0-0aca-42f5-89e7-bc5b50a3a23d" }, { "type": "route", "uuid": "978029f5-d3d5-4ce8-b240-901789bb421c" }, { "type": "route", "uuid": "f803d46f-1584-49f9-90bc-b7151276f8e3" }, { "type": "route", "uuid": "cae58edd-95e6-4412-bc70-bb8e444bd97e" }, { "type": "route", "uuid": "b1679f50-c9d4-4a0f-82a1-f9784ac692b4" }, { "type": "route", "uuid": "e0ccbd6e-dc5c-4aa5-a273-13f7f534438c" }, { "type": "route", "uuid": "ab149810-7546-4dfc-bdd1-dad5d8ca25c1" }, { "type": "route", "uuid": "9541a859-d22f-4180-8d9d-608a9f8978bf" }, { "type": "route", "uuid": "d1f21bec-bcf1-4ff4-8130-505e92a5e828" }, { "type": "route", "uuid": "9b2849f1-0e97-4601-a046-076a51a81799" }, { "type": "route", "uuid": "a3d979ec-bdde-4cf3-bf26-ed4b4528cc4d" }, { "type": "route", "uuid": "fcf69083-54bb-44f1-846f-792240418da9" }, { "type": "route", "uuid": "392b2e20-de2a-42c2-a421-345ee047c298" }, { "type": "route", "uuid": "f49ffe53-3acc-4399-9226-f7dd4751faa4" }, { "type": "route", "uuid": "c774f2bf-8a92-40f5-b407-a5cd9ee54b72" } ] }