{ "uuid": "5910ea37-bac9-410e-926f-606da86c7e48", "lastMigration": 29, "name": "Managed Streaming for Kafka Connect", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a57173ca-f1f4-4cba-ac70-6bd57b008143", "documentation": "Creates a connector using the specified properties.", "method": "post", "endpoint": "v1/connectors", "responses": [ { "uuid": "e4509a18-e92a-4d21-ba50-059cb6792d29", "body": "{\n \"connectorArn\": \"\",\n \"connectorName\": \"\",\n \"connectorState\": \"\"\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": "38059986-6ed5-4d9f-83ab-1fe3555aa3fa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "3bed4f1d-8ba7-44c8-90c7-df1dece84c4f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "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": "53eedebf-3100-49da-8cd7-49a1fcf27f8f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "BadRequestException", "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": "16498648-6ea7-425f-a7b4-ada4be98812c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ForbiddenException", "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": "1f95c328-8ca9-4f99-9bc2-4a4dededf1e9", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "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": "d5a7e2d3-021d-4ff7-8b56-59903a947649", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TooManyRequestsException", "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": "dbdc888c-78be-4eb2-9ccd-06dea2ba1f2e", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "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": "340a4380-5314-4af5-9976-16b5e8d568f5", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "InternalServerErrorException", "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": "fbb57cf2-3aad-452a-aa54-ee1e065da71b", "documentation": "Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.", "method": "get", "endpoint": "v1/connectors", "responses": [ { "uuid": "ac8ff980-9cea-4a46-a956-0b2a060baaa8", "body": "{\n \"connectors\": [\n {\n \"capacity\": {\n \"autoScaling\": {\n \"maxWorkerCount\": {{faker 'number.int' max=99999}},\n \"mcuCount\": {{faker 'number.int' max=99999}},\n \"minWorkerCount\": {{faker 'number.int' max=99999}},\n \"scaleInPolicy\": {\n \"cpuUtilizationPercentage\": {{faker 'number.int' max=99999}}\n },\n \"scaleOutPolicy\": {\n \"cpuUtilizationPercentage\": {{faker 'number.int' max=99999}}\n }\n },\n \"provisionedCapacity\": {\n \"mcuCount\": {{faker 'number.int' max=99999}},\n \"workerCount\": {{faker 'number.int' max=99999}}\n }\n },\n \"connectorArn\": \"\",\n \"connectorDescription\": \"\",\n \"connectorName\": \"\",\n \"connectorState\": \"\",\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"currentVersion\": \"\",\n \"kafkaCluster\": {\n \"apacheKafkaCluster\": {\n \"bootstrapServers\": \"\",\n \"vpc\": {\n \"securityGroups\": [\n \"\"\n ],\n \"subnets\": [\n \"\"\n ]\n }\n }\n },\n \"kafkaClusterClientAuthentication\": {\n \"authenticationType\": \"\"\n },\n \"kafkaClusterEncryptionInTransit\": {\n \"encryptionType\": \"\"\n },\n \"kafkaConnectVersion\": \"\",\n \"logDelivery\": {\n \"workerLogDelivery\": {\n \"cloudWatchLogs\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"logGroup\": \"\"\n },\n \"firehose\": {\n \"deliveryStream\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"s3\": {\n \"bucket\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"prefix\": \"\"\n }\n }\n },\n \"plugins\": [\n {\n \"customPlugin\": {\n \"customPluginArn\": \"\",\n \"revision\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"serviceExecutionRoleArn\": \"\",\n \"workerConfiguration\": {\n \"revision\": {{faker 'number.int' max=99999}},\n \"workerConfigurationArn\": \"\"\n }\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": "95e01069-d2bb-4778-a3ed-569695b54d38", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "4f138d00-f054-4539-864d-f896b66932a0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "e9e32c73-e1ec-4685-8888-3234853379f2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "a1fccb90-6175-4365-870d-5a75458dd68f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "c98cd393-2809-4bcf-9140-27ebbdd79638", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "a4fbb143-76be-44c7-b7fb-aa1c1fe92fa9", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "459f1f1b-51da-41a6-9e17-54551d6ba8a5", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "fb24ae54-7849-4df1-b589-3910196f8794", "documentation": "Creates a custom plugin using the specified properties.", "method": "post", "endpoint": "v1/custom-plugins", "responses": [ { "uuid": "bb428a35-6287-4310-8099-50d1fe85604c", "body": "{\n \"customPluginArn\": \"\",\n \"customPluginState\": \"\",\n \"name\": \"\",\n \"revision\": {{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": "d2cda819-6ba5-487c-9214-66643157ca40", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "9a76d989-b1e9-4477-8101-7aef504ab4a3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "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": "045beb73-494b-4f12-8d55-d9bcedcd98c4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "BadRequestException", "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": "ad57e335-d0df-49a4-8f29-574f1bf07d5b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ForbiddenException", "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": "bbe3376b-cc0e-4b2b-9fdd-4efa5cc915d0", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "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": "8721cd36-e1f8-4164-bf00-7b9beab821a9", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TooManyRequestsException", "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": "f27e651c-66f4-4b7b-a4c2-5e5fbdf53126", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "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": "1d45a071-ca4e-4149-81b2-a24322826612", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "InternalServerErrorException", "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": "71564745-ba49-46b0-8b3b-88d3be572a10", "documentation": "Returns a list of all of the custom plugins in this account and Region.", "method": "get", "endpoint": "v1/custom-plugins", "responses": [ { "uuid": "6905986d-a337-4d2c-8214-883d56ed2687", "body": "{\n \"customPlugins\": [\n {\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"customPluginArn\": \"\",\n \"customPluginState\": \"\",\n \"description\": \"\",\n \"latestRevision\": {\n \"contentType\": \"\",\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"fileDescription\": {\n \"fileMd5\": \"\",\n \"fileSize\": {{faker 'number.int' max=99999}}\n },\n \"location\": {\n \"s3Location\": {\n \"bucketArn\": \"\",\n \"fileKey\": \"\",\n \"objectVersion\": \"\"\n }\n },\n \"revision\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\"\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": "0c41b880-5a1a-4827-969d-df612a6631b5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "33a97115-4beb-49e0-ad37-9c014eb8467e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "4ca26205-e30d-40f3-bce9-e8d6adb4da89", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "5eff3bca-b2b5-4bd4-9149-424ce45ba428", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "4aeb547a-e1cd-4e9a-ace9-41f2b4c16f37", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "0b2cca19-fca7-4bbd-9892-2402be7f0719", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "71036c3c-bc02-4945-9c80-3ddf55a155d2", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "e3f97818-db33-4eed-8fae-4d83d32bbe9b", "documentation": "Creates a worker configuration using the specified properties.", "method": "post", "endpoint": "v1/worker-configurations", "responses": [ { "uuid": "3e846edc-4282-4fb0-9a0b-4b28c4127880", "body": "{\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"latestRevision\": {\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"revision\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"workerConfigurationArn\": \"\"\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": "a84d96df-1584-4fca-bc6f-ca54990d29bd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "c5612ef5-028f-45aa-b710-96886654dba7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "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": "8a951b00-c782-45b4-9a0d-bd810e53b568", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "BadRequestException", "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": "b6f521cb-903b-4ec8-a304-c9562de6c293", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ForbiddenException", "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": "57bf285a-2f65-4930-b00a-911ef8f7fb0b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceUnavailableException", "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": "54b187d8-9c9c-4315-9321-012253d096a1", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TooManyRequestsException", "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": "e0f796a4-9664-4892-a48a-e57414304f95", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "UnauthorizedException", "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": "d64dba9f-c88a-4047-b9ad-5f8878a049be", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "InternalServerErrorException", "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": "eefd5b31-32ac-41a8-843c-4cd850530d0e", "documentation": "Returns a list of all of the worker configurations in this account and Region.", "method": "get", "endpoint": "v1/worker-configurations", "responses": [ { "uuid": "5facd0bc-f931-4362-8233-27a88f8c7a05", "body": "{\n \"nextToken\": \"\",\n \"workerConfigurations\": [\n {\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"latestRevision\": {\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"revision\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"workerConfigurationArn\": \"\"\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": "e362e66c-a394-4ab3-b451-a12f5505d254", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "934545b1-7abb-4a61-b3c4-6c523228fdb7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "e8744643-e63a-4b1e-9ab4-7b8144092cac", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "90f50cf3-3275-4457-99cb-a68876557f39", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "5335ef11-87b7-49df-bf22-44911275b55c", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "1ed89577-4410-469a-9129-c9fa399a374a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "46cfeccb-914b-4a9b-9220-35b9403b83d6", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "4284c485-363f-4823-8c3f-137974d89855", "documentation": "Deletes the specified connector.", "method": "delete", "endpoint": "v1/connectors/:connectorArn", "responses": [ { "uuid": "76a5c88a-ee91-40d5-8ae9-e1b19dfa5cd0", "body": "{\n \"connectorArn\": \"\",\n \"connectorState\": \"\"\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": "065ebf90-75c3-423f-844a-d3df8143af15", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "5f4dca81-ee8b-4968-ade5-0d0ef557f6d9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "c98599d7-159a-4e6e-950c-5b70792dbc14", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "79747ff7-4ab4-4ba5-938f-e08fc4362a87", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "45596313-3561-4e6d-a033-2fafde0215b7", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "d8c111a3-e4c2-4af5-9a1a-77048c23d94c", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "312608b2-3133-42ce-b237-d93f6cd60874", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "c72a56b7-7009-41f7-b140-17a445929719", "documentation": "Returns summary information about the connector.", "method": "get", "endpoint": "v1/connectors/:connectorArn", "responses": [ { "uuid": "99329773-c6eb-45a3-b9d6-6704450fbc01", "body": "{\n \"capacity\": {\n \"autoScaling\": {\n \"maxWorkerCount\": {{faker 'number.int' max=99999}},\n \"mcuCount\": {{faker 'number.int' max=99999}},\n \"minWorkerCount\": {{faker 'number.int' max=99999}},\n \"scaleInPolicy\": {\n \"cpuUtilizationPercentage\": {{faker 'number.int' max=99999}}\n },\n \"scaleOutPolicy\": {\n \"cpuUtilizationPercentage\": {{faker 'number.int' max=99999}}\n }\n },\n \"provisionedCapacity\": {\n \"mcuCount\": {{faker 'number.int' max=99999}},\n \"workerCount\": {{faker 'number.int' max=99999}}\n }\n },\n \"connectorArn\": \"\",\n \"connectorConfiguration\": {},\n \"connectorDescription\": \"\",\n \"connectorName\": \"\",\n \"connectorState\": \"\",\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"currentVersion\": \"\",\n \"kafkaCluster\": {\n \"apacheKafkaCluster\": {\n \"bootstrapServers\": \"\",\n \"vpc\": {\n \"securityGroups\": [\n \"\"\n ],\n \"subnets\": [\n \"\"\n ]\n }\n }\n },\n \"kafkaClusterClientAuthentication\": {\n \"authenticationType\": \"\"\n },\n \"kafkaClusterEncryptionInTransit\": {\n \"encryptionType\": \"\"\n },\n \"kafkaConnectVersion\": \"\",\n \"logDelivery\": {\n \"workerLogDelivery\": {\n \"cloudWatchLogs\": {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"logGroup\": \"\"\n },\n \"firehose\": {\n \"deliveryStream\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}}\n },\n \"s3\": {\n \"bucket\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"prefix\": \"\"\n }\n }\n },\n \"plugins\": [\n {\n \"customPlugin\": {\n \"customPluginArn\": \"\",\n \"revision\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"serviceExecutionRoleArn\": \"\",\n \"workerConfiguration\": {\n \"revision\": {{faker 'number.int' max=99999}},\n \"workerConfigurationArn\": \"\"\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": "07f3a48c-dd95-4607-ace9-a61d7f2f468c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "bdba38de-941e-4f49-91bb-58e07ad0d01c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "054626b2-9b56-424d-afb3-fdb820eef88b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "5bedf876-d45b-4df6-ae48-d42eb8910409", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "ebad9ee0-f4c3-4662-a892-203f2226b6c1", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "6158f3f6-24b2-46c5-bb94-0e52d24fdef4", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "8544ef92-9c59-40b5-a535-9f3eb8f6b4d4", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "b0d2d28d-1cab-4cc2-b0e5-43a111710401", "documentation": "A summary description of the custom plugin.", "method": "get", "endpoint": "v1/custom-plugins/:customPluginArn", "responses": [ { "uuid": "7fd8d7db-b46b-4952-858d-4f32d13ed8a3", "body": "{\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"customPluginArn\": \"\",\n \"customPluginState\": \"\",\n \"description\": \"\",\n \"latestRevision\": {\n \"contentType\": \"\",\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"fileDescription\": {\n \"fileMd5\": \"\",\n \"fileSize\": {{faker 'number.int' max=99999}}\n },\n \"location\": {\n \"s3Location\": {\n \"bucketArn\": \"\",\n \"fileKey\": \"\",\n \"objectVersion\": \"\"\n }\n },\n \"revision\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\"\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": "9ded5f72-fccf-49f3-ae28-6d54e277b814", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "d3a081de-a5a3-4f0d-af5a-af41103a188a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "c13291a8-33ae-4edd-834a-fe66845c029e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "536bda42-735d-43b8-b517-7c042eaea005", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "f8005581-78cb-48fe-a4bc-5394fcbe17a0", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "5b76942d-9e9d-425e-ae4e-45ea2fef11df", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "789d95af-761a-4b1e-b057-b1bc1cb2f613", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "b94c5227-6ce7-49a5-a254-e2fcacc1141b", "documentation": "Returns information about a worker configuration.", "method": "get", "endpoint": "v1/worker-configurations/:workerConfigurationArn", "responses": [ { "uuid": "479cecc8-ab96-4efb-a62b-b77111e524be", "body": "{\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"latestRevision\": {\n \"creationTime\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"propertiesFileContent\": \"\",\n \"revision\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"workerConfigurationArn\": \"\"\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": "ba549f1d-3670-41e2-a306-b11956eed681", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "cc3ea311-c3c7-404f-9158-c9543e739a16", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "f8e7a3ba-c04c-4586-b231-2fd804b6d11d", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "9ed11afe-fc8a-4d80-8b08-53bdacee22b9", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "da3a70df-77cb-42f6-8575-d925be2daab4", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "5c81f872-42eb-4402-bb67-f481e26679c4", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "4cd1d888-81d7-4517-8002-46ce02e7e63d", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "9d5c9115-ae63-4c03-b32b-20687be95f4a", "documentation": "Updates the specified connector.", "method": "put", "endpoint": "v1/connectors/:connectorArn#currentVersion", "responses": [ { "uuid": "bf581b08-44cd-45d4-878e-712f416791d2", "body": "{\n \"connectorArn\": \"\",\n \"connectorState\": \"\"\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": "91b0e244-85da-4844-aee9-703fa39e3c5e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "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": "d688609a-deaf-4fdd-9812-3b2161922a02", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "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": "5ac0d6c6-1bd0-4069-b9c4-880f1d664b60", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ForbiddenException", "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": "f9a9dad1-965c-44a8-8d45-d9002d8e7f94", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "03fd31ce-aee4-40bc-8e80-4bbb12946a75", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "TooManyRequestsException", "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": "816fe24d-06b5-40af-b855-76880cfad37b", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnauthorizedException", "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": "a9f48b17-d131-45df-8efc-7644771184b6", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerErrorException", "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": "a57173ca-f1f4-4cba-ac70-6bd57b008143" }, { "type": "route", "uuid": "fbb57cf2-3aad-452a-aa54-ee1e065da71b" }, { "type": "route", "uuid": "fb24ae54-7849-4df1-b589-3910196f8794" }, { "type": "route", "uuid": "71564745-ba49-46b0-8b3b-88d3be572a10" }, { "type": "route", "uuid": "e3f97818-db33-4eed-8fae-4d83d32bbe9b" }, { "type": "route", "uuid": "eefd5b31-32ac-41a8-843c-4cd850530d0e" }, { "type": "route", "uuid": "4284c485-363f-4823-8c3f-137974d89855" }, { "type": "route", "uuid": "c72a56b7-7009-41f7-b140-17a445929719" }, { "type": "route", "uuid": "b0d2d28d-1cab-4cc2-b0e5-43a111710401" }, { "type": "route", "uuid": "b94c5227-6ce7-49a5-a254-e2fcacc1141b" }, { "type": "route", "uuid": "9d5c9115-ae63-4c03-b32b-20687be95f4a" } ] }