{ "uuid": "e1efeb9b-1d7b-4bc3-9ada-3cd61b6685c5", "lastMigration": 29, "name": "Cloud Search API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "0f7faa11-c2a1-4a5c-ab3e-4dc679cc4626", "documentation": "Fetches the item whose viewUrl exactly matches that of the URL provided in the request. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1/debug/:name/items:searchByViewUrl", "responses": [ { "uuid": "c430f44f-10b9-4d20-a17b-2dec849ff81c", "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": "ee33f058-b332-4568-a5e4-c64041ffb47f", "documentation": "Checks whether an item is accessible by specified principal. Principal must be a user; groups and domain values aren't supported. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1/debug/:name:checkAccess", "responses": [ { "uuid": "4d9a7c35-adb8-442b-bd2c-f9247e8c90b0", "body": "{\n \"hasAccess\": {{faker 'datatype.boolean'}}\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": "990b9a7d-2140-454f-b1e7-4fedb5e5d7d6", "documentation": "Lists names of items associated with an unmapped identity. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/debug/:parent/items:forunmappedidentity", "responses": [ { "uuid": "7eb3d30a-0654-40ac-b223-d62c1b982619", "body": "{\n \"itemNames\": [\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": "d93fb9d0-2e8e-463c-a5d7-80e35c398df4", "documentation": "Lists unmapped user identities for an identity source. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/debug/:parent/unmappedids", "responses": [ { "uuid": "26b4255c-f283-441b-ac37-0a28bdf11f48", "body": "{\n \"nextPageToken\": \"\",\n \"unmappedIdentities\": [\n {\n \"externalIdentity\": {\n \"groupResourceName\": \"\",\n \"gsuitePrincipal\": {\n \"gsuiteDomain\": {{faker 'datatype.boolean'}},\n \"gsuiteGroupEmail\": \"\",\n \"gsuiteUserEmail\": \"\"\n },\n \"userResourceName\": \"\"\n },\n \"resolutionStatusCode\": \"{{oneOf (array 'CODE_UNSPECIFIED' 'NOT_FOUND' 'IDENTITY_SOURCE_NOT_FOUND' 'IDENTITY_SOURCE_MISCONFIGURED' 'TOO_MANY_MAPPINGS_FOUND' 'INTERNAL_ERROR')}}\"\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": "586f53cb-8ce3-43a5-a93b-c30b5c2986e7", "documentation": "Deletes Item resource for the specified resource name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "delete", "endpoint": "v1/indexing/:name", "responses": [ { "uuid": "cad52f01-9ce1-4d83-a9d3-1a0297a7e05e", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "dfef5467-a6f0-484c-a3d4-55b4888dfcbc", "documentation": "Gets Item resource by item name. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "get", "endpoint": "v1/indexing/:name", "responses": [ { "uuid": "6bc75d78-58b9-40e2-9203-325f5e5223b5", "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": "5033af34-d66a-4f9d-bb79-ee722901227f", "documentation": "Lists all or a subset of Item resources. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "get", "endpoint": "v1/indexing/:name/items", "responses": [ { "uuid": "7d461809-35f3-4d1a-8f5d-db07cb73f1a6", "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": "d4093ac9-07ad-4659-a8e0-fdae7eae189d", "documentation": "Deletes all items in a queue. This method is useful for deleting stale items. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name/items:deleteQueueItems", "responses": [ { "uuid": "0388e791-5f46-43b8-85d0-2d5293d5a7a7", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "4ae6d2c4-c17b-44a2-9698-ee1d9ce17d41", "documentation": "Polls for unreserved items from the indexing queue and marks a set as reserved, starting with items that have the oldest timestamp from the highest priority ItemStatus. The priority order is as follows: ERROR MODIFIED NEW_ITEM ACCEPTED Reserving items ensures that polling from other threads cannot create overlapping sets. After handling the reserved items, the client should put items back into the unreserved state, either by calling index, or by calling push with the type REQUEUE. Items automatically become available (unreserved) after 4 hours even if no update or push method is called. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name/items:poll", "responses": [ { "uuid": "212fbacd-396b-4452-a3d2-63eed5c386e6", "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": "d05b96e0-3af9-4e71-8ff7-7f331f0c7121", "documentation": "Unreserves all items from a queue, making them all eligible to be polled. This method is useful for resetting the indexing queue after a connector has been restarted. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name/items:unreserve", "responses": [ { "uuid": "8ca42472-007a-4c84-93cd-a3454053f4bc", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "0334240d-b1d8-4c36-bb9f-2f952f9486ed", "documentation": "Deletes the schema of a data source. **Note:** This API requires an admin or service account to execute.", "method": "delete", "endpoint": "v1/indexing/:name/schema", "responses": [ { "uuid": "ddfb5105-ac78-4c1d-9230-35333363efa1", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "132b1594-2c77-4b34-999f-f989b79c7db0", "documentation": "Gets the schema of a data source. **Note:** This API requires an admin or service account to execute.", "method": "get", "endpoint": "v1/indexing/:name/schema", "responses": [ { "uuid": "d7534564-dc74-43eb-bf8c-bab3ef1efa4d", "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": "d66a779f-595e-4bfb-9655-b6205530a0a3", "documentation": "Updates the schema of a data source. This method does not perform incremental updates to the schema. Instead, this method updates the schema by overwriting the entire schema. **Note:** This API requires an admin or service account to execute.", "method": "put", "endpoint": "v1/indexing/:name/schema", "responses": [ { "uuid": "844bf7dd-568c-4ea3-b99d-fe1dcf2801be", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "5cabd78e-8fcd-4d2c-83e8-e80dca71f79f", "documentation": "Updates Item ACL, metadata, and content. It will insert the Item if it does not exist. This method does not support partial updates. Fields with no provided values are cleared out in the Cloud Search index. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name:index", "responses": [ { "uuid": "1de6b963-ced6-49d5-96b4-f571dd3017c3", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "ed857ff8-12fc-4fdc-9a84-3a6e6082671c", "documentation": "Pushes an item onto a queue for later polling and updating. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name:push", "responses": [ { "uuid": "858d5a01-8b4b-4588-9a7b-f7d43e780648", "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": "ee68b16f-aafe-4724-8970-18d2bff6dc06", "documentation": "Creates an upload session for uploading item content. For items smaller than 100 KB, it's easier to embed the content inline within an index request. This API requires an admin or service account to execute. The service account used is the one whitelisted in the corresponding data source.", "method": "post", "endpoint": "v1/indexing/:name:upload", "responses": [ { "uuid": "0c0a3cde-c387-4d6b-af9d-c1fd1ef0ad7a", "body": "{\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": "c37669fd-c7b8-43f6-b4c4-495f3f09b5db", "documentation": "Uploads media for indexing. The upload endpoint supports direct and resumable upload protocols and is intended for large items that can not be [inlined during index requests](https://developers.google.com/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content: 1. Call indexing.datasources.items.upload with the item name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content, as a streaming request, using the same resource name from the UploadItemRef from step 1. 1. Call indexing.datasources.items.index to index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1. For additional information, see [Create a content connector using the REST API](https://developers.google.com/cloud-search/docs/guides/content-connector#rest). **Note:** This API requires a service account to execute.", "method": "post", "endpoint": "v1/media/:resourceName", "responses": [ { "uuid": "d12420a0-b9ba-4999-a62d-dfa9b1cb434f", "body": "{\n \"resourceName\": \"\"\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": "df95a17e-6603-4aa6-9633-99d49b418ebb", "documentation": "The Cloud Search Query API provides the search method, which returns the most relevant results from a user query. The results can come from Google Workspace apps, such as Gmail or Google Drive, or they can come from data that you have indexed from a third party. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).", "method": "post", "endpoint": "v1/query/search", "responses": [ { "uuid": "e9571bd6-b9e9-49ca-a4d4-b30d8546985e", "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": "515eb2b9-b077-40b1-ab74-8932691fb988", "documentation": "Returns list of sources that user can use for Search and Suggest APIs. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).", "method": "get", "endpoint": "v1/query/sources", "responses": [ { "uuid": "b86631e4-9202-4933-9d3c-302f2b82df55", "body": "{\n \"nextPageToken\": \"\",\n \"sources\": [\n {\n \"displayName\": \"\",\n \"operators\": [\n {\n \"displayName\": \"\",\n \"enumValues\": [\n \"\"\n ],\n \"greaterThanOperatorName\": \"\",\n \"isFacetable\": {{faker 'datatype.boolean'}},\n \"isRepeatable\": {{faker 'datatype.boolean'}},\n \"isReturnable\": {{faker 'datatype.boolean'}},\n \"isSortable\": {{faker 'datatype.boolean'}},\n \"isSuggestable\": {{faker 'datatype.boolean'}},\n \"lessThanOperatorName\": \"\",\n \"objectType\": \"\",\n \"operatorName\": \"\",\n \"type\": \"{{oneOf (array 'UNKNOWN' 'INTEGER' 'DOUBLE' 'TIMESTAMP' 'BOOLEAN' 'ENUM' 'DATE' 'TEXT' 'HTML')}}\"\n }\n ],\n \"shortName\": \"\",\n \"source\": {\n \"name\": \"\",\n \"predefinedSource\": \"{{oneOf (array 'NONE' 'QUERY_HISTORY' 'PERSON' 'GOOGLE_DRIVE' 'GOOGLE_GMAIL' 'GOOGLE_SITES' 'GOOGLE_GROUPS' 'GOOGLE_CALENDAR' 'GOOGLE_KEEP')}}\"\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": "41285590-941d-430f-99bf-54487d0a32fd", "documentation": "Provides suggestions for autocompleting the query. **Note:** This API requires a standard end user account to execute. A service account can't perform Query API requests directly; to use a service account to perform queries, set up [Google Workspace domain-wide delegation of authority](https://developers.google.com/cloud-search/docs/guides/delegation/).", "method": "post", "endpoint": "v1/query/suggest", "responses": [ { "uuid": "9fb099c3-04b0-476b-b84f-d66012cade93", "body": "{\n \"suggestResults\": [\n {\n \"peopleSuggestion\": {\n \"person\": {\n \"emailAddresses\": [\n {\n \"customType\": \"\",\n \"emailAddress\": \"\",\n \"emailUrl\": \"\",\n \"primary\": {{faker 'datatype.boolean'}},\n \"type\": \"\"\n }\n ],\n \"name\": \"\",\n \"obfuscatedId\": \"\",\n \"personNames\": [\n {\n \"displayName\": \"\"\n }\n ],\n \"phoneNumbers\": [\n {\n \"phoneNumber\": \"\",\n \"type\": \"{{oneOf (array 'OTHER' 'MOBILE' 'OFFICE')}}\"\n }\n ],\n \"photos\": [\n {\n \"url\": \"\"\n }\n ]\n }\n },\n \"querySuggestion\": {},\n \"source\": {\n \"name\": \"\",\n \"predefinedSource\": \"{{oneOf (array 'NONE' 'QUERY_HISTORY' 'PERSON' 'GOOGLE_DRIVE' 'GOOGLE_GMAIL' 'GOOGLE_SITES' 'GOOGLE_GROUPS' 'GOOGLE_CALENDAR' 'GOOGLE_KEEP')}}\"\n },\n \"suggestedQuery\": \"\"\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": "1158cb3d-80a0-477a-a0e8-297b221449ea", "documentation": "Get customer settings. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/settings/customer", "responses": [ { "uuid": "fee13f13-3e08-4750-9c17-83e1f387069e", "body": "{\n \"auditLoggingSettings\": {\n \"logAdminReadActions\": {{faker 'datatype.boolean'}},\n \"logDataReadActions\": {{faker 'datatype.boolean'}},\n \"logDataWriteActions\": {{faker 'datatype.boolean'}},\n \"project\": \"\"\n },\n \"vpcSettings\": {\n \"project\": \"\"\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": "6b4cf3c8-58ba-46ce-8e52-ff94e957af8a", "documentation": "Update customer settings. **Note:** This API requires an admin account to execute.", "method": "patch", "endpoint": "v1/settings/customer", "responses": [ { "uuid": "1075b2bf-ee9f-44ad-9cc9-36c604c45d80", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "340bb3c8-e447-472c-ad8f-f0d38d34d3e4", "documentation": "Lists datasources. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/settings/datasources", "responses": [ { "uuid": "9efd5169-ff7e-4b45-96d2-f918e9997aa0", "body": "{\n \"nextPageToken\": \"\",\n \"sources\": [\n {\n \"disableModifications\": {{faker 'datatype.boolean'}},\n \"disableServing\": {{faker 'datatype.boolean'}},\n \"displayName\": \"\",\n \"indexingServiceAccounts\": [\n \"\"\n ],\n \"itemsVisibility\": [\n {\n \"gsuiteDomain\": {{faker 'datatype.boolean'}},\n \"gsuiteGroupEmail\": \"\",\n \"gsuiteUserEmail\": \"\"\n }\n ],\n \"name\": \"\",\n \"operationIds\": [\n \"\"\n ],\n \"returnThumbnailUrls\": {{faker 'datatype.boolean'}},\n \"shortName\": \"\"\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": "0ee52a99-aa70-4131-9ba0-e97fa66caa34", "documentation": "Creates a datasource. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1/settings/datasources", "responses": [ { "uuid": "89b2f0fa-58f8-40c8-9047-f2a295b615a7", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "5260aacd-8340-45e6-87b7-cf7095003dc2", "documentation": "Lists all search applications. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/settings/searchapplications", "responses": [ { "uuid": "d841f743-5d1c-4c31-adc8-cc51415b29d3", "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": "e87292bc-6a3d-4a5c-b1ba-82f1b3621a57", "documentation": "Creates a search application. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1/settings/searchapplications", "responses": [ { "uuid": "e4cb5963-444b-4c2d-bfdc-d08a55ddf633", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "52893c55-8fd4-4fdd-9ac2-8118e8a504df", "documentation": "Deletes a search application. **Note:** This API requires an admin account to execute.", "method": "delete", "endpoint": "v1/settings/:name", "responses": [ { "uuid": "fe457f19-759a-43d9-b560-630a764f288b", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "188a479f-d42a-4341-9a64-de8c259e1412", "documentation": "Gets the specified search application. **Note:** This API requires an admin account to execute.", "method": "get", "endpoint": "v1/settings/:name", "responses": [ { "uuid": "4f817a5a-7a39-4086-8ef7-b0df5570866c", "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": "8274f5fd-c10c-44b4-994f-2540a585d56f", "documentation": "Updates a search application. **Note:** This API requires an admin account to execute.", "method": "patch", "endpoint": "v1/settings/:name", "responses": [ { "uuid": "95862eac-f9c4-41f2-8ea9-8822e3b3f799", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "cdfe1d84-7f2f-4ca6-a9e9-7733048afd43", "documentation": "Updates a search application. **Note:** This API requires an admin account to execute.", "method": "put", "endpoint": "v1/settings/:name", "responses": [ { "uuid": "52ee2e1b-ebae-4790-9f94-0fe5a1e5edfc", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "97d6168f-e45a-4511-a9b1-c729d9c57804", "documentation": "Resets a search application to default settings. This will return an empty response. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1/settings/:name:reset", "responses": [ { "uuid": "3f527a9a-f6ec-46e9-b696-30b23ed24b1a", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "8f26d535-73f4-408b-a0a9-67d95de805be", "documentation": "Gets indexed item statistics aggreggated across all data sources. This API only returns statistics for previous dates; it doesn't return statistics for the current day. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/index", "responses": [ { "uuid": "ac2497b4-c1cb-4437-ae11-6d8dea7ae8da", "body": "{\n \"averageIndexedItemCount\": \"\",\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"itemCountByStatus\": [\n {\n \"count\": \"\",\n \"indexedItemsCount\": \"\",\n \"statusCode\": \"{{oneOf (array 'CODE_UNSPECIFIED' 'ERROR' 'MODIFIED' 'NEW_ITEM' 'ACCEPTED')}}\"\n }\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": "924f5647-7f09-4886-8721-a4a8412f372d", "documentation": "Gets indexed item statistics for a single data source. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/index/:name", "responses": [ { "uuid": "159e350b-e3c9-430f-a17f-e1160b08f01a", "body": "{\n \"averageIndexedItemCount\": \"\",\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"itemCountByStatus\": [\n {\n \"count\": \"\",\n \"indexedItemsCount\": \"\",\n \"statusCode\": \"{{oneOf (array 'CODE_UNSPECIFIED' 'ERROR' 'MODIFIED' 'NEW_ITEM' 'ACCEPTED')}}\"\n }\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": "1293771e-4b86-4313-92db-b22657f63ba3", "documentation": "Get the query statistics for customer. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/query", "responses": [ { "uuid": "865ccd2f-0b45-4c0f-9741-9d4e36943c30", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"queryCountByStatus\": [\n {\n \"count\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"totalQueryCount\": \"\"\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": "40fe8be9-dfcf-4ac4-bcd9-a7e2e17d170c", "documentation": "Get the query statistics for search application. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/query/:name", "responses": [ { "uuid": "1c763ac3-81a9-4f1d-95c7-136fa16a24d7", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"queryCountByStatus\": [\n {\n \"count\": \"\",\n \"statusCode\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n ],\n \"totalQueryCount\": \"\"\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": "67ef0138-71d8-4baa-8b59-f39183ea9592", "documentation": "Get search application stats for customer. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/searchapplication", "responses": [ { "uuid": "03969c32-7f71-4f75-9c7f-8741398360fc", "body": "{\n \"averageSearchApplicationCount\": \"\",\n \"stats\": [\n {\n \"count\": \"\",\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\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": "a93732a4-78f7-452b-9f69-96200e07b797", "documentation": "Get the # of search sessions, % of successful sessions with a click query statistics for customer. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/session", "responses": [ { "uuid": "5ec62169-3415-454a-8be5-f7f78427dbc8", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"searchSessionsCount\": \"\"\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": "a6fa05d8-b62c-429e-bc9e-180dad37fa1a", "documentation": "Get the # of search sessions, % of successful sessions with a click query statistics for search application. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/session/:name", "responses": [ { "uuid": "80c1fb8a-bd58-452a-8c5d-f3c55cc4bbc1", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"searchSessionsCount\": \"\"\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": "f3aa97c8-cb5e-448b-b0f3-b8aaa267fd7b", "documentation": "Get the users statistics for customer. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/user", "responses": [ { "uuid": "1b34b790-5e2f-464b-890d-db5b26ea0003", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"oneDayActiveUsersCount\": \"\",\n \"sevenDaysActiveUsersCount\": \"\",\n \"thirtyDaysActiveUsersCount\": \"\"\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": "d2bd0278-34b9-4b06-9039-b1ddcd60b35c", "documentation": "Get the users statistics for search application. **Note:** This API requires a standard end user account to execute.", "method": "get", "endpoint": "v1/stats/user/:name", "responses": [ { "uuid": "1824ff71-c8a9-4f21-b14e-b3424903be6b", "body": "{\n \"stats\": [\n {\n \"date\": {\n \"day\": {{faker 'number.int' max=99999}},\n \"month\": {{faker 'number.int' max=99999}},\n \"year\": {{faker 'number.int' max=99999}}\n },\n \"oneDayActiveUsersCount\": \"\",\n \"sevenDaysActiveUsersCount\": \"\",\n \"thirtyDaysActiveUsersCount\": \"\"\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": "b5d46375-4b4a-4391-94e1-10f3cf36fcec", "documentation": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "949eb29c-733a-4dd1-8477-933a5a81a05f", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "d80390ac-7cf6-4a80-b114-94db6915995a", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1/:name/lro", "responses": [ { "uuid": "8e3c557b-dba2-4c97-b794-ba6de66a54a0", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "bfda4908-11d4-49b8-9d84-8faa8b73e85e", "documentation": "Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.", "method": "post", "endpoint": "v1:initializeCustomer", "responses": [ { "uuid": "a9b5aa2f-f5d6-464e-86e6-a0a66bdcafe5", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\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": "0f7faa11-c2a1-4a5c-ab3e-4dc679cc4626" }, { "type": "route", "uuid": "ee33f058-b332-4568-a5e4-c64041ffb47f" }, { "type": "route", "uuid": "990b9a7d-2140-454f-b1e7-4fedb5e5d7d6" }, { "type": "route", "uuid": "d93fb9d0-2e8e-463c-a5d7-80e35c398df4" }, { "type": "route", "uuid": "586f53cb-8ce3-43a5-a93b-c30b5c2986e7" }, { "type": "route", "uuid": "dfef5467-a6f0-484c-a3d4-55b4888dfcbc" }, { "type": "route", "uuid": "5033af34-d66a-4f9d-bb79-ee722901227f" }, { "type": "route", "uuid": "d4093ac9-07ad-4659-a8e0-fdae7eae189d" }, { "type": "route", "uuid": "4ae6d2c4-c17b-44a2-9698-ee1d9ce17d41" }, { "type": "route", "uuid": "d05b96e0-3af9-4e71-8ff7-7f331f0c7121" }, { "type": "route", "uuid": "0334240d-b1d8-4c36-bb9f-2f952f9486ed" }, { "type": "route", "uuid": "132b1594-2c77-4b34-999f-f989b79c7db0" }, { "type": "route", "uuid": "d66a779f-595e-4bfb-9655-b6205530a0a3" }, { "type": "route", "uuid": "5cabd78e-8fcd-4d2c-83e8-e80dca71f79f" }, { "type": "route", "uuid": "ed857ff8-12fc-4fdc-9a84-3a6e6082671c" }, { "type": "route", "uuid": "ee68b16f-aafe-4724-8970-18d2bff6dc06" }, { "type": "route", "uuid": "c37669fd-c7b8-43f6-b4c4-495f3f09b5db" }, { "type": "route", "uuid": "df95a17e-6603-4aa6-9633-99d49b418ebb" }, { "type": "route", "uuid": "515eb2b9-b077-40b1-ab74-8932691fb988" }, { "type": "route", "uuid": "41285590-941d-430f-99bf-54487d0a32fd" }, { "type": "route", "uuid": "1158cb3d-80a0-477a-a0e8-297b221449ea" }, { "type": "route", "uuid": "6b4cf3c8-58ba-46ce-8e52-ff94e957af8a" }, { "type": "route", "uuid": "340bb3c8-e447-472c-ad8f-f0d38d34d3e4" }, { "type": "route", "uuid": "0ee52a99-aa70-4131-9ba0-e97fa66caa34" }, { "type": "route", "uuid": "5260aacd-8340-45e6-87b7-cf7095003dc2" }, { "type": "route", "uuid": "e87292bc-6a3d-4a5c-b1ba-82f1b3621a57" }, { "type": "route", "uuid": "52893c55-8fd4-4fdd-9ac2-8118e8a504df" }, { "type": "route", "uuid": "188a479f-d42a-4341-9a64-de8c259e1412" }, { "type": "route", "uuid": "8274f5fd-c10c-44b4-994f-2540a585d56f" }, { "type": "route", "uuid": "cdfe1d84-7f2f-4ca6-a9e9-7733048afd43" }, { "type": "route", "uuid": "97d6168f-e45a-4511-a9b1-c729d9c57804" }, { "type": "route", "uuid": "8f26d535-73f4-408b-a0a9-67d95de805be" }, { "type": "route", "uuid": "924f5647-7f09-4886-8721-a4a8412f372d" }, { "type": "route", "uuid": "1293771e-4b86-4313-92db-b22657f63ba3" }, { "type": "route", "uuid": "40fe8be9-dfcf-4ac4-bcd9-a7e2e17d170c" }, { "type": "route", "uuid": "67ef0138-71d8-4baa-8b59-f39183ea9592" }, { "type": "route", "uuid": "a93732a4-78f7-452b-9f69-96200e07b797" }, { "type": "route", "uuid": "a6fa05d8-b62c-429e-bc9e-180dad37fa1a" }, { "type": "route", "uuid": "f3aa97c8-cb5e-448b-b0f3-b8aaa267fd7b" }, { "type": "route", "uuid": "d2bd0278-34b9-4b06-9039-b1ddcd60b35c" }, { "type": "route", "uuid": "b5d46375-4b4a-4391-94e1-10f3cf36fcec" }, { "type": "route", "uuid": "d80390ac-7cf6-4a80-b114-94db6915995a" }, { "type": "route", "uuid": "bfda4908-11d4-49b8-9d84-8faa8b73e85e" } ] }