{ "uuid": "790fd917-367a-4e09-8d91-710a7df07448", "lastMigration": 29, "name": "Redshift Data API Service", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "8f8ee9ed-2921-468e-b33f-6b749b8b6202", "documentation": "

Runs one or more SQL statements, which can be data manipulation language (DML) or data definition language (DDL). Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.BatchExecuteStatement", "responses": [ { "uuid": "e70b495d-e567-40e8-ba33-cba147e78a16", "body": "{\n \"ClusterIdentifier\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Database\": \"\",\n \"DbUser\": \"\",\n \"Id\": \"\",\n \"SecretArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c112e566-0afe-4430-9d8f-024ac46b1728", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f4429d04-01bb-40cf-8314-97dc99ab58fb", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ActiveStatementsExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ccbe5d4b-08e1-4b5d-b733-0c38a64fe473", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "BatchExecuteStatementException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf993297-62a0-42a3-9d4b-ed0c26baf176", "documentation": "Cancels a running query. To be canceled, a query must be running. ", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.CancelStatement", "responses": [ { "uuid": "fe167849-9f80-4580-b3db-2d357a54a3b5", "body": "{\n \"Status\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e44db592-bb1c-4e87-8f53-5a39e3141592", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a850637-d62e-492b-93a0-82590a3980c2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6d7c504-704c-4a13-9296-a717ed4c2ee1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4135e05-cb56-4639-a7e0-ebf850144a5f", "documentation": "Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information includes when the query started, when it finished, the query status, the number of rows returned, and the SQL statement. ", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.DescribeStatement", "responses": [ { "uuid": "d3f5a2a8-83d4-4361-bd49-3b3d25ed00b2", "body": "{\n \"ClusterIdentifier\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Database\": \"\",\n \"DbUser\": \"\",\n \"Duration\": {{faker 'number.int' max=99999}},\n \"Error\": \"\",\n \"HasResultSet\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"QueryParameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"QueryString\": \"\",\n \"RedshiftPid\": {{faker 'number.int' max=99999}},\n \"RedshiftQueryId\": {{faker 'number.int' max=99999}},\n \"ResultRows\": {{faker 'number.int' max=99999}},\n \"ResultSize\": {{faker 'number.int' max=99999}},\n \"SecretArn\": \"\",\n \"Status\": \"\",\n \"SubStatements\": [\n {\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Duration\": {{faker 'number.int' max=99999}},\n \"Error\": \"\",\n \"HasResultSet\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"QueryString\": \"\",\n \"RedshiftQueryId\": {{faker 'number.int' max=99999}},\n \"ResultRows\": {{faker 'number.int' max=99999}},\n \"ResultSize\": {{faker 'number.int' max=99999}},\n \"Status\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2d951465-8792-473b-b3c9-464c0fdf403a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5127d9eb-67b4-4dfe-a28c-6f2a451bed7a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29572b98-a319-484f-a7d9-430fafcb1743", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00cbb60d-a256-4f5a-a4e1-ae3b6f752852", "documentation": "

Describes the detailed information about a table from metadata in the cluster. The information includes its columns. A token is returned to page through the column list. Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.DescribeTable", "responses": [ { "uuid": "8aa29b46-086b-4f26-a9a9-bc7f3d0b4acf", "body": "{\n \"ColumnList\": [\n {\n \"columnDefault\": \"\",\n \"isCaseSensitive\": {{faker 'datatype.boolean'}},\n \"isCurrency\": {{faker 'datatype.boolean'}},\n \"isSigned\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"nullable\": {{faker 'number.int' max=99999}},\n \"precision\": {{faker 'number.int' max=99999}},\n \"scale\": {{faker 'number.int' max=99999}},\n \"schemaName\": \"\",\n \"tableName\": \"\",\n \"typeName\": \"\"\n }\n ],\n \"NextToken\": \"\",\n \"TableName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c1a1608-9c5d-4d64-b291-455615b74b7c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ac77453-5d9c-4fce-abb0-45cb369db50a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a6b0e80-761c-46a2-b443-eb4fddd7b271", "documentation": "

Runs an SQL statement, which can be data manipulation language (DML) or data definition language (DDL). This statement must be a single SQL statement. Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.ExecuteStatement", "responses": [ { "uuid": "c10fc408-0694-4a36-a09a-7fe8483a21b2", "body": "{\n \"ClusterIdentifier\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Database\": \"\",\n \"DbUser\": \"\",\n \"Id\": \"\",\n \"SecretArn\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8631aef7-6337-4a75-8cd8-72d7e1921cb6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f5cca61b-b752-4033-91c5-86ff491636f2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ExecuteStatementException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f1d0e29a-92b0-4969-9e0a-0f35fad20216", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ActiveStatementsExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9239fdf7-47aa-4866-9368-ddaa5f9f57cc", "documentation": "Fetches the temporarily cached result of an SQL statement. A token is returned to page through the statement results. ", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.GetStatementResult", "responses": [ { "uuid": "633fe21c-c27a-47f7-8e16-166048def33d", "body": "{\n \"ColumnMetadata\": [\n {\n \"columnDefault\": \"\",\n \"isCaseSensitive\": {{faker 'datatype.boolean'}},\n \"isCurrency\": {{faker 'datatype.boolean'}},\n \"isSigned\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"nullable\": {{faker 'number.int' max=99999}},\n \"precision\": {{faker 'number.int' max=99999}},\n \"scale\": {{faker 'number.int' max=99999}},\n \"schemaName\": \"\",\n \"tableName\": \"\",\n \"typeName\": \"\"\n }\n ],\n \"NextToken\": \"\",\n \"Records\": [\n [\n {\n \"blobValue\": \"\",\n \"booleanValue\": {{faker 'datatype.boolean'}},\n \"doubleValue\": {{faker 'number.float'}},\n \"isNull\": {{faker 'datatype.boolean'}},\n \"longValue\": {{faker 'number.int' max=99999}},\n \"stringValue\": \"\"\n }\n ]\n ],\n \"TotalNumRows\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f3b7f9cb-335e-4091-840a-5817d3c6c87f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d6745ab5-3d76-4526-88bd-99150e409405", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c80eb455-c81b-4f1f-8c45-80003886374c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12479cd9-5d9b-48df-a65c-898accf413d8", "documentation": "

List the databases in a cluster. A token is returned to page through the database list. Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.ListDatabases", "responses": [ { "uuid": "89568fa1-da7d-40b2-9ba5-c05bfd35ba57", "body": "{\n \"Databases\": [\n \"\"\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "37fad2e4-4722-4d76-8077-c81d0b8c098a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a4e9dcfc-3ee9-462b-afc4-75cbfcf1275b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "078c93e5-184d-41ed-8812-79e376ca415b", "documentation": "

Lists the schemas in a database. A token is returned to page through the schema list. Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.ListSchemas", "responses": [ { "uuid": "4abfdf95-d6a8-403b-add5-2412b0711ab9", "body": "{\n \"NextToken\": \"\",\n \"Schemas\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b1d1518d-1335-47eb-a1e6-c4ea902b99d8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8cf0a79b-104b-4470-830c-c273dcfab6f7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "233fd5e3-d4dd-4491-895f-52a72b31ad2c", "documentation": "List of SQL statements. By default, only finished statements are shown. A token is returned to page through the statement list. ", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.ListStatements", "responses": [ { "uuid": "4631bfe1-e8c2-48f6-a067-a28a7fd20f11", "body": "{\n \"NextToken\": \"\",\n \"Statements\": [\n {\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Id\": \"\",\n \"IsBatchStatement\": {{faker 'datatype.boolean'}},\n \"QueryParameters\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"QueryString\": \"\",\n \"QueryStrings\": [\n \"\"\n ],\n \"SecretArn\": \"\",\n \"StatementName\": \"\",\n \"Status\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e6f98f8c-d1c7-4c79-91c2-b6876007b61d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da99f6ff-ead0-430c-8422-b28f62f38d57", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f201440-6f48-492a-b43b-a2dfd50d8fd0", "documentation": "

List the tables in a database. If neither SchemaPattern nor TablePattern are specified, then all tables in the database are returned. A token is returned to page through the table list. Depending on the authorization method, use one of the following combinations of request parameters:

", "method": "post", "endpoint": "#X-Amz-Target=RedshiftData.ListTables", "responses": [ { "uuid": "764d8a4b-727e-4d1e-8cd5-6e59b5a8ab13", "body": "{\n \"NextToken\": \"\",\n \"Tables\": [\n {\n \"name\": \"\",\n \"schema\": \"\",\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "953cdf51-3372-4493-bbf3-cbe4ffae5958", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "287618b5-23de-43b8-b331-745655bc1304", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "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": "8f8ee9ed-2921-468e-b33f-6b749b8b6202" }, { "type": "route", "uuid": "cf993297-62a0-42a3-9d4b-ed0c26baf176" }, { "type": "route", "uuid": "f4135e05-cb56-4639-a7e0-ebf850144a5f" }, { "type": "route", "uuid": "00cbb60d-a256-4f5a-a4e1-ae3b6f752852" }, { "type": "route", "uuid": "3a6b0e80-761c-46a2-b443-eb4fddd7b271" }, { "type": "route", "uuid": "9239fdf7-47aa-4866-9368-ddaa5f9f57cc" }, { "type": "route", "uuid": "12479cd9-5d9b-48df-a65c-898accf413d8" }, { "type": "route", "uuid": "078c93e5-184d-41ed-8812-79e376ca415b" }, { "type": "route", "uuid": "233fd5e3-d4dd-4491-895f-52a72b31ad2c" }, { "type": "route", "uuid": "0f201440-6f48-492a-b43b-a2dfd50d8fd0" } ] }