{ "uuid": "f2958643-27d4-44a6-8a2a-a5fbb0b7190f", "lastMigration": 29, "name": "Cloud IoT API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "17ebb6ec-52ba-4eae-b2de-161346c8da42", "documentation": "Deletes a device.", "method": "delete", "endpoint": "v1/:name", "responses": [ { "uuid": "1665dda6-c2ec-4e86-ac2a-2bfec95bef37", "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": "6332a657-2816-4895-b9a4-f32426d80c37", "documentation": "Gets details about a device.", "method": "get", "endpoint": "v1/:name", "responses": [ { "uuid": "7544c9fc-617d-4551-a0fc-43f8033a7893", "body": "{\n \"blocked\": {{faker 'datatype.boolean'}},\n \"config\": {\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\n },\n \"credentials\": [\n {\n \"expirationTime\": \"\",\n \"publicKey\": {\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_FORMAT' 'RSA_PEM' 'RSA_X509_PEM' 'ES256_PEM' 'ES256_X509_PEM')}}\",\n \"key\": \"\"\n }\n }\n ],\n \"gatewayConfig\": {\n \"gatewayAuthMethod\": \"{{oneOf (array 'GATEWAY_AUTH_METHOD_UNSPECIFIED' 'ASSOCIATION_ONLY' 'DEVICE_AUTH_TOKEN_ONLY' 'ASSOCIATION_AND_DEVICE_AUTH_TOKEN')}}\",\n \"gatewayType\": \"{{oneOf (array 'GATEWAY_TYPE_UNSPECIFIED' 'GATEWAY' 'NON_GATEWAY')}}\",\n \"lastAccessedGatewayId\": \"\",\n \"lastAccessedGatewayTime\": \"\"\n },\n \"id\": \"\",\n \"lastConfigAckTime\": \"\",\n \"lastConfigSendTime\": \"\",\n \"lastErrorStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"lastErrorTime\": \"\",\n \"lastEventTime\": \"\",\n \"lastHeartbeatTime\": \"\",\n \"lastStateTime\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"metadata\": {},\n \"name\": \"\",\n \"numId\": \"\",\n \"state\": {\n \"binaryData\": \"\",\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": "5140741c-84f0-44e3-9898-c57b364874e3", "documentation": "Updates a device.", "method": "patch", "endpoint": "v1/:name", "responses": [ { "uuid": "ed1d1519-135f-4199-8ed9-83ff4c447806", "body": "{\n \"blocked\": {{faker 'datatype.boolean'}},\n \"config\": {\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\n },\n \"credentials\": [\n {\n \"expirationTime\": \"\",\n \"publicKey\": {\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_FORMAT' 'RSA_PEM' 'RSA_X509_PEM' 'ES256_PEM' 'ES256_X509_PEM')}}\",\n \"key\": \"\"\n }\n }\n ],\n \"gatewayConfig\": {\n \"gatewayAuthMethod\": \"{{oneOf (array 'GATEWAY_AUTH_METHOD_UNSPECIFIED' 'ASSOCIATION_ONLY' 'DEVICE_AUTH_TOKEN_ONLY' 'ASSOCIATION_AND_DEVICE_AUTH_TOKEN')}}\",\n \"gatewayType\": \"{{oneOf (array 'GATEWAY_TYPE_UNSPECIFIED' 'GATEWAY' 'NON_GATEWAY')}}\",\n \"lastAccessedGatewayId\": \"\",\n \"lastAccessedGatewayTime\": \"\"\n },\n \"id\": \"\",\n \"lastConfigAckTime\": \"\",\n \"lastConfigSendTime\": \"\",\n \"lastErrorStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"lastErrorTime\": \"\",\n \"lastEventTime\": \"\",\n \"lastHeartbeatTime\": \"\",\n \"lastStateTime\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"metadata\": {},\n \"name\": \"\",\n \"numId\": \"\",\n \"state\": {\n \"binaryData\": \"\",\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": "f7726393-dab5-425c-af0c-b94f09682a4c", "documentation": "Lists the last few versions of the device configuration in descending order (i.e.: newest first).", "method": "get", "endpoint": "v1/:name/configVersions", "responses": [ { "uuid": "f92c08a7-b8cf-4443-917d-3a16e50c4780", "body": "{\n \"deviceConfigs\": [\n {\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\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": "173bf9d3-ba9f-4b2c-91ee-d5486ae043c5", "documentation": "Lists the last few versions of the device state in descending order (i.e.: newest first).", "method": "get", "endpoint": "v1/:name/states", "responses": [ { "uuid": "e69393c0-99e2-4265-9a86-cb75eb816ab7", "body": "{\n \"deviceStates\": [\n {\n \"binaryData\": \"\",\n \"updateTime\": \"\"\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": "975924b9-3541-46c2-a173-9d89bb0e2050", "documentation": "Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core servers. Returns the modified configuration version and its metadata.", "method": "post", "endpoint": "v1/:name:modifyCloudToDeviceConfig", "responses": [ { "uuid": "26780004-44e0-4237-8be7-945372a3c93e", "body": "{\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\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": "7f33ab84-6d0e-4529-9ea3-864b257777c2", "documentation": "Sends a command to the specified device. In order for a device to be able to receive commands, it must: 1) be connected to Cloud IoT Core using the MQTT protocol, and 2) be subscribed to the group of MQTT topics specified by /devices/{device-id}/commands/#. This subscription will receive commands at the top-level topic /devices/{device-id}/commands as well as commands for subfolders, like /devices/{device-id}/commands/subfolder. Note that subscribing to specific subfolders is not supported. If the command could not be delivered to the device, this method will return an error; in particular, if the device is not subscribed, this method will return FAILED_PRECONDITION. Otherwise, this method will return OK. If the subscription is QoS 1, at least once delivery will be guaranteed; for QoS 0, no acknowledgment will be expected from the device.", "method": "post", "endpoint": "v1/:name:sendCommandToDevice", "responses": [ { "uuid": "c4cbd288-9501-4500-9a52-9eff8ff1ecd9", "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": "90a9efb2-ad04-40eb-9028-6b7c1a989ea2", "documentation": "List devices in a device registry.", "method": "get", "endpoint": "v1/:parent/devices", "responses": [ { "uuid": "fb670198-a7d7-40d3-82e0-204fb518f9fa", "body": "{\n \"devices\": [\n {\n \"blocked\": {{faker 'datatype.boolean'}},\n \"config\": {\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\n },\n \"credentials\": [\n {\n \"expirationTime\": \"\",\n \"publicKey\": {\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_FORMAT' 'RSA_PEM' 'RSA_X509_PEM' 'ES256_PEM' 'ES256_X509_PEM')}}\",\n \"key\": \"\"\n }\n }\n ],\n \"gatewayConfig\": {\n \"gatewayAuthMethod\": \"{{oneOf (array 'GATEWAY_AUTH_METHOD_UNSPECIFIED' 'ASSOCIATION_ONLY' 'DEVICE_AUTH_TOKEN_ONLY' 'ASSOCIATION_AND_DEVICE_AUTH_TOKEN')}}\",\n \"gatewayType\": \"{{oneOf (array 'GATEWAY_TYPE_UNSPECIFIED' 'GATEWAY' 'NON_GATEWAY')}}\",\n \"lastAccessedGatewayId\": \"\",\n \"lastAccessedGatewayTime\": \"\"\n },\n \"id\": \"\",\n \"lastConfigAckTime\": \"\",\n \"lastConfigSendTime\": \"\",\n \"lastErrorStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"lastErrorTime\": \"\",\n \"lastEventTime\": \"\",\n \"lastHeartbeatTime\": \"\",\n \"lastStateTime\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"metadata\": {},\n \"name\": \"\",\n \"numId\": \"\",\n \"state\": {\n \"binaryData\": \"\",\n \"updateTime\": \"\"\n }\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": "2bd13da8-ed6f-4160-8898-3c1b1cab52bb", "documentation": "Creates a device in a device registry.", "method": "post", "endpoint": "v1/:parent/devices", "responses": [ { "uuid": "c38b3795-7ea1-4605-97be-d1ecdf397627", "body": "{\n \"blocked\": {{faker 'datatype.boolean'}},\n \"config\": {\n \"binaryData\": \"\",\n \"cloudUpdateTime\": \"\",\n \"deviceAckTime\": \"\",\n \"version\": \"\"\n },\n \"credentials\": [\n {\n \"expirationTime\": \"\",\n \"publicKey\": {\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_FORMAT' 'RSA_PEM' 'RSA_X509_PEM' 'ES256_PEM' 'ES256_X509_PEM')}}\",\n \"key\": \"\"\n }\n }\n ],\n \"gatewayConfig\": {\n \"gatewayAuthMethod\": \"{{oneOf (array 'GATEWAY_AUTH_METHOD_UNSPECIFIED' 'ASSOCIATION_ONLY' 'DEVICE_AUTH_TOKEN_ONLY' 'ASSOCIATION_AND_DEVICE_AUTH_TOKEN')}}\",\n \"gatewayType\": \"{{oneOf (array 'GATEWAY_TYPE_UNSPECIFIED' 'GATEWAY' 'NON_GATEWAY')}}\",\n \"lastAccessedGatewayId\": \"\",\n \"lastAccessedGatewayTime\": \"\"\n },\n \"id\": \"\",\n \"lastConfigAckTime\": \"\",\n \"lastConfigSendTime\": \"\",\n \"lastErrorStatus\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"lastErrorTime\": \"\",\n \"lastEventTime\": \"\",\n \"lastHeartbeatTime\": \"\",\n \"lastStateTime\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"metadata\": {},\n \"name\": \"\",\n \"numId\": \"\",\n \"state\": {\n \"binaryData\": \"\",\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": "4c20ce29-2cb3-49b0-ba7a-19f5e40dde02", "documentation": "Lists device registries.", "method": "get", "endpoint": "v1/:parent/registries", "responses": [ { "uuid": "166a0d33-9a94-46cf-911d-bdb2e9442f56", "body": "{\n \"deviceRegistries\": [\n {\n \"credentials\": [\n {\n \"publicKeyCertificate\": {\n \"certificate\": \"\",\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT' 'X509_CERTIFICATE_PEM')}}\",\n \"x509Details\": {\n \"expiryTime\": \"\",\n \"issuer\": \"\",\n \"publicKeyType\": \"\",\n \"signatureAlgorithm\": \"\",\n \"startTime\": \"\",\n \"subject\": \"\"\n }\n }\n }\n ],\n \"eventNotificationConfigs\": [\n {\n \"pubsubTopicName\": \"\",\n \"subfolderMatches\": \"\"\n }\n ],\n \"httpConfig\": {\n \"httpEnabledState\": \"{{oneOf (array 'HTTP_STATE_UNSPECIFIED' 'HTTP_ENABLED' 'HTTP_DISABLED')}}\"\n },\n \"id\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"mqttConfig\": {\n \"mqttEnabledState\": \"{{oneOf (array 'MQTT_STATE_UNSPECIFIED' 'MQTT_ENABLED' 'MQTT_DISABLED')}}\"\n },\n \"name\": \"\",\n \"stateNotificationConfig\": {\n \"pubsubTopicName\": \"\"\n }\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": "a3c7c977-2365-4a83-adfb-515a894c8d5e", "documentation": "Creates a device registry that contains devices.", "method": "post", "endpoint": "v1/:parent/registries", "responses": [ { "uuid": "0ac43f1f-c1c5-46a7-bab0-552b6dd7e7cd", "body": "{\n \"credentials\": [\n {\n \"publicKeyCertificate\": {\n \"certificate\": \"\",\n \"format\": \"{{oneOf (array 'UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT' 'X509_CERTIFICATE_PEM')}}\",\n \"x509Details\": {\n \"expiryTime\": \"\",\n \"issuer\": \"\",\n \"publicKeyType\": \"\",\n \"signatureAlgorithm\": \"\",\n \"startTime\": \"\",\n \"subject\": \"\"\n }\n }\n }\n ],\n \"eventNotificationConfigs\": [\n {\n \"pubsubTopicName\": \"\",\n \"subfolderMatches\": \"\"\n }\n ],\n \"httpConfig\": {\n \"httpEnabledState\": \"{{oneOf (array 'HTTP_STATE_UNSPECIFIED' 'HTTP_ENABLED' 'HTTP_DISABLED')}}\"\n },\n \"id\": \"\",\n \"logLevel\": \"{{oneOf (array 'LOG_LEVEL_UNSPECIFIED' 'NONE' 'ERROR' 'INFO' 'DEBUG')}}\",\n \"mqttConfig\": {\n \"mqttEnabledState\": \"{{oneOf (array 'MQTT_STATE_UNSPECIFIED' 'MQTT_ENABLED' 'MQTT_DISABLED')}}\"\n },\n \"name\": \"\",\n \"stateNotificationConfig\": {\n \"pubsubTopicName\": \"\"\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": "eef146a0-1aea-4579-a9bc-048cdd961b83", "documentation": "Associates the device with the gateway.", "method": "post", "endpoint": "v1/:parent:bindDeviceToGateway", "responses": [ { "uuid": "33c48a6d-6dbf-4fdb-b864-be3aa085129f", "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": "9065d566-6ba7-4483-be7a-f57477771eb4", "documentation": "Deletes the association between the device and the gateway.", "method": "post", "endpoint": "v1/:parent:unbindDeviceFromGateway", "responses": [ { "uuid": "84e5ad69-64d3-4c64-8423-467e7c06a319", "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": "c4bc6c79-2101-4a7b-a7d4-b8bbfa5995c2", "documentation": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", "method": "post", "endpoint": "v1/:resource:getIamPolicy", "responses": [ { "uuid": "303f5011-6f43-4746-b9e5-a6778c9c62f0", "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": "5b516a61-56af-4cbc-99fb-604f83712d74", "documentation": "Sets the access control policy on the specified resource. Replaces any existing policy.", "method": "post", "endpoint": "v1/:resource:setIamPolicy", "responses": [ { "uuid": "08af2ca5-3cff-4835-9644-b0b90b308855", "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": "d76a29ab-54b0-4038-be22-cbb96a8253a7", "documentation": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.", "method": "post", "endpoint": "v1/:resource:testIamPermissions", "responses": [ { "uuid": "cfaa0851-c330-4415-a36b-a47f54766a9e", "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": "17ebb6ec-52ba-4eae-b2de-161346c8da42" }, { "type": "route", "uuid": "6332a657-2816-4895-b9a4-f32426d80c37" }, { "type": "route", "uuid": "5140741c-84f0-44e3-9898-c57b364874e3" }, { "type": "route", "uuid": "f7726393-dab5-425c-af0c-b94f09682a4c" }, { "type": "route", "uuid": "173bf9d3-ba9f-4b2c-91ee-d5486ae043c5" }, { "type": "route", "uuid": "975924b9-3541-46c2-a173-9d89bb0e2050" }, { "type": "route", "uuid": "7f33ab84-6d0e-4529-9ea3-864b257777c2" }, { "type": "route", "uuid": "90a9efb2-ad04-40eb-9028-6b7c1a989ea2" }, { "type": "route", "uuid": "2bd13da8-ed6f-4160-8898-3c1b1cab52bb" }, { "type": "route", "uuid": "4c20ce29-2cb3-49b0-ba7a-19f5e40dde02" }, { "type": "route", "uuid": "a3c7c977-2365-4a83-adfb-515a894c8d5e" }, { "type": "route", "uuid": "eef146a0-1aea-4579-a9bc-048cdd961b83" }, { "type": "route", "uuid": "9065d566-6ba7-4483-be7a-f57477771eb4" }, { "type": "route", "uuid": "c4bc6c79-2101-4a7b-a7d4-b8bbfa5995c2" }, { "type": "route", "uuid": "5b516a61-56af-4cbc-99fb-604f83712d74" }, { "type": "route", "uuid": "d76a29ab-54b0-4038-be22-cbb96a8253a7" } ] }