From 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 17:11:17 +0800 Subject: update APIs 20260712 --- data/zh_cn/alikafka/2018-10-15/api-docs.php | 1098 +++++---------------------- 1 file changed, 208 insertions(+), 890 deletions(-) (limited to 'data/zh_cn/alikafka/2018-10-15') diff --git a/data/zh_cn/alikafka/2018-10-15/api-docs.php b/data/zh_cn/alikafka/2018-10-15/api-docs.php index 242fd16..90d31a6 100644 --- a/data/zh_cn/alikafka/2018-10-15/api-docs.php +++ b/data/zh_cn/alikafka/2018-10-15/api-docs.php @@ -1,40 +1,24 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'alikafka', - 'version' => '2018-10-15', - ], + 'info' => ['style' => 'RPC', 'product' => 'alikafka', 'version' => '2018-10-15'], 'directories' => [ [ 'id' => 57971, 'title' => '实例', 'type' => 'directory', - 'children' => [ - 'GetInstanceList', - ], + 'children' => ['GetInstanceList'], ], [ 'id' => 57973, 'title' => 'Topic', 'type' => 'directory', - 'children' => [ - 'CreateTopic', - 'DeleteTopic', - 'GetTopicList', - 'GetTopicStatus', - ], + 'children' => ['CreateTopic', 'DeleteTopic', 'GetTopicList', 'GetTopicStatus'], ], [ 'id' => 57978, 'title' => '消费组', 'type' => 'directory', - 'children' => [ - 'CreateConsumerGroup', - 'DeleteConsumerGroup', - 'GetConsumerList', - 'GetConsumerProgress', - ], + 'children' => ['CreateConsumerGroup', 'DeleteConsumerGroup', 'GetConsumerList', 'GetConsumerProgress'], ], ], 'components' => [ @@ -42,13 +26,8 @@ ], 'apis' => [ 'GetInstanceList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -59,21 +38,13 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '58598', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '实例所属的地域 ID。'."\n", - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '实例所属的地域 ID。'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -81,27 +52,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码,返回 “200” 代表成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success.', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => 'ABA4A7FD-E10F-45C7-9774-A5236015****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码,返回 “200” 代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success.'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => 'ABA4A7FD-E10F-45C7-9774-A5236015****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], 'InstanceList' => [ 'type' => 'object', 'itemNode' => true, @@ -112,65 +66,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'VpcId' => [ - 'description' => 'VPC ID。', - 'type' => 'string', - 'example' => 'vpc-bp1l6hrlykj3405r7****', - ], - 'VSwitchId' => [ - 'description' => 'VSwitch ID。', - 'type' => 'string', - 'example' => 'vsw-bp13rg6bcpkxofr78****', - ], - 'ExpiredTime' => [ - 'description' => '过期时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1568908800000', - ], - 'DeployType' => [ - 'description' => '部署类型。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '4', - ], - 'CreateTime' => [ - 'description' => '创建时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566215995000', - ], - 'SslEndPoint' => [ - 'description' => 'SSL 接入点。', - 'type' => 'string', - 'example' => '47.111.110.11:9093,121.40.96.141:9093,47.111.118.133:****', - ], - 'InstanceId' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'example' => 'alikafka_pre-cn-mp919o4v****', - ], - 'Name' => [ - 'description' => '实例名称。', - 'type' => 'string', - 'example' => 'alikafka_pre-cn-mp919o4v****', - ], - 'ServiceStatus' => [ - 'description' => '服务状态。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '5', - ], - 'EndPoint' => [ - 'description' => '默认接入点。', - 'type' => 'string', - 'example' => '192.168.0.212:9092,192.168.0.210:9092,192.168.0.211:****', - ], - 'RegionId' => [ - 'description' => '实例所属的地域 ID。', - 'type' => 'string', - 'example' => 'cn-hangzhou', - ], + 'VpcId' => ['description' => 'VPC ID。', 'type' => 'string', 'example' => 'vpc-bp1l6hrlykj3405r7****'], + 'VSwitchId' => ['description' => 'VSwitch ID。', 'type' => 'string', 'example' => 'vsw-bp13rg6bcpkxofr78****'], + 'ExpiredTime' => ['description' => '过期时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1568908800000'], + 'DeployType' => ['description' => '部署类型。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'], + 'CreateTime' => ['description' => '创建时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566215995000'], + 'SslEndPoint' => ['description' => 'SSL 接入点。', 'type' => 'string', 'example' => '47.111.110.11:9093,121.40.96.141:9093,47.111.118.133:****'], + 'InstanceId' => ['description' => '实例 ID。', 'type' => 'string', 'example' => 'alikafka_pre-cn-mp919o4v****'], + 'Name' => ['description' => '实例名称。', 'type' => 'string', 'example' => 'alikafka_pre-cn-mp919o4v****'], + 'ServiceStatus' => ['description' => '服务状态。', 'type' => 'integer', 'format' => 'int32', 'example' => '5'], + 'EndPoint' => ['description' => '默认接入点。', 'type' => 'string', 'example' => '192.168.0.212:9092,192.168.0.210:9092,192.168.0.211:****'], + 'RegionId' => ['description' => '实例所属的地域 ID。', 'type' => 'string', 'example' => 'cn-hangzhou'], 'UpgradeServiceDetailInfo' => [ 'type' => 'object', 'itemNode' => true, @@ -181,11 +87,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Current2OpenSourceVersion' => [ - 'description' => '开源版本。', - 'type' => 'string', - 'example' => '0.10', - ], + 'Current2OpenSourceVersion' => ['description' => '开源版本。', 'type' => 'string', 'example' => '0.10'], ], ], ], @@ -202,10 +104,7 @@ ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success.\\",\\n \\"RequestId\\": \\"ABA4A7FD-E10F-45C7-9774-A5236015****\\",\\n \\"Success\\": true,\\n \\"InstanceList\\": {\\n \\"InstanceVO\\": [\\n {\\n \\"VpcId\\": \\"vpc-bp1l6hrlykj3405r7****\\",\\n \\"VSwitchId\\": \\"vsw-bp13rg6bcpkxofr78****\\",\\n \\"ExpiredTime\\": 1568908800000,\\n \\"DeployType\\": 4,\\n \\"CreateTime\\": 1566215995000,\\n \\"SslEndPoint\\": \\"47.111.110.11:9093,121.40.96.141:9093,47.111.118.133:****\\",\\n \\"InstanceId\\": \\"alikafka_pre-cn-mp919o4v****\\",\\n \\"Name\\": \\"alikafka_pre-cn-mp919o4v****\\",\\n \\"ServiceStatus\\": 5,\\n \\"EndPoint\\": \\"192.168.0.212:9092,192.168.0.210:9092,192.168.0.211:****\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"UpgradeServiceDetailInfo\\": {\\n \\"UpgradeServiceDetailInfoVO\\": [\\n {\\n \\"Current2OpenSourceVersion\\": \\"0.10\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n operation success.\\r\\n 0220FACD-4D57-4F46-BA77-AD333498****\\r\\n true\\r\\n 200\\r\\n \\r\\n \\r\\n alikafka_pre-cn-mp919o4v****\\r\\n 4\\r\\n 1566215995000\\r\\n cn-hangzhou\\r\\n alikafka_pre-cn-mp919o4v****\\r\\n 47.111.110.11:9093,121.40.96.141:9093,47.111.118.133:****\\r\\n 192.168.0.212:9092,192.168.0.210:9092,192.168.0.211:****\\r\\n 1568908800000\\r\\n vsw-bp13rg6bcpkxofr78****\\r\\n vpc-bp1l6hrlykj3405r7****\\r\\n \\r\\n 0.10\\r\\n \\r\\n 5\\r\\n \\r\\n \\r\\n","errorExample":""}]', @@ -216,13 +115,8 @@ 'extraInfo' => ' ', ], 'CreateTopic' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -233,62 +127,36 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '58592', - 'abilityTreeNodes' => [ - 'FEATUREalikafka855U02', - ], + 'abilityTreeNodes' => ['FEATUREalikafka855U02'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。'."\n" - ."\n" - .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.12.774c7dc8F5cWRE#concept-94533-zh) 获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_pre-cn-mp919o4v****', - ], + 'schema' => ['description' => '实例 ID。'."\n" + ."\n" + .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.12.774c7dc8F5cWRE#concept-94533-zh) 获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_pre-cn-mp919o4v****'], ], [ 'name' => 'Topic', 'in' => 'query', - 'schema' => [ - 'description' => 'Topic 的名称。'."\n" - ."\n" - .'- 只能包含字母、数字、下划线(_)和短横线(-)。'."\n" - .'- 长度为 3-64 个字符,多于 64 个字符将被自动截取。'."\n" - .'- 一旦创建后不能再修改。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_topic_test', - ], + 'schema' => ['description' => 'Topic 的名称。'."\n" + ."\n" + .'- 只能包含字母、数字、下划线(_)和短横线(-)。'."\n" + .'- 长度为 3-64 个字符,多于 64 个字符将被自动截取。'."\n" + .'- 一旦创建后不能再修改。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_topic_test'], ], [ 'name' => 'Remark', 'in' => 'query', - 'schema' => [ - 'description' => 'Topic 的备注。'."\n" - ."\n" - .'限制 64 个字符。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_topic_test', - ], + 'schema' => ['description' => 'Topic 的备注。'."\n" + ."\n" + .'限制 64 个字符。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_topic_test'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '实例所属的地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '实例所属的地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -296,39 +164,19 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码。'."\n" - ."\n" - .'返回 **200** 为成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success', - ], - 'RequestId' => [ - 'description' => '请求的唯一标识 ID。', - 'type' => 'string', - 'example' => '9C0F207C-77A6-43E5-991C-9D98510A****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码。'."\n" + ."\n" + .'返回 **200** 为成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success'], + 'RequestId' => ['description' => '请求的唯一标识 ID。', 'type' => 'string', 'example' => '9C0F207C-77A6-43E5-991C-9D98510A****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success\\",\\n \\"RequestId\\": \\"9C0F207C-77A6-43E5-991C-9D98510A****\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\toperation success\\r\\n\\t9C0F207C-77A6-43E5-991C-9D98510A****\\r\\n\\ttrue\\r\\n\\t200\\r\\n","errorExample":""}]', @@ -346,13 +194,8 @@ 'extraInfo' => ' ', ], 'DeleteTopic' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -363,49 +206,29 @@ 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '58594', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。'."\n" - ."\n" - .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.14.539f69b1wPqd3v#concept-94533-zh) 获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_post-cn-mp91a44k****', - ], + 'schema' => ['description' => '实例 ID。'."\n" + ."\n" + .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.14.539f69b1wPqd3v#concept-94533-zh) 获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_post-cn-mp91a44k****'], ], [ 'name' => 'Topic', 'in' => 'query', - 'schema' => [ - 'description' => 'Topic 的名称。'."\n" - ."\n" - .'- 只能包含字母、数字、下划线(_)和短横线(-)。'."\n" - .'- 长度为 3-64 个字符,多于 64 个字符将被自动截取。'."\n" - .'- 一旦创建后不能再修改。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'Kafkatest', - ], + 'schema' => ['description' => 'Topic 的名称。'."\n" + ."\n" + .'- 只能包含字母、数字、下划线(_)和短横线(-)。'."\n" + .'- 长度为 3-64 个字符,多于 64 个字符将被自动截取。'."\n" + .'- 一旦创建后不能再修改。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Kafkatest'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '实例所属的地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '实例所属的地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -413,37 +236,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'operation success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '9B618B3F-9506-4661-A211-D00C4556****', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'operation success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => '9B618B3F-9506-4661-A211-D00C4556****'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success\\",\\n \\"RequestId\\": \\"9B618B3F-9506-4661-A211-D00C4556****\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\toperation success\\r\\n\\t9B618B3F-9506-4661-A211-D00C4556****\\r\\n\\ttrue\\r\\n\\t200\\r\\n","errorExample":""}]', @@ -454,13 +257,8 @@ 'extraInfo' => ' ', ], 'GetTopicList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -471,21 +269,13 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '58599', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_pre-cn-0pp1954n2003 ', - ], + 'schema' => ['description' => '实例 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_pre-cn-0pp1954n2003 '], ], [ 'name' => 'CurrentPage', @@ -496,9 +286,7 @@ 'docRequired' => true, 'example' => '当前页面。', 'default' => '1', - 'enum' => [ - '1', - ], + 'enum' => ['1'], ], ], [ @@ -510,21 +298,13 @@ 'docRequired' => true, 'example' => '页面大小。', 'default' => '10000', - 'enum' => [ - '10000', - ], + 'enum' => ['10000'], ], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '地域 ID。', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -532,45 +312,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CurrentPage' => [ - 'description' => '当前页面。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => '82BD585C-17A1-486E-B3E8-AABCE8EE****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], - 'Code' => [ - 'description' => '返回码。返回 **200** 为成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success.', - ], - 'PageSize' => [ - 'description' => '页面大小。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '10000', - ], - 'Total' => [ - 'description' => 'Topic 总数。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '12', - ], + 'CurrentPage' => ['description' => '当前页面。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => '82BD585C-17A1-486E-B3E8-AABCE8EE****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], + 'Code' => ['description' => '返回码。返回 **200** 为成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success.'], + 'PageSize' => ['description' => '页面大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '10000'], + 'Total' => ['description' => 'Topic 总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'], 'TopicList' => [ 'type' => 'object', 'itemNode' => true, @@ -581,47 +329,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'description' => '状态码。'."\n" - ."\n" - .'- **0**:服务中。'."\n" - .'- **1**:冻结。'."\n" - .'- **2**:暂停。'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'example' => '0', - ], - 'Remark' => [ - 'description' => 'Topic 备注。', - 'type' => 'string', - 'example' => 'kafka_test_topic', - ], - 'CreateTime' => [ - 'description' => '创建时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566804394000', - ], - 'Topic' => [ - 'description' => 'Topic 名称。', - 'type' => 'string', - 'example' => 'poptest', - ], - 'StatusName' => [ - 'description' => '状态描述。', - 'type' => 'string', - 'example' => '服务中', - ], - 'InstanceId' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'example' => 'alikafka_pre-cn-0pp1954n****', - ], - 'RegionId' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'example' => 'cn-hangzhou', - ], + 'Status' => ['description' => '状态码。'."\n" + ."\n" + .'- **0**:服务中。'."\n" + .'- **1**:冻结。'."\n" + .'- **2**:暂停。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '0'], + 'Remark' => ['description' => 'Topic 备注。', 'type' => 'string', 'example' => 'kafka_test_topic'], + 'CreateTime' => ['description' => '创建时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566804394000'], + 'Topic' => ['description' => 'Topic 名称。', 'type' => 'string', 'example' => 'poptest'], + 'StatusName' => ['description' => '状态描述。', 'type' => 'string', 'example' => '服务中'], + 'InstanceId' => ['description' => '实例 ID。', 'type' => 'string', 'example' => 'alikafka_pre-cn-0pp1954n****'], + 'RegionId' => ['description' => '地域 ID。', 'type' => 'string', 'example' => 'cn-hangzhou'], ], ], ], @@ -633,10 +351,7 @@ ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"82BD585C-17A1-486E-B3E8-AABCE8EE****\\",\\n \\"Success\\": true,\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success.\\",\\n \\"PageSize\\": 10000,\\n \\"Total\\": 12,\\n \\"TopicList\\": {\\n \\"TopicVO\\": [\\n {\\n \\"Status\\": 0,\\n \\"PartitionNum\\": 12,\\n \\"Remark\\": \\"kafka_test_topic\\",\\n \\"CreateTime\\": 1566804394000,\\n \\"Topic\\": \\"poptest\\",\\n \\"StatusName\\": \\"服务中\\",\\n \\"CompactTopic\\": false,\\n \\"InstanceId\\": \\"alikafka_pre-cn-0pp1954n****\\",\\n \\"LocalTopic\\": false,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t12\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1567146954000\\r\\n\\t\\t\\tpoptest\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\ttest\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t12\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1566804394000\\r\\n\\t\\t\\tkafka_test_topic\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tkafka_test_topic11111111111111111111122222222222222\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t12\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1566804290000\\r\\n\\t\\t\\ttopic_test\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\ttopic_test\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t6\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1565589319000\\r\\n\\t\\t\\ttestkafka\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\ttest-data-migration\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t45\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1565331243000\\r\\n\\t\\t\\tnormal_topic_4fec2e97daa6f089f1a48b36b6bea34e_6\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\ttopic1\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\t24\\r\\n\\t\\t\\t0\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\tcn-hangzhou\\r\\n\\t\\t\\talikafka_pre-cn-0pp1954n****\\r\\n\\t\\t\\t1565331241000\\r\\n\\t\\t\\tnormal_topic_4fec2e97daa6f089f1a48b36b6bea34e_5\\r\\n\\t\\t\\t服务中\\r\\n\\t\\t\\tfalse\\r\\n\\t\\t\\ttopic1\\r\\n\\t\\t\\r\\n\\t\\r\\n\\toperation success.\\r\\n\\t10000\\r\\n\\tBF67619B-17C5-4FE6-BFB4-83B8C9F7****\\r\\n\\ttrue\\r\\n\\t1\\r\\n\\t200\\r\\n\\t6\\r\\n","errorExample":""}]', @@ -647,13 +362,8 @@ 'extraInfo' => ' ', ], 'GetTopicStatus' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -664,43 +374,27 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '58600', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。'."\n" - ."\n" - .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html)获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_pre-cn-v0h15tjmo003 ', - ], + 'schema' => ['description' => '实例 ID。'."\n" + ."\n" + .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html)获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_pre-cn-v0h15tjmo003 '], ], [ 'name' => 'Topic', 'in' => 'query', - 'schema' => [ - 'description' => 'Topic 名称。'."\n" - ."\n" - .'可调用 [GetTopicList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.11.5e374db4Cw7zT7#concept-94533-zh) 获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'normal_topic_9d034262835916103455551be06cc2dc_6', - ], + 'schema' => ['description' => 'Topic 名称。'."\n" + ."\n" + .'可调用 [GetTopicList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.11.5e374db4Cw7zT7#concept-94533-zh) 获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'normal_topic_9d034262835916103455551be06cc2dc_6'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], 'responses' => [ @@ -708,43 +402,16 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '状态吗。返回 **200** 代表成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success.', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => 'E475C7E2-8C35-46EF-BE7D-5D2A9F5D****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '状态吗。返回 **200** 代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success.'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => 'E475C7E2-8C35-46EF-BE7D-5D2A9F5D****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], 'TopicStatus' => [ 'description' => 'Topic 状态。', 'type' => 'object', 'properties' => [ - 'TotalCount' => [ - 'description' => '消息总数。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '423', - ], - 'LastTimeStamp' => [ - 'description' => '最后一条被消费的消息的产生时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566470063575', - ], + 'TotalCount' => ['description' => '消息总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '423'], + 'LastTimeStamp' => ['description' => '最后一条被消费的消息的产生时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566470063575'], 'OffsetTable' => [ 'type' => 'object', 'itemNode' => true, @@ -755,35 +422,11 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Partition' => [ - 'description' => '分区 ID。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '0', - ], - 'MinOffset' => [ - 'description' => '消息最小位点。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], - 'LastUpdateTimestamp' => [ - 'description' => '最后被消费的消息的产生时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566470063547', - ], - 'MaxOffset' => [ - 'description' => '消息最大位点。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '76', - ], - 'Topic' => [ - 'description' => 'Topic 名称。', - 'type' => 'string', - 'example' => 'testkafka', - ], + 'Partition' => ['description' => '分区 ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], + 'MinOffset' => ['description' => '消息最小位点。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + 'LastUpdateTimestamp' => ['description' => '最后被消费的消息的产生时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566470063547'], + 'MaxOffset' => ['description' => '消息最大位点。', 'type' => 'integer', 'format' => 'int64', 'example' => '76'], + 'Topic' => ['description' => 'Topic 名称。', 'type' => 'string', 'example' => 'testkafka'], ], ], ], @@ -797,10 +440,7 @@ ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success.\\",\\n \\"RequestId\\": \\"E475C7E2-8C35-46EF-BE7D-5D2A9F5D****\\",\\n \\"Success\\": true,\\n \\"TopicStatus\\": {\\n \\"TotalCount\\": 423,\\n \\"LastTimeStamp\\": 1566470063575,\\n \\"OffsetTable\\": {\\n \\"OffsetTable\\": [\\n {\\n \\"Partition\\": 0,\\n \\"MinOffset\\": 0,\\n \\"LastUpdateTimestamp\\": 1566470063547,\\n \\"MaxOffset\\": 76,\\n \\"Topic\\": \\"testkafka\\"\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\toperation success.\\r\\n\\tE475C7E2-8C35-46EF-BE7D-5D2A9F5D****\\r\\n\\t\\r\\n\\t\\t423\\r\\n\\t\\t1566470063575\\r\\n\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\t1566470063547\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t76\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t1\\r\\n\\t\\t\\t\\t1566470063575\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t69\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t2\\r\\n\\t\\t\\t\\t1566470063554\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t70\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t3\\r\\n\\t\\t\\t\\t1566470063538\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t67\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t4\\r\\n\\t\\t\\t\\t1566470063568\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t67\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\r\\n\\t\\t\\t\\t5\\r\\n\\t\\t\\t\\t1566470063561\\r\\n\\t\\t\\t\\ttestkafka\\r\\n\\t\\t\\t\\t74\\r\\n\\t\\t\\t\\t0\\r\\n\\t\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\ttrue\\r\\n\\t200\\r\\n","errorExample":""}]', @@ -812,13 +452,8 @@ ], 'CreateConsumerGroup' => [ 'summary' => '调用 CreateConsumerGroup 创建 Consumer Group。', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -829,47 +464,27 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '58591', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.11.6efb754byCLl4z#concept-94533-zh) 获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_pre-cn-0pp1954n****', - ], + 'schema' => ['description' => '实例 ID。可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.11.6efb754byCLl4z#concept-94533-zh) 获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_pre-cn-0pp1954n****'], ], [ 'name' => 'ConsumerId', 'in' => 'query', - 'schema' => [ - 'description' => 'Consumer Group 名称。'."\n" - ."\n" - .'- 只能包含字母、数字、短横线(-)、下划线(_)。'."\n" - .'- 长度限制在 **3-64** 个字符,多于 **64** 个字符将被自动截取。'."\n" - .'- 一旦创建后不能再修改。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'consumer_group_test', - ], + 'schema' => ['description' => 'Consumer Group 名称。'."\n" + ."\n" + .'- 只能包含字母、数字、短横线(-)、下划线(_)。'."\n" + .'- 长度限制在 **3-64** 个字符,多于 **64** 个字符将被自动截取。'."\n" + .'- 一旦创建后不能再修改。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'consumer_group_test'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -877,37 +492,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码。返回 **200** 为成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => 'B191CC4D-B067-4508-987A-ACDA8D89****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码。返回 **200** 为成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => 'B191CC4D-B067-4508-987A-ACDA8D89****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success\\",\\n \\"RequestId\\": \\"B191CC4D-B067-4508-987A-ACDA8D89****\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\r\\n operation success\\r\\n B191CC4D-B067-4508-987A-ACDA8D89****\\r\\n true\\r\\n 200\\r\\n","errorExample":""}]', @@ -918,13 +513,8 @@ 'extraInfo' => ' ', ], 'DeleteConsumerGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -935,49 +525,29 @@ 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '58593', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。'."\n" - ."\n" - .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.13.50a75a5f5ediNK#concept-94533-zh) 获取。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_post-cn-mp91a44k****', - ], + 'schema' => ['description' => '实例 ID。'."\n" + ."\n" + .'可调用 [GetInstanceList](https://help.aliyun.com/document_detail/94533.html?spm=a2c4g.11186623.2.13.50a75a5f5ediNK#concept-94533-zh) 获取。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_post-cn-mp91a44k****'], ], [ 'name' => 'ConsumerId', 'in' => 'query', - 'schema' => [ - 'description' => 'Consumer Group 名称。'."\n" - ."\n" - .'- 只能包含字母、数字、短横线(-)、下划线(_)。'."\n" - .'- 长度限制在 3-64 个字符,多于 64 个字符将被自动截取。'."\n" - .'- 一旦创建后不能再修改。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'testconsumer', - ], + 'schema' => ['description' => 'Consumer Group 名称。'."\n" + ."\n" + .'- 只能包含字母、数字、短横线(-)、下划线(_)。'."\n" + .'- 长度限制在 3-64 个字符,多于 64 个字符将被自动截取。'."\n" + .'- 一旦创建后不能再修改。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'testconsumer'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -985,37 +555,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码。返回 **200** 代表成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => '1AA2A2AD-2727-4573-B1C7-A0388BCD****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码。返回 **200** 代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => '1AA2A2AD-2727-4573-B1C7-A0388BCD****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success\\",\\n \\"RequestId\\": \\"1AA2A2AD-2727-4573-B1C7-A0388BCD****\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\toperation success\\r\\n\\t1AA2A2AD-2727-4573-B1C7-A0388BCD61CC\\r\\n\\ttrue\\r\\n\\t200\\r\\n","errorExample":""}]', @@ -1026,13 +576,8 @@ 'extraInfo' => ' ', ], 'GetConsumerList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1043,32 +588,18 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '58596', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_post-cn-v0h18sav****', - ], + 'schema' => ['description' => '实例 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_post-cn-v0h18sav****'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -1076,27 +607,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码。返回 **200** 代表成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success.', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => '808F042B-CB9A-4FBC-9009-00E7DDB6****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码。返回 **200** 代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success.'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => '808F042B-CB9A-4FBC-9009-00E7DDB6****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], 'ConsumerList' => [ 'type' => 'object', 'itemNode' => true, @@ -1107,21 +621,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ConsumerId' => [ - 'description' => 'Consumer Group 名称。', - 'type' => 'string', - 'example' => 'CID_c34a6f44915f80d70cb42c4b14ee40c3_4', - ], - 'InstanceId' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'example' => 'alikafka_post-cn-v0h18sav0001', - ], - 'RegionId' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'example' => 'cn-hangzhou', - ], + 'ConsumerId' => ['description' => 'Consumer Group 名称。', 'type' => 'string', 'example' => 'CID_c34a6f44915f80d70cb42c4b14ee40c3_4'], + 'InstanceId' => ['description' => '实例 ID。', 'type' => 'string', 'example' => 'alikafka_post-cn-v0h18sav0001'], + 'RegionId' => ['description' => '地域 ID。', 'type' => 'string', 'example' => 'cn-hangzhou'], ], ], ], @@ -1133,10 +635,7 @@ ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success.\\",\\n \\"RequestId\\": \\"808F042B-CB9A-4FBC-9009-00E7DDB6****\\",\\n \\"Success\\": true,\\n \\"ConsumerList\\": {\\n \\"ConsumerVO\\": [\\n {\\n \\"ConsumerId\\": \\"CID_c34a6f44915f80d70cb42c4b14ee40c3_4\\",\\n \\"InstanceId\\": \\"alikafka_post-cn-v0h18sav0001\\",\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n \\r\\n \\r\\n CID_c34a6f44915f80d70cb42c4b14ee40c3_4\\r\\n alikafka_post-cn-v0h18sav****\\r\\n cn-hangzhou\\r\\n \\r\\n \\r\\n CID_c34a6f44915f80d70cb42c4b14ee40c3_3\\r\\n alikafka_post-cn-v0h18sav****\\r\\n cn-hangzhou\\r\\n \\r\\n \\r\\n operation success.\\r\\n 808F042B-CB9A-4FBC-9009-00E7DDB6****\\r\\n true\\r\\n 200\\r\\n","errorExample":""}]', @@ -1147,13 +646,8 @@ 'extraInfo' => ' ', ], 'GetConsumerProgress' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1164,43 +658,23 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '58597', - 'abilityTreeNodes' => [ - 'FEATUREalikafkaVSFQUO', - ], + 'abilityTreeNodes' => ['FEATUREalikafkaVSFQUO'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '实例 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'alikafka_pre-cn-mp919o4v****', - ], + 'schema' => ['description' => '实例 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'alikafka_pre-cn-mp919o4v****'], ], [ 'name' => 'ConsumerId', 'in' => 'query', - 'schema' => [ - 'description' => 'Consumer Group ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'kafka-test', - ], + 'schema' => ['description' => 'Consumer Group ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'kafka-test'], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'description' => '地域 ID。', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'cn-hangzhou', - ], + 'schema' => ['description' => '地域 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'], ], ], 'responses' => [ @@ -1208,46 +682,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '返回码。返回 **200** 代表成功。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '返回信息。', - 'type' => 'string', - 'example' => 'operation success.', - ], - 'RequestId' => [ - 'description' => '请求 ID。', - 'type' => 'string', - 'example' => '252820E1-A2E6-45F2-B4C9-1056B8CE****', - ], - 'Success' => [ - 'description' => '调用是否成功。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '返回码。返回 **200** 代表成功。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '返回信息。', 'type' => 'string', 'example' => 'operation success.'], + 'RequestId' => ['description' => '请求 ID。', 'type' => 'string', 'example' => '252820E1-A2E6-45F2-B4C9-1056B8CE****'], + 'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'], 'ConsumerProgress' => [ 'description' => '消费状态。', 'type' => 'object', 'properties' => [ - 'LastTimestamp' => [ - 'description' => '此 Consumer Group 最后被消费的消息的产生时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566874931671', - ], - 'TotalDiff' => [ - 'description' => '此 Consumer Group 未消费的消息总量,即堆积量。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], - 'state' => [ - 'type' => 'string', - ], + 'LastTimestamp' => ['description' => '此 Consumer Group 最后被消费的消息的产生时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566874931671'], + 'TotalDiff' => ['description' => '此 Consumer Group 未消费的消息总量,即堆积量。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + 'state' => ['type' => 'string'], 'TopicList' => [ 'type' => 'object', 'itemNode' => true, @@ -1258,23 +703,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'TotalDiff' => [ - 'description' => '该 Topic 的未消费消息总量,即堆积量。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '0', - ], - 'LastTimestamp' => [ - 'description' => '该分区最后被消费的消息的产生时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566874931649', - ], - 'Topic' => [ - 'description' => 'Topic 名称。', - 'type' => 'string', - 'example' => 'kafka-test', - ], + 'TotalDiff' => ['description' => '该 Topic 的未消费消息总量,即堆积量。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'], + 'LastTimestamp' => ['description' => '该分区最后被消费的消息的产生时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566874931649'], + 'Topic' => ['description' => 'Topic 名称。', 'type' => 'string', 'example' => 'kafka-test'], 'OffsetList' => [ 'type' => 'object', 'itemNode' => true, @@ -1285,30 +716,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Partition' => [ - 'description' => '分区 ID。', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '0', - ], - 'BrokerOffset' => [ - 'description' => '最大位点。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '9', - ], - 'ConsumerOffset' => [ - 'description' => '消费位点。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '9', - ], - 'LastTimestamp' => [ - 'description' => '该分区最后被消费的消息的产生时间。', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1566874931649', - ], + 'Partition' => ['description' => '分区 ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], + 'BrokerOffset' => ['description' => '最大位点。', 'type' => 'integer', 'format' => 'int64', 'example' => '9'], + 'ConsumerOffset' => ['description' => '消费位点。', 'type' => 'integer', 'format' => 'int64', 'example' => '9'], + 'LastTimestamp' => ['description' => '该分区最后被消费的消息的产生时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1566874931649'], ], ], ], @@ -1327,10 +738,7 @@ ], 'errorCodes' => [ 403 => [ - [ - 'errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', - 'errorMessage' => '%s. Please check and try again later.', - ], + ['errorCode' => 'AUTH_RESOURCE_OWNER_ERROR', 'errorMessage' => '%s. Please check and try again later.'], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"operation success.\\",\\n \\"RequestId\\": \\"252820E1-A2E6-45F2-B4C9-1056B8CE****\\",\\n \\"Success\\": true,\\n \\"ConsumerProgress\\": {\\n \\"LastTimestamp\\": 1566874931671,\\n \\"TotalDiff\\": 0,\\n \\"TopicList\\": {\\n \\"TopicList\\": [\\n {\\n \\"TotalDiff\\": 0,\\n \\"LastTimestamp\\": 1566874931649,\\n \\"Topic\\": \\"kafka-test\\",\\n \\"OffsetList\\": {\\n \\"OffsetList\\": [\\n {\\n \\"Partition\\": 0,\\n \\"BrokerOffset\\": 9,\\n \\"ConsumerOffset\\": 9,\\n \\"LastTimestamp\\": 1566874931649\\n }\\n ]\\n }\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n operation success.\\r\\n 252820E1-A2E6-45F2-B4C9-1056B8CE****\\r\\n \\r\\n 0\\r\\n 1566874931671\\r\\n \\r\\n \\r\\n 0\\r\\n \\r\\n \\r\\n 0\\r\\n 1566874931649\\r\\n 9\\r\\n 9\\r\\n \\r\\n \\r\\n 1\\r\\n 1566874931605\\r\\n 9\\r\\n 9\\r\\n \\r\\n \\r\\n 2\\r\\n 1566874931561\\r\\n 10\\r\\n 10\\r\\n \\r\\n \\r\\n 3\\r\\n 1566874931628\\r\\n 8\\r\\n 8\\r\\n \\r\\n \\r\\n 4\\r\\n 1566874931579\\r\\n 8\\r\\n 8\\r\\n \\r\\n \\r\\n 5\\r\\n 1566874931570\\r\\n 10\\r\\n 10\\r\\n \\r\\n \\r\\n 6\\r\\n 1566874931639\\r\\n 9\\r\\n 9\\r\\n \\r\\n \\r\\n 7\\r\\n 1566874931586\\r\\n 8\\r\\n 8\\r\\n \\r\\n \\r\\n 8\\r\\n 1566874931661\\r\\n 9\\r\\n 9\\r\\n \\r\\n \\r\\n 9\\r\\n 1566874931616\\r\\n 8\\r\\n 8\\r\\n \\r\\n \\r\\n 10\\r\\n 1566874931596\\r\\n 8\\r\\n 8\\r\\n \\r\\n \\r\\n 11\\r\\n 1566874931671\\r\\n 9\\r\\n 9\\r\\n \\r\\n \\r\\n 1566874931671\\r\\n kafka-test\\r\\n \\r\\n \\r\\n \\r\\n true\\r\\n 200\\r\\n","errorExample":""}]', @@ -1342,125 +750,35 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'alikafka.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'alikafka.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'alikafka.cn-qingdao.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'alikafka.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'alikafka.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'cn-heyuan', - 'endpoint' => 'alikafka.cn-heyuan.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'alikafka.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'alikafka.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2', - 'endpoint' => 'alikafka.ap-northeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'alikafka.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'alikafka.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'alikafka.cn-guangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'alikafka.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'alikafka.ap-southeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'alikafka.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'alikafka.cn-huhehaote.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'alikafka.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-7', - 'endpoint' => 'alikafka.ap-southeast-7.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'alikafka.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'alikafka.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'alikafka.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'alikafka.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'alikafka.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'alikafka.me-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'me-central-1', - 'endpoint' => 'alikafka.me-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'alikafka.cn-hangzhou-finance.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'alikafka.cn-shenzhen-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'alikafka.cn-beijing-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'alikafka.cn-shanghai-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'na-south-1', - 'endpoint' => 'alikafka.na-south-1.aliyuncs.com', - ], + ['regionId' => 'cn-wulanchabu', 'endpoint' => 'alikafka.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'alikafka.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'alikafka.cn-qingdao.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'alikafka.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'alikafka.cn-hongkong.aliyuncs.com'], + ['regionId' => 'cn-heyuan', 'endpoint' => 'alikafka.cn-heyuan.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'alikafka.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'alikafka.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'ap-northeast-2', 'endpoint' => 'alikafka.ap-northeast-2.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'alikafka.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'alikafka.cn-chengdu.aliyuncs.com'], + ['regionId' => 'cn-guangzhou', 'endpoint' => 'alikafka.cn-guangzhou.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'alikafka.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'alikafka.ap-southeast-2.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'alikafka.ap-southeast-3.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'alikafka.cn-huhehaote.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'alikafka.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'ap-southeast-7', 'endpoint' => 'alikafka.ap-southeast-7.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'alikafka.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'alikafka.us-east-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'alikafka.eu-west-1.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'alikafka.us-west-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'alikafka.eu-central-1.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'alikafka.me-east-1.aliyuncs.com'], + ['regionId' => 'me-central-1', 'endpoint' => 'alikafka.me-central-1.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'alikafka.cn-hangzhou-finance.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'alikafka.cn-shenzhen-finance-1.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'alikafka.cn-beijing-finance-1.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'alikafka.cn-shanghai-finance-1.aliyuncs.com'], + ['regionId' => 'na-south-1', 'endpoint' => 'alikafka.na-south-1.aliyuncs.com'], ], ]; -- cgit v1.2.3