summaryrefslogtreecommitdiff
path: root/data/en_us/sofa
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/sofa
downloadacs-metadata-full-main.tar.gz
acs-metadata-full-main.zip
Diffstat (limited to 'data/en_us/sofa')
-rw-r--r--data/en_us/sofa/2019-08-15/api-docs.php9755
1 files changed, 9755 insertions, 0 deletions
diff --git a/data/en_us/sofa/2019-08-15/api-docs.php b/data/en_us/sofa/2019-08-15/api-docs.php
new file mode 100644
index 0000000..305e72e
--- /dev/null
+++ b/data/en_us/sofa/2019-08-15/api-docs.php
@@ -0,0 +1,9755 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'SOFA',
+ 'version' => '2019-08-15',
+ ],
+ 'directories' => [
+ [
+ 'id' => 122090,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'DeleteMsConfigAttributes',
+ 'DeleteMsConfigResources',
+ 'UpdateMsConfigAttributes',
+ 'UpdateMsConfigResources',
+ 'GetMsConfigAttributes',
+ 'GetMsConfigResources',
+ 'QueryMsConfigAttributes',
+ 'QueryMsConfigClients',
+ 'QueryMsConfigClientValues',
+ 'QueryMsConfigData',
+ 'QueryMsConfigResources',
+ 'GrayPushMsConfigData',
+ 'PushMsConfigData',
+ ],
+ ],
+ [
+ 'id' => 122104,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateMqSofamqGroup',
+ 'DeleteMqSofamqGroup',
+ 'DeleteMqSofamqTopic',
+ 'DeleteMqSofamqTrace',
+ 'DeleteMqSofamqWarn',
+ 'UpdateMqSofamqGroupRemark',
+ 'UpdateMqSofamqWarn',
+ 'DisableMqSofamqWarn',
+ 'EnableMqSofamqWarn',
+ 'GetMqSofamqConsumerJStack',
+ 'GetMqSofamqConsumerStatus',
+ 'GetMqSofamqDLQMessageById',
+ 'GetMqSofamqMessageById',
+ 'GetMqSofamqTraceByMsgId',
+ 'GetMqSofamqTraceResult',
+ 'ListMqSofamqGroup',
+ 'ListMqSofamqTopic',
+ 'ListMqSofamqTrace',
+ 'ListMqSofamqWarn',
+ 'ListMqSofamqWarnHistory',
+ 'QueryMqSofamqConsumerAccumulate',
+ 'QueryMqSofamqConsumerConnection',
+ 'QueryMqSofamqConsumerTimespan',
+ 'QueryMqSofamqDLQMessageByGroupId',
+ 'QueryMqSofamqGroupSubDetail',
+ 'QueryMqSofamqMessageByKey',
+ 'QueryMqSofamqMessageByTopic',
+ 'ResendMqSofamqDLQMessageBatch',
+ 'ResendMqSofamqDLQMessageById',
+ 'ResetMqSofamqConsumerOffset',
+ ],
+ ],
+ [
+ 'id' => 122139,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateMqSofamqTopic',
+ 'UpdateMqSofamqTopicRemark',
+ ],
+ ],
+ [
+ 'id' => 122158,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'DescribeCasComputers',
+ ],
+ ],
+ [
+ 'id' => 122169,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'AddMsConfigAttributes',
+ 'AddMsConfigResources',
+ ],
+ ],
+ [
+ 'id' => 122172,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'UpdateRMSUnifiedAlarmRule',
+ 'CreateRMSUnifiedAlarmRule',
+ 'DeleteRMSUnifiedAlarmRule',
+ 'QueryRMSUnifiedAlarmEvent',
+ 'QueryRMSUnifiedAlarmRule',
+ 'QueryRMSUnifiedAlarmHistory',
+ 'QueryRMSUnifiedAlarmNotifyHistory',
+ 'QueryRMSMetrics',
+ ],
+ ],
+ [
+ 'id' => 169573,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'LogoutMsRegistryService',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'DeleteMsConfigAttributes' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'abilityTreeCode' => '108190',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaNCKPTU',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteMsConfigAttributesResponse>\\n <ResultMessage>OK</ResultMessage>\\n <ResultCode>OK</ResultCode>\\n <RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n</DeleteMsConfigAttributesResponse>","errorExample":""}]',
+ 'title' => 'DeleteMsConfigAttributes',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteMsConfigResources' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]',
+ 'title' => 'DeleteMsConfigResources',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateMsConfigAttributes' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'abilityTreeCode' => '111056',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaNCKPTU',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'age',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Desc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>894900FD-184F-42C1-A53C-82B114154BE1</RequestId>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'UpdateMsConfigAttributes',
+ ],
+ 'UpdateMsConfigResources' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'foo',
+ ],
+ ],
+ [
+ 'name' => 'Attributes',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Desc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'Region',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'Alipay',
+ ],
+ ],
+ [
+ 'name' => 'ResourceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'com.test.resource',
+ ],
+ ],
+ [
+ 'name' => 'UpdateAttribute',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'false',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]',
+ 'title' => 'UpdateMsConfigResources',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetMsConfigAttributes' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '109214',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaNCKPTU',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Attribute' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'abcdEFGH1234',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Attribute\\": {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>D7917DBF-CAA6-479E-8F26-3043AD7AAD11</RequestId>\\n<Attribute>\\n <Desc>男</Desc>\\n <InstanceId>AWHNEX3GFLJT</InstanceId>\\n <AttributeName>sex</AttributeName>\\n <Id>1</Id>\\n</Attribute>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'GetMsConfigAttributes',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetMsConfigResources' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '109215',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaNCKPTU',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Resource' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'drmdemo',
+ ],
+ 'Region' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Alipay',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'abcdEFGH1234',
+ ],
+ 'ResourceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'com.alipay.drmResource',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Attributes' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'abcdEFGH1234',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Resource\\": {\\n \\"AppName\\": \\"drmdemo\\",\\n \\"Region\\": \\"Alipay\\",\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"ResourceId\\": \\"com.alipay.drmResource\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\",\\n \\"Attributes\\": [\\n {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>F127DCFE-05FE-4740-AD07-18598BF37289</RequestId>\\n<Resource>\\n <Desc>测试资源类</Desc>\\n <InstanceId>9XP0PS5JQHJU</InstanceId>\\n <ResourceId>com.alipay.resource</ResourceId>\\n <Attributes>\\n <Desc>姓名</Desc>\\n <InstanceId>9XP0PS5JQHJU</InstanceId>\\n <AttributeName>name</AttributeName>\\n <Id>27</Id>\\n </Attributes>\\n <Attributes>\\n <Desc>性别</Desc>\\n <InstanceId>9XP0PS5JQHJU</InstanceId>\\n <AttributeName>sex</AttributeName>\\n <Id>28</Id>\\n </Attributes>\\n <Region>Alipay</Region>\\n <Id>1</Id>\\n <AppName>foo</AppName>\\n</Resource>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'GetMsConfigResources',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMsConfigAttributes' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'demo-app',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AttributeName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'age',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Region',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'Alipay',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ResourceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'com.alipay.test',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Attribute' => [
+ 'description' => '',
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'abcdEFGH1234',
+ 'type' => 'string',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'example' => 'switch',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Attribute\\": {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'QueryMsConfigAttributes',
+ ],
+ 'QueryMsConfigClients' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'Clients' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'PushData' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Ip' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '127.0.0.1',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Cell' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'DEFAULT',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"Clients\\": [\\n {\\n \\"PushData\\": \\"switch\\",\\n \\"Ip\\": \\"127.0.0.1\\",\\n \\"Data\\": \\"switch\\",\\n \\"Cell\\": \\"DEFAULT\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<clients>\\n <data>DJ9P4BRNBL0S</data>\\n <ip>10.15.232.101</ip>\\n <push_data>DJ9P4BRNBL0S</push_data>\\n <cell>shanghai-et15</cell>\\n</clients>\\n<page_num>1</page_num>\\n<page_size>10</page_size>\\n<result_code>OK</result_code>\\n<result_msg>SUCCESS</result_msg>\\n<total_count>4</total_count>","errorExample":""}]',
+ 'title' => 'QueryMsConfigClients',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMsConfigClientValues' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'Ips',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '127.0.0.1,127.0.0.2',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Clients' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Ip' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '127.0.0.1',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Clients\\": [\\n {\\n \\"Ip\\": \\"127.0.0.1\\",\\n \\"Data\\": \\"switch\\",\\n \\"Success\\": true\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<RequestId>C8D232D5-C898-4084-880C-B8FD836AB143</RequestId>\\n<Clients>\\n <Ip>127.0.0.1</Ip>\\n <Success>false</Success>\\n</Clients>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMsConfigClientValues',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMsConfigData' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'QueryResult' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'some push data',
+ ],
+ 'Cell' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'cell1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"QueryResult\\": [\\n {\\n \\"Data\\": \\"some push data\\",\\n \\"Cell\\": \\"cell1\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<QueryResult>\\n <Data>强势推送思密达</Data>\\n <Cell>ZONEA</Cell>\\n</QueryResult>\\n<RequestId>5C8C4130-BFDB-4AC2-A61C-2D26B1DDCC7B</RequestId>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMsConfigData',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMsConfigResources' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'foo',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Keyword',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'com.alipay.drmResource',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => '10',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Resources' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'AppName' => [
+ 'description' => '',
+ 'example' => 'drmdemo',
+ 'type' => 'string',
+ ],
+ 'Region' => [
+ 'description' => '',
+ 'example' => 'Alipay',
+ 'type' => 'string',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'abcdEFGH1234',
+ 'type' => 'string',
+ ],
+ 'ResourceId' => [
+ 'description' => '',
+ 'example' => 'com.alipay.drmResource',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Attributes' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'abcdEFGH1234',
+ 'type' => 'string',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'example' => 'switch',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"Resources\\": [\\n {\\n \\"AppName\\": \\"drmdemo\\",\\n \\"Region\\": \\"Alipay\\",\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"ResourceId\\": \\"com.alipay.drmResource\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\",\\n \\"Attributes\\": [\\n {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<TotalCount>2</TotalCount>\\n<RequestId>2BFB4C50-A7EE-4803-A53D-32036246F53F</RequestId>\\n<PageNum>1</PageNum>\\n<PageSize>10</PageSize>\\n<Resources>\\n <Desc>这是描述</Desc>\\n <InstanceId>AWHNEX3GFLJA</InstanceId>\\n <ResourceId>com.alipay.test.resource1</ResourceId>\\n <Region>Alipay</Region>\\n <Id>41</Id>\\n <AppName>someAppName1</AppName>\\n</Resources>\\n<Resources>\\n <Desc>这是描述</Desc>\\n <InstanceId>AWHNEX3GFLJA</InstanceId>\\n <ResourceId>com.alipay.test.resource2</ResourceId>\\n <Region>Alipay</Region>\\n <Id>44</Id>\\n <AppName>someAppName2</AppName>\\n</Resources>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ ],
+ 'GrayPushMsConfigData' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'abilityTreeCode' => '109242',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaNCKPTU',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Data',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'hello world',
+ ],
+ ],
+ [
+ 'name' => 'Hosts',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '127.0.0.1,127.0.0.2',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'Operator',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'wang.li',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'PushResult' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Host' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '127.0.0.1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"PushResult\\": [\\n {\\n \\"Success\\": true,\\n \\"Host\\": \\"127.0.0.1\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]',
+ 'title' => 'GrayPushMsConfigData',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ ],
+ 'PushMsConfigData' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Cells',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'Cell1,Cell2',
+ ],
+ ],
+ [
+ 'name' => 'Data',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '12',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'Operator',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'wang.li',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>41426381-937E-4486-B534-D8EEDB3D21DC</RequestId>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'PushMsConfigData',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateMqSofamqGroup' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'test_group_id',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'GroupType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'tcp',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Remark',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'test',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'CreateMqSofamqGroup',
+ ],
+ 'DeleteMqSofamqGroup' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'DeleteMqSofamqGroup',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteMqSofamqTopic' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '000001',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'DeleteMqSofamqTopic',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteMqSofamqTrace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'QueryId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '272967562652883649157096685****',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'DeleteMqSofamqTrace',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteMqSofamqWarn' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'WarnId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'DeleteMqSofamqWarn',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateMqSofamqGroupRemark' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'Remark',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'UpdateMqSofamqGroupRemark',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateMqSofamqWarn' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AlertTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '00:00-24:00',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Contacts',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DelayTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Frequency',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Threshold',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'WarnId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10000001 ',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\r\\n<ResultMessage>OK</ResultMessage>\\r\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'UpdateMqSofamqWarn',
+ ],
+ 'DisableMqSofamqWarn' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'WarnId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10000001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'DisableMqSofamqWarn',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'EnableMqSofamqWarn' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'WarnId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10001',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'EnableMqSofamqWarn',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetMqSofamqConsumerJStack' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'RZ00A',
+ ],
+ ],
+ [
+ 'name' => 'ClientId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10.15.232.86@1129e#e4a224f4#2fa8320f33c4#eyIwIjoienRoIn0=',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'INSTANCE_ID_111',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ClientId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '10.15.232.86@1129e#e4a224f4#2fa8320f33c4#eyIwIjoienRoIn0=',
+ ],
+ 'Jstack' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Thread' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ConsumeMessageThread_0 ',
+ ],
+ 'TrackList' => [
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"ClientId\\": \\"10.15.232.86@1129e#e4a224f4#2fa8320f33c4#eyIwIjoienRoIn0=\\",\\n \\"Jstack\\": [\\n {\\n \\"Thread\\": \\"ConsumeMessageThread_0\\\\t\\",\\n \\"TrackList\\": [\\n \\"java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\\"\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <ClientId>10.15.232.86@1129e#e4a224f4#2fa8320f33c4#eyIwIjoienRoIn0=</ClientId>\\n <Jstack>\\n <Thread>ConsumeMessageThread_0\\t</Thread>\\n </Jstack>\\n <Jstack>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </Jstack>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'GetMqSofamqConsumerJStack',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetMqSofamqConsumerStatus' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'RZ01A ',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Detail',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'true',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'NeedJstack',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ConsumeTps' => [
+ 'description' => '',
+ 'example' => '0',
+ 'type' => 'string',
+ ],
+ 'SubscriptionSame' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'ConsumeModel' => [
+ 'description' => '',
+ 'example' => 'CLUSTERING',
+ 'type' => 'string',
+ ],
+ 'TotalDiff' => [
+ 'description' => '',
+ 'example' => '197',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LastTimestamp' => [
+ 'description' => '',
+ 'example' => '1566883844954',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DelayTime' => [
+ 'description' => '',
+ 'example' => '100857',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Online' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ 'type' => 'string',
+ ],
+ 'RebalanceOk' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'ConnectionSet' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'RemoteIp' => [
+ 'description' => '',
+ 'example' => '42.120.74.**',
+ 'type' => 'string',
+ ],
+ 'ClientAddr' => [
+ 'description' => '',
+ 'example' => '30.5.121.**',
+ 'type' => 'string',
+ ],
+ 'Version' => [
+ 'description' => '',
+ 'example' => 'V4_3_6_SNAPSHOT',
+ 'type' => 'string',
+ ],
+ 'Language' => [
+ 'description' => '',
+ 'example' => 'JAVA',
+ 'type' => 'string',
+ ],
+ 'ClientId' => [
+ 'description' => '',
+ 'example' => '30.5.121.**@25560#-1999745829#-1737591554#458773089270275 ',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'ConsumerConnectionInfoList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Connection' => [
+ 'description' => '',
+ 'example' => '**',
+ 'type' => 'string',
+ ],
+ 'MessageModel' => [
+ 'description' => '',
+ 'example' => 'CLUSTERING',
+ 'type' => 'string',
+ ],
+ 'Version' => [
+ 'description' => '',
+ 'example' => 'V4_3_6',
+ 'type' => 'string',
+ ],
+ 'StartTimestamp' => [
+ 'description' => '',
+ 'example' => '1570701361528',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LastTimestamp' => [
+ 'description' => '',
+ 'example' => '1570701368114',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ConsumeType' => [
+ 'description' => 'PUSH/PULL',
+ 'example' => 'PUSH',
+ 'type' => 'string',
+ ],
+ 'ThreadCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Language' => [
+ 'description' => '',
+ 'example' => 'JAVA',
+ 'type' => 'string',
+ ],
+ 'ClientId' => [
+ 'description' => '',
+ 'example' => '30.5.**.**@25560#-1999745829#-1737591554#458773089270275',
+ 'type' => 'string',
+ ],
+ 'Jstack' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Thread' => [
+ 'description' => '',
+ 'example' => 'ConsumeMessageThread_0',
+ 'type' => 'string',
+ ],
+ 'TrackList' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => 'java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'RunningDataList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'GroupId' => [
+ 'description' => '',
+ 'example' => '000',
+ 'type' => 'string',
+ ],
+ 'Diff' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Rt' => [
+ 'description' => '',
+ 'example' => '0.1',
+ 'type' => 'string',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ 'FailedCountPerHour' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'OkTps' => [
+ 'description' => '',
+ 'example' => '0.1',
+ 'type' => 'string',
+ ],
+ 'FailedTps' => [
+ 'description' => '',
+ 'example' => '0.1',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'SubscriptionSet' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'SubString' => [
+ 'description' => '',
+ 'example' => '*',
+ 'type' => 'string',
+ ],
+ 'SubVersion' => [
+ 'description' => '',
+ 'example' => '1570701364301',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ 'TagsSet' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '*',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'DetailInTopicList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'TotalDiff' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DelayTime' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LastTimestamp' => [
+ 'description' => '',
+ 'example' => '1570701259403',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"ConsumeTps\\": \\"0\\",\\n \\"SubscriptionSame\\": true,\\n \\"ConsumeModel\\": \\"CLUSTERING\\",\\n \\"TotalDiff\\": 197,\\n \\"LastTimestamp\\": 1566883844954,\\n \\"DelayTime\\": 100857,\\n \\"Online\\": true,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\\\t \\",\\n \\"RebalanceOk\\": true,\\n \\"ConnectionSet\\": [\\n {\\n \\"RemoteIp\\": \\"42.120.74.**\\",\\n \\"ClientAddr\\": \\"30.5.121.**\\",\\n \\"Version\\": \\"V4_3_6_SNAPSHOT\\",\\n \\"Language\\": \\"JAVA\\",\\n \\"ClientId\\": \\"30.5.121.**@25560#-1999745829#-1737591554#458773089270275\\\\t \\"\\n }\\n ],\\n \\"ConsumerConnectionInfoList\\": [\\n {\\n \\"Connection\\": \\"**\\",\\n \\"MessageModel\\": \\"CLUSTERING\\",\\n \\"Version\\": \\"V4_3_6\\",\\n \\"StartTimestamp\\": 1570701361528,\\n \\"LastTimestamp\\": 1570701368114,\\n \\"ConsumeType\\": \\"PUSH\\",\\n \\"ThreadCount\\": 20,\\n \\"Language\\": \\"JAVA\\",\\n \\"ClientId\\": \\"30.5.**.**@25560#-1999745829#-1737591554#458773089270275\\",\\n \\"Jstack\\": [\\n {\\n \\"Thread\\": \\"ConsumeMessageThread_0\\",\\n \\"TrackList\\": [\\n \\"java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\\"\\n ]\\n }\\n ],\\n \\"RunningDataList\\": [\\n {\\n \\"GroupId\\": \\"000\\",\\n \\"Diff\\": 100,\\n \\"Rt\\": \\"0.1\\",\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"FailedCountPerHour\\": 0,\\n \\"OkTps\\": \\"0.1\\",\\n \\"FailedTps\\": \\"0.1\\"\\n }\\n ],\\n \\"SubscriptionSet\\": [\\n {\\n \\"SubString\\": \\"*\\",\\n \\"SubVersion\\": 1570701364301,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"TagsSet\\": [\\n \\"*\\"\\n ]\\n }\\n ]\\n }\\n ],\\n \\"DetailInTopicList\\": [\\n {\\n \\"TotalDiff\\": 0,\\n \\"DelayTime\\": 0,\\n \\"LastTimestamp\\": 1570701259403,\\n \\"Topic\\": \\"test-mq_topic\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <ConsumerConnectionInfoList>\\n <ClientAddr>30.5.121.**</ClientAddr>\\n <Language>JAVA</Language>\\n <RemoteIp>42.120.74.**</RemoteIp>\\n <Version>V4_3_6_SNAPSHOT</Version>\\n <ClientId>30.5.121.**@25560#-1999745829#-1737591554#458773089270275\\t </ClientId>\\n </ConsumerConnectionInfoList>\\n <ConsumerConnectionInfoList>\\n <MessageModel>CLUSTERING</MessageModel>\\n <ThreadCount>20</ThreadCount>\\n <ConsumeType>PUSH</ConsumeType>\\n <Language>JAVA</Language>\\n <LastTimestamp>1570701368114</LastTimestamp>\\n <StartTimestamp>1570701361528</StartTimestamp>\\n <Version>V4_3_6</Version>\\n <Connection>**</Connection>\\n <ClientId>30.5.**.**@25560#-1999745829#-1737591554#458773089270275</ClientId>\\n </ConsumerConnectionInfoList>\\n <ConsumerConnectionInfoList>\\n <RunningDataList>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </RunningDataList>\\n <RunningDataList>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </RunningDataList>\\n <RunningDataList>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </RunningDataList>\\n <RunningDataList>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </RunningDataList>\\n <RunningDataList>\\n <TagsSet>*</TagsSet>\\n </RunningDataList>\\n <SubscriptionSet>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TagsSet>*</TagsSet>\\n </SubscriptionSet>\\n <Jstack>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </Jstack>\\n <Jstack>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </Jstack>\\n <Jstack>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </Jstack>\\n <Jstack>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </Jstack>\\n <Jstack>\\n <TagsSet>*</TagsSet>\\n </Jstack>\\n </ConsumerConnectionInfoList>\\n <ConsumerConnectionInfoList>\\n <LastTimestamp>1570701259403</LastTimestamp>\\n <TotalDiff>0</TotalDiff>\\n <DelayTime>0</DelayTime>\\n <Topic>test-mq_topic</Topic>\\n </ConsumerConnectionInfoList>\\n <ConsumeModel>CLUSTERING</ConsumeModel>\\n <ConsumeTps>0</ConsumeTps>\\n <LastTimestamp>1566883844954</LastTimestamp>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx\\t </InstanceId>\\n <RebalanceOk>true</RebalanceOk>\\n <SubscriptionSame>true</SubscriptionSame>\\n <TotalDiff>197</TotalDiff>\\n <DelayTime>100857</DelayTime>\\n <Online>true</Online>\\n <ConnectionSet>\\n <ClientAddr>30.5.121.**</ClientAddr>\\n <Language>JAVA</Language>\\n <RemoteIp>42.120.74.**</RemoteIp>\\n <Version>V4_3_6_SNAPSHOT</Version>\\n <ClientId>30.5.121.**@25560#-1999745829#-1737591554#458773089270275\\t </ClientId>\\n </ConnectionSet>\\n <ConnectionSet>\\n <MessageModel>CLUSTERING</MessageModel>\\n <ThreadCount>20</ThreadCount>\\n <ConsumeType>PUSH</ConsumeType>\\n <Language>JAVA</Language>\\n <LastTimestamp>1570701368114</LastTimestamp>\\n <StartTimestamp>1570701361528</StartTimestamp>\\n <Version>V4_3_6</Version>\\n <Connection>**</Connection>\\n <ClientId>30.5.**.**@25560#-1999745829#-1737591554#458773089270275</ClientId>\\n </ConnectionSet>\\n <ConnectionSet>\\n <RunningDataList>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </RunningDataList>\\n <RunningDataList>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </RunningDataList>\\n <RunningDataList>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </RunningDataList>\\n <RunningDataList>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </RunningDataList>\\n <RunningDataList>\\n <TagsSet>*</TagsSet>\\n </RunningDataList>\\n <SubscriptionSet>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TagsSet>*</TagsSet>\\n </SubscriptionSet>\\n <Jstack>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </Jstack>\\n <Jstack>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </Jstack>\\n <Jstack>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </Jstack>\\n <Jstack>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </Jstack>\\n <Jstack>\\n <TagsSet>*</TagsSet>\\n </Jstack>\\n </ConnectionSet>\\n <ConnectionSet>\\n <LastTimestamp>1570701259403</LastTimestamp>\\n <TotalDiff>0</TotalDiff>\\n <DelayTime>0</DelayTime>\\n <Topic>test-mq_topic</Topic>\\n </ConnectionSet>\\n <DetailInTopicList>\\n <ClientAddr>30.5.121.**</ClientAddr>\\n <Language>JAVA</Language>\\n <RemoteIp>42.120.74.**</RemoteIp>\\n <Version>V4_3_6_SNAPSHOT</Version>\\n <ClientId>30.5.121.**@25560#-1999745829#-1737591554#458773089270275\\t </ClientId>\\n </DetailInTopicList>\\n <DetailInTopicList>\\n <MessageModel>CLUSTERING</MessageModel>\\n <ThreadCount>20</ThreadCount>\\n <ConsumeType>PUSH</ConsumeType>\\n <Language>JAVA</Language>\\n <LastTimestamp>1570701368114</LastTimestamp>\\n <StartTimestamp>1570701361528</StartTimestamp>\\n <Version>V4_3_6</Version>\\n <Connection>**</Connection>\\n <ClientId>30.5.**.**@25560#-1999745829#-1737591554#458773089270275</ClientId>\\n </DetailInTopicList>\\n <DetailInTopicList>\\n <RunningDataList>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </RunningDataList>\\n <RunningDataList>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </RunningDataList>\\n <RunningDataList>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </RunningDataList>\\n <RunningDataList>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </RunningDataList>\\n <RunningDataList>\\n <TagsSet>*</TagsSet>\\n </RunningDataList>\\n <SubscriptionSet>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </SubscriptionSet>\\n <SubscriptionSet>\\n <TagsSet>*</TagsSet>\\n </SubscriptionSet>\\n <Jstack>\\n <Thread>ConsumeMessageThread_0</Thread>\\n </Jstack>\\n <Jstack>\\n <TrackList>java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)</TrackList>\\n </Jstack>\\n <Jstack>\\n <OkTps>0.1</OkTps>\\n <Rt>0.1</Rt>\\n <Diff>100</Diff>\\n <FailedTps>0.1</FailedTps>\\n <Topic>test-mq_topic</Topic>\\n <FailedCountPerHour>0</FailedCountPerHour>\\n <GroupId>000</GroupId>\\n </Jstack>\\n <Jstack>\\n <SubString>*</SubString>\\n <Topic>test-mq_topic</Topic>\\n <SubVersion>1570701364301</SubVersion>\\n </Jstack>\\n <Jstack>\\n <TagsSet>*</TagsSet>\\n </Jstack>\\n </DetailInTopicList>\\n <DetailInTopicList>\\n <LastTimestamp>1570701259403</LastTimestamp>\\n <TotalDiff>0</TotalDiff>\\n <DelayTime>0</DelayTime>\\n <Topic>test-mq_topic</Topic>\\n </DetailInTopicList>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetMqSofamqConsumerStatus',
+ ],
+ 'GetMqSofamqDLQMessageById' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id ',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'MsgId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '0BC16699165C03B925DB8A404E2D****',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'StoreSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '407',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'StoreTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026708',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test-mq_topic',
+ ],
+ 'StoreHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '11.220.***.***:10911',
+ ],
+ 'BornTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026630',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'Body' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E0578FE110F18B4AAC235C0C8460BA2',
+ ],
+ 'BodyCrc' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '914112295',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '42.120.**.**:64646',
+ ],
+ 'PropertyList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TAGS',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TagA',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"StoreSize\\": 407,\\n \\"ReconsumeTimes\\": 1,\\n \\"StoreTimestamp\\": 1570761026708,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"StoreHost\\": \\"11.220.***.***:10911\\",\\n \\"BornTimestamp\\": 1570761026630,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"Body\\": \\"SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv\\",\\n \\"MsgId\\": \\"1E0578FE110F18B4AAC235C0C8460BA2\\",\\n \\"BodyCrc\\": 914112295,\\n \\"BornHost\\": \\"42.120.**.**:64646\\",\\n \\"PropertyList\\": [\\n {\\n \\"Name\\": \\"TAGS\\",\\n \\"Value\\": \\"TagA\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <BornTimestamp>1570761026630</BornTimestamp>\\n <PropertyList>\\n <Value>TagA</Value>\\n <Name>TAGS</Name>\\n </PropertyList>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <StoreSize>407</StoreSize>\\n <BornHost>42.120.**.**:64646</BornHost>\\n <BodyCrc>914112295</BodyCrc>\\n <Topic>test-mq_topic</Topic>\\n <Body>SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv</Body>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n <MsgId>1E0578FE110F18B4AAC235C0C8460BA2</MsgId>\\n <StoreHost>11.220.***.***:10911</StoreHost>\\n <StoreTimestamp>1570761026708</StoreTimestamp>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'GetMqSofamqDLQMessageById',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetMqSofamqMessageById' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'RZ01A ',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MsgId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1E0578FE110F18B4AAC235C05F2*****',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'test-mq_topic ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'StoreSize' => [
+ 'description' => '',
+ 'example' => '407',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'StoreTimestamp' => [
+ 'description' => '',
+ 'example' => '1570761026708',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ 'StoreHost' => [
+ 'description' => '',
+ 'example' => '11.220.***.***:10911',
+ 'type' => 'string',
+ ],
+ 'BornTimestamp' => [
+ 'description' => '',
+ 'example' => '1570761026630',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ 'type' => 'string',
+ ],
+ 'Body' => [
+ 'description' => '',
+ 'example' => 'SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv',
+ 'type' => 'string',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'example' => '1E0578FE110F18B4AAC235C0C8460BA2',
+ 'type' => 'string',
+ ],
+ 'BodyCrc' => [
+ 'description' => '',
+ 'example' => '914112295',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'example' => '42.120.**.**:64646',
+ 'type' => 'string',
+ ],
+ 'PropertyList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'example' => 'TAGS',
+ 'type' => 'string',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'example' => 'TagA',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"StoreSize\\": 407,\\n \\"ReconsumeTimes\\": 1,\\n \\"StoreTimestamp\\": 1570761026708,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"StoreHost\\": \\"11.220.***.***:10911\\",\\n \\"BornTimestamp\\": 1570761026630,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"Body\\": \\"SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv\\",\\n \\"MsgId\\": \\"1E0578FE110F18B4AAC235C0C8460BA2\\",\\n \\"BodyCrc\\": 914112295,\\n \\"BornHost\\": \\"42.120.**.**:64646\\",\\n \\"PropertyList\\": [\\n {\\n \\"Name\\": \\"TAGS\\",\\n \\"Value\\": \\"TagA\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <BornTimestamp>1570761026630</BornTimestamp>\\n <PropertyList>\\n <Value>TagA</Value>\\n <Name>TAGS</Name>\\n </PropertyList>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <StoreSize>407</StoreSize>\\n <BornHost>42.120.**.**:64646</BornHost>\\n <BodyCrc>914112295</BodyCrc>\\n <Topic>test-mq_topic</Topic>\\n <Body>SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv</Body>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n <MsgId>1E0578FE110F18B4AAC235C0C8460BA2</MsgId>\\n <StoreHost>11.220.***.***:10911</StoreHost>\\n <StoreTimestamp>1570761026708</StoreTimestamp>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetMqSofamqMessageById',
+ ],
+ 'GetMqSofamqTraceByMsgId' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BeginTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1570852800',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1570968000',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MsgId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1E05791C117818B4AAC23B1BB0CE**** ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'test',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'QueryId' => [
+ 'description' => '',
+ 'example' => '272967562652883649157096685****',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"QueryId\\": \\"272967562652883649157096685****\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<QueryId>272967562652883649157096685****</QueryId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetMqSofamqTraceByMsgId',
+ ],
+ 'GetMqSofamqTraceResult' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'QueryId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '272967562652883649157096685****',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'finish',
+ ],
+ 'MsgKey' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'keyA',
+ ],
+ 'UpdateTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570966857000',
+ ],
+ 'CreateTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570966857000',
+ ],
+ 'UserId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '27296756265288****',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'topic_a',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E05791C117818B4AAC23B1BB0CE****',
+ ],
+ 'QueryId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '272967562652883649157096685****',
+ ],
+ 'TraceList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SEND_SUCCESS',
+ ],
+ 'MsgKey' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ORDERID_100',
+ ],
+ 'PubTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570850870478',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ 'CostTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '24',
+ ],
+ 'Tag' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TagA',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0BC1F01800002A9F000000531246**** ',
+ ],
+ 'PubGroupName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'GID_test',
+ ],
+ 'Cell' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'RZ00A',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '30.5.**.**',
+ ],
+ 'SubList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'SubGroupName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'GID_test',
+ ],
+ 'SuccessCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'FailCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'Cell' => [
+ 'description' => 'cell name',
+ 'type' => 'string',
+ 'example' => 'RZ00A',
+ ],
+ 'ClientList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'CONSUME_SUCCESS',
+ ],
+ 'SubTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570851590511',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'ClientHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '30.5.**.**',
+ ],
+ 'SubGroupName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'GID_test',
+ ],
+ 'CostTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '43',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"Status\\": \\"finish\\",\\n \\"MsgKey\\": \\"keyA\\",\\n \\"UpdateTime\\": 1570966857000,\\n \\"CreateTime\\": 1570966857000,\\n \\"UserId\\": \\"27296756265288****\\",\\n \\"Topic\\": \\"topic_a\\",\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"MsgId\\": \\"1E05791C117818B4AAC23B1BB0CE****\\",\\n \\"QueryId\\": \\"272967562652883649157096685****\\",\\n \\"TraceList\\": [\\n {\\n \\"Status\\": \\"SEND_SUCCESS\\",\\n \\"MsgKey\\": \\"ORDERID_100\\",\\n \\"PubTime\\": 1570850870478,\\n \\"Topic\\": \\"test\\",\\n \\"CostTime\\": 24,\\n \\"Tag\\": \\"TagA\\",\\n \\"MsgId\\": \\"0BC1F01800002A9F000000531246****\\\\t\\",\\n \\"PubGroupName\\": \\"GID_test\\",\\n \\"Cell\\": \\"RZ00A\\",\\n \\"BornHost\\": \\"30.5.**.**\\",\\n \\"SubList\\": [\\n {\\n \\"SubGroupName\\": \\"GID_test\\",\\n \\"SuccessCount\\": 1,\\n \\"FailCount\\": 0,\\n \\"Cell\\": \\"RZ00A\\",\\n \\"ClientList\\": [\\n {\\n \\"Status\\": \\"CONSUME_SUCCESS\\",\\n \\"SubTime\\": 1570851590511,\\n \\"ReconsumeTimes\\": 1,\\n \\"ClientHost\\": \\"30.5.**.**\\",\\n \\"SubGroupName\\": \\"GID_test\\",\\n \\"CostTime\\": 43\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <Status>finish</Status>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <UserId>27296756265288****</UserId>\\n <CreateTime>1570966857000</CreateTime>\\n <MsgKey>keyA</MsgKey>\\n <QueryId>272967562652883649157096685****</QueryId>\\n <UpdateTime>1570966857000</UpdateTime>\\n <TraceList>\\n <CostTime>24</CostTime>\\n <Status>SEND_SUCCESS</Status>\\n <MsgKey>ORDERID_100</MsgKey>\\n <BornHost>30.5.**.**</BornHost>\\n <Tag>TagA</Tag>\\n <PubGroupName>GID_test</PubGroupName>\\n <PubTime>1570850870478</PubTime>\\n <Topic>test</Topic>\\n <Cell>RZ00A</Cell>\\n <MsgId>0BC1F01800002A9F000000531246****\\t</MsgId>\\n </TraceList>\\n <TraceList>\\n <SubList>\\n <FailCount>0</FailCount>\\n <SubGroupName>GID_test</SubGroupName>\\n <SuccessCount>1</SuccessCount>\\n <Cell>RZ00A</Cell>\\n </SubList>\\n <SubList>\\n <ClientList>\\n <CostTime>43</CostTime>\\n <Status>CONSUME_SUCCESS</Status>\\n <ClientHost>30.5.**.**</ClientHost>\\n <SubTime>1570851590511</SubTime>\\n <SubGroupName>GID_test</SubGroupName>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n </ClientList>\\n </SubList>\\n </TraceList>\\n <Topic>topic_a</Topic>\\n <MsgId>1E05791C117818B4AAC23B1BB0CE****</MsgId>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'GetMqSofamqTraceResult',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListMqSofamqGroup' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'GID_test_group_id ',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'GroupType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '20',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'RetryPerm' => [
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Cluster' => [
+ 'description' => '',
+ 'example' => 'SINGLE',
+ 'type' => 'string',
+ ],
+ 'Remark' => [
+ 'description' => '',
+ 'example' => 'test',
+ 'type' => 'string',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'example' => '1570966857000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RetryWriteQueueNum' => [
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DeleteMark' => [
+ 'type' => 'string',
+ ],
+ 'GroupId' => [
+ 'description' => 'Group ID',
+ 'example' => 'test_group_id',
+ 'type' => 'string',
+ ],
+ 'Version' => [
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1570966857000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RetryReadQueueNum' => [
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Scope' => [
+ 'type' => 'string',
+ ],
+ 'Operator' => [
+ 'description' => '',
+ 'example' => 'alipay',
+ 'type' => 'string',
+ ],
+ 'GroupType' => [
+ 'description' => '',
+ 'example' => 'tcp',
+ 'type' => 'string',
+ ],
+ 'ReadEnable' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"Total\\": 100,\\n \\"Content\\": [\\n {\\n \\"RetryPerm\\": 6,\\n \\"Cluster\\": \\"SINGLE\\",\\n \\"Remark\\": \\"test\\",\\n \\"InstanceId\\": \\"SOFAMQ_INSTANCE_000001\\",\\n \\"GmtModified\\": 1570966857000,\\n \\"RetryWriteQueueNum\\": 1,\\n \\"DeleteMark\\": \\"0\\",\\n \\"GroupId\\": \\"test_group_id\\",\\n \\"Version\\": 1,\\n \\"GmtCreate\\": 1570966857000,\\n \\"RetryReadQueueNum\\": 1,\\n \\"Scope\\": \\"*\\",\\n \\"Operator\\": \\"alipay\\",\\n \\"GroupType\\": \\"tcp\\",\\n \\"ReadEnable\\": true,\\n \\"Id\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <PageNum>1</PageNum>\\n <PageSize>20</PageSize>\\n <Content>\\n <Operator>alipay</Operator>\\n <GmtCreate>1570966857000</GmtCreate>\\n <InstanceId>SOFAMQ_INSTANCE_000001</InstanceId>\\n <GmtModified>1570966857000</GmtModified>\\n <ReadEnable>true</ReadEnable>\\n <Cluster>SINGLE</Cluster>\\n <Id>1</Id>\\n <GroupId>test_group_id</GroupId>\\n <Remark>test</Remark>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'ListMqSofamqGroup',
+ ],
+ 'ListMqSofamqTopic' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '000001',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'TP_TEST',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Cluster' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'single',
+ ],
+ 'Remark' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'desc',
+ ],
+ 'WriteQueueNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '8',
+ ],
+ 'ReadQueueNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '8',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '000001',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570966857000',
+ ],
+ 'MessageType' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ 'Perm' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '6',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TP_TEST',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570966857000',
+ ],
+ 'Operator' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'alipay',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 100,\\n \\"Content\\": [\\n {\\n \\"Cluster\\": \\"single\\",\\n \\"Remark\\": \\"desc\\",\\n \\"WriteQueueNum\\": 8,\\n \\"ReadQueueNum\\": 8,\\n \\"InstanceId\\": \\"000001\\",\\n \\"GmtModified\\": 1570966857000,\\n \\"MessageType\\": 0,\\n \\"Perm\\": 6,\\n \\"Topic\\": \\"TP_TEST\\",\\n \\"GmtCreate\\": 1570966857000,\\n \\"Operator\\": \\"alipay\\",\\n \\"Id\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <PageNum>1</PageNum>\\n <PageSize>10</PageSize>\\n <Content>\\n <Operator>alipay</Operator>\\n <GmtCreate>1570966857000</GmtCreate>\\n <InstanceId>000001</InstanceId>\\n <Perm>6</Perm>\\n <GmtModified>1570966857000</GmtModified>\\n <Cluster>single</Cluster>\\n <ReadQueueNum/>\\n <Id>1</Id>\\n <Topic>TP_TEST</Topic>\\n <WriteQueueNum>8</WriteQueueNum>\\n <MessageType>0</MessageType>\\n <Remark>desc</Remark>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'ListMqSofamqTopic',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListMqSofamqTrace' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'QueryItem',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'TP_xx,0BA6EEBD700549C2FAAE076616860003,keyA',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '20',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'QUERYING',
+ ],
+ 'MsgKey' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ORDERID_100',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TP_xxx',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570701259403',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570701259403',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E05791C117818B4AAC23B1BB0CE****',
+ ],
+ 'QueryId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '272967562652883649157096685****',
+ ],
+ 'Cell' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'RZ001',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"Total\\": 100,\\n \\"Content\\": [\\n {\\n \\"Status\\": \\"QUERYING\\",\\n \\"MsgKey\\": \\"ORDERID_100\\",\\n \\"Topic\\": \\"TP_xxx\\",\\n \\"GmtCreate\\": 1570701259403,\\n \\"InstanceId\\": \\"SOFAMQ_INSTANCE_000001\\",\\n \\"GmtModified\\": 1570701259403,\\n \\"MsgId\\": \\"1E05791C117818B4AAC23B1BB0CE****\\",\\n \\"QueryId\\": \\"272967562652883649157096685****\\",\\n \\"Cell\\": \\"RZ001\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <PageNum>1</PageNum>\\n <PageSize>20</PageSize>\\n <Content>\\n <Status>QUERYING</Status>\\n <GmtCreate>1570701259403</GmtCreate>\\n <InstanceId>SOFAMQ_INSTANCE_000001</InstanceId>\\n <MsgKey>ORDERID_100</MsgKey>\\n <QueryId>272967562652883649157096685****</QueryId>\\n <GmtModified>1570701259403</GmtModified>\\n <Topic>TP_xxx</Topic>\\n <Cell>RZ001</Cell>\\n <MsgId>1E05791C117818B4AAC23B1BB0CE****</MsgId>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'ListMqSofamqTrace',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListMqSofamqWarn' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'GID_group',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '20',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'test',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'WarnLevel' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Frequency' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Contacts' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Attribute' => [
+ 'description' => '',
+ 'example' => '""',
+ 'type' => 'string',
+ ],
+ 'WarnType' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'example' => '1570701259403',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GroupId' => [
+ 'description' => '',
+ 'example' => 'GID_TEST',
+ 'type' => 'string',
+ ],
+ 'AlertTime' => [
+ 'description' => '',
+ 'example' => '00:00-23:59',
+ 'type' => 'string',
+ ],
+ 'DelayTime' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'TP_TEST',
+ 'type' => 'string',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'example' => '1570701259403',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'WarnStatus' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'BlockTime' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Operator' => [
+ 'description' => '',
+ 'example' => 'alipay',
+ 'type' => 'string',
+ ],
+ 'Threshold' => [
+ 'description' => '',
+ 'example' => '3000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"Total\\": 100,\\n \\"Content\\": [\\n {\\n \\"WarnLevel\\": 5,\\n \\"Frequency\\": 10,\\n \\"Contacts\\": \\"[[\\\\\\"DingTalk\\\\\\", \\\\\\"机器人令牌\\\\\\", \\\\\\"组名\\\\\\"], [\\\\\\"DingTalk\\\\\\", \\\\\\"机器人令牌2\\\\\\", \\\\\\"组名2\\\\\\"]]\\",\\n \\"Attribute\\": \\"\\\\\\"\\\\\\"\\",\\n \\"WarnType\\": 1,\\n \\"InstanceId\\": \\"SOFAMQ_INSTANCE_000001\\",\\n \\"GmtModified\\": 1570701259403,\\n \\"GroupId\\": \\"GID_TEST\\",\\n \\"AlertTime\\": \\"00:00-23:59\\",\\n \\"DelayTime\\": 5,\\n \\"Topic\\": \\"TP_TEST\\",\\n \\"GmtCreate\\": 1570701259403,\\n \\"WarnStatus\\": 1,\\n \\"BlockTime\\": 10,\\n \\"Operator\\": \\"alipay\\",\\n \\"Threshold\\": 3000,\\n \\"Id\\": 1\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <PageNum>1</PageNum>\\n <PageSize>20</PageSize>\\n <Content>\\n <Operator>alipay</Operator>\\n <WarnType>1</WarnType>\\n <Attribute>\\"\\"</Attribute>\\n <InstanceId>SOFAMQ_INSTANCE_000001</InstanceId>\\n <BlockTime>10</BlockTime>\\n <GmtModified>1570701259403</GmtModified>\\n <DelayTime>5</DelayTime>\\n <AlertTime>00:00-23:59</AlertTime>\\n <GroupId>GID_TEST</GroupId>\\n <WarnStatus>1</WarnStatus>\\n <GmtCreate>1570701259403</GmtCreate>\\n <WarnLevel>5</WarnLevel>\\n <Contacts>[[\\"DingTalk\\", \\"机器人令牌\\", \\"组名\\"], [\\"DingTalk\\", \\"机器人令牌2\\", \\"组名2\\"]]</Contacts>\\n <Frequency>10</Frequency>\\n <Id>1</Id>\\n <Topic>TP_TEST</Topic>\\n <Threshold>3000</Threshold>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ ],
+ 'ListMqSofamqWarnHistory' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ00A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'Group ID',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'GID_TEST',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'INSTANCE_XXX',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'TP_TEST',
+ ],
+ ],
+ [
+ 'name' => 'WarnId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '4',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '20',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'WarnId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'GroupId' => [
+ 'description' => 'Group ID',
+ 'type' => 'string',
+ 'example' => 'GID_TEST',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TP_TEST',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570701259403',
+ ],
+ 'WarnInfo' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570701259403',
+ ],
+ 'Cell' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'RZ00A',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"Total\\": 10,\\n \\"Content\\": [\\n {\\n \\"WarnId\\": 1,\\n \\"GroupId\\": \\"GID_TEST\\",\\n \\"Topic\\": \\"TP_TEST\\",\\n \\"GmtCreate\\": 1570701259403,\\n \\"WarnInfo\\": \\"\\\\\\"Alert: 消息积压: 609 大于阈值: 600, 消息延时: 23478710ms 大于阈值: 10ms, \\\\\\"\\",\\n \\"InstanceId\\": \\"SOFAMQ_INSTANCE_000001\\",\\n \\"GmtModified\\": 1570701259403,\\n \\"Cell\\": \\"RZ00A\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <PageNum>1</PageNum>\\n <PageSize>20</PageSize>\\n <Content>\\n <WarnId/>\\n <GmtCreate/>\\n <InstanceId>SOFAMQ_INSTANCE_000001</InstanceId>\\n <GmtModified/>\\n <WarnInfo>\\"Alert: 消息积压: 609 大于阈值: 600, 消息延时: 23478710ms 大于阈值: 10ms, \\"</WarnInfo>\\n <Topic>TP_TEST</Topic>\\n <Cell>RZ00A</Cell>\\n <GroupId>GID_TEST</GroupId>\\n </Content>\\n <Total>10</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'ListMqSofamqWarnHistory',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMqSofamqConsumerAccumulate' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '110354',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaBCGLVK',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'RZ01A',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Detail',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'true',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'GID_test_consumer_id',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ConsumeTps' => [
+ 'description' => '',
+ 'example' => '10',
+ 'type' => 'string',
+ ],
+ 'TotalDiff' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LastTimestamp' => [
+ 'description' => '',
+ 'example' => '1566231000000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DelayTime' => [
+ 'description' => '',
+ 'example' => '10000',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Online' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'DetailInTopicList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'TotalDiff' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DelayTime' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LastTimestamp' => [
+ 'description' => '',
+ 'example' => '1570701259403',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"ConsumeTps\\": \\"10\\",\\n \\"TotalDiff\\": 100,\\n \\"LastTimestamp\\": 1566231000000,\\n \\"DelayTime\\": 10000,\\n \\"Online\\": true,\\n \\"DetailInTopicList\\": [\\n {\\n \\"TotalDiff\\": 0,\\n \\"DelayTime\\": 0,\\n \\"LastTimestamp\\": 1570701259403,\\n \\"Topic\\": \\"test-mq_topic\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <ConsumeTps>10</ConsumeTps>\\n <LastTimestamp>1566231000000</LastTimestamp>\\n <TotalDiff>100</TotalDiff>\\n <DelayTime>10000</DelayTime>\\n <Online>true</Online>\\n <DetailInTopicList>\\n <LastTimestamp>1570701259403</LastTimestamp>\\n <TotalDiff>0</TotalDiff>\\n <DelayTime>0</DelayTime>\\n <Topic>test-mq_topic</Topic>\\n </DetailInTopicList>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ ],
+ 'QueryMqSofamqConsumerConnection' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_consumer_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ConnectionList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RemoteIp' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '42.120.74.**',
+ ],
+ 'ClientAddr' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '30.5.121.**',
+ ],
+ 'Version' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'V4_3_6_SNAPSHOT',
+ ],
+ 'Language' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'JAVA',
+ ],
+ 'ClientId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '30.5.121.**@25560#-1999745829#-1737591554#458773089270275',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"ConnectionList\\": [\\n {\\n \\"RemoteIp\\": \\"42.120.74.**\\",\\n \\"ClientAddr\\": \\"30.5.121.**\\",\\n \\"Version\\": \\"V4_3_6_SNAPSHOT\\",\\n \\"Language\\": \\"JAVA\\",\\n \\"ClientId\\": \\"30.5.121.**@25560#-1999745829#-1737591554#458773089270275\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <ConnectionList>\\n <ClientAddr>30.5.121.**</ClientAddr>\\n <Language>JAVA</Language>\\n <RemoteIp>42.120.74.**</RemoteIp>\\n <Version>V4_3_6_SNAPSHOT</Version>\\n <ClientId>30.5.121.**@25560#-1999745829#-1737591554#458773089270275</ClientId>\\n </ConnectionList>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMqSofamqConsumerConnection',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMqSofamqConsumerTimespan' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'abilityTreeCode' => '110356',
+ 'abilityTreeNodes' => [
+ 'FEATUREsofaBCGLVK',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test-mq_topic',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'MaxTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026804',
+ ],
+ 'MinTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570701231122',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'ConsumeTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026400',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test-mq_topic',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"MaxTimestamp\\": 1570761026804,\\n \\"MinTimestamp\\": 1570701231122,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"ConsumeTimestamp\\": 1570761026400,\\n \\"Topic\\": \\"test-mq_topic\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <MinTimestamp>1570701231122</MinTimestamp>\\n <ConsumeTimestamp>1570761026400</ConsumeTimestamp>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <MaxTimestamp>1570761026804</MaxTimestamp>\\n <Topic>test-mq_topic</Topic>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMqSofamqConsumerTimespan',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMqSofamqDLQMessageByGroupId' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BeginTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1570723200000',
+ ],
+ ],
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1570809600000',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '0BC1310300002A9F000021E4D7A48346',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'TaskId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0BC1310300002A9F000021E4D7A48346',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'StoreSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '407',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'StoreTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026708',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test-mq_topic',
+ ],
+ 'StoreHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '11.220.***.***:10911',
+ ],
+ 'BornTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026630',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'Body' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E0578FE110F18B4AAC235C0C8460BA2',
+ ],
+ 'BodyCrc' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '914112295',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '42.120.**.**:64646',
+ ],
+ 'PropertyList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TAGS',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TagA',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 100,\\n \\"TaskId\\": \\"0BC1310300002A9F000021E4D7A48346\\",\\n \\"Content\\": [\\n {\\n \\"StoreSize\\": 407,\\n \\"ReconsumeTimes\\": 1,\\n \\"StoreTimestamp\\": 1570761026708,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"StoreHost\\": \\"11.220.***.***:10911\\",\\n \\"BornTimestamp\\": 1570761026630,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"Body\\": \\"SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv\\",\\n \\"MsgId\\": \\"1E0578FE110F18B4AAC235C0C8460BA2\\",\\n \\"BodyCrc\\": 914112295,\\n \\"BornHost\\": \\"42.120.**.**:64646\\",\\n \\"PropertyList\\": [\\n {\\n \\"Name\\": \\"TAGS\\",\\n \\"Value\\": \\"TagA\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <TaskId>0BC1310300002A9F000021E4D7A48346</TaskId>\\n <PageNum>1</PageNum>\\n <PageSize>10</PageSize>\\n <Content>\\n <BornTimestamp>1570761026630</BornTimestamp>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <StoreSize>407</StoreSize>\\n <BornHost>42.120.**.**:64646</BornHost>\\n <BodyCrc>914112295</BodyCrc>\\n <Topic>test-mq_topic</Topic>\\n <Body>SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv</Body>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n <MsgId>1E0578FE110F18B4AAC235C0C8460BA2</MsgId>\\n <StoreHost>11.220.***.***:10911</StoreHost>\\n <StoreTimestamp>1570761026708</StoreTimestamp>\\n </Content>\\n <Content>\\n <PropertyList>\\n <Value>TagA</Value>\\n <Name>TAGS</Name>\\n </PropertyList>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMqSofamqDLQMessageByGroupId',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMqSofamqGroupSubDetail' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'RZ01A',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'SOFAMQ_INSTANCE_000001',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'GroupId' => [
+ 'description' => 'Group ID',
+ 'example' => 'GID_test_group_id',
+ 'type' => 'string',
+ ],
+ 'MessageModel' => [
+ 'description' => '',
+ 'example' => 'CLUSTERING',
+ 'type' => 'string',
+ ],
+ 'Online' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'SubscriptionDataList' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'SubString' => [
+ 'description' => '',
+ 'example' => '*',
+ 'type' => 'string',
+ ],
+ 'Online' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'example' => 'test-mq_topic',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"GroupId\\": \\"GID_test_group_id\\",\\n \\"MessageModel\\": \\"CLUSTERING\\",\\n \\"Online\\": true,\\n \\"SubscriptionDataList\\": [\\n {\\n \\"SubString\\": \\"*\\",\\n \\"Online\\": true,\\n \\"Topic\\": \\"test-mq_topic\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <MessageModel>CLUSTERING</MessageModel>\\n <SubscriptionDataList>\\n <SubString>*</SubString>\\n <Online>true</Online>\\n <Topic>test-mq_topic</Topic>\\n </SubscriptionDataList>\\n <Online>true</Online>\\n <GroupId>GID_test_group_id</GroupId>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ ],
+ 'QueryMqSofamqMessageByKey' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A ',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'Key',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'messageKey1',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test-mq_topic ',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'StoreSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '407',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'StoreTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026708',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test-mq_topic',
+ ],
+ 'StoreHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '11.220.***.***:10911',
+ ],
+ 'BornTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026630',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'Body' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E0578FE110F18B4AAC235C0C8460BA2',
+ ],
+ 'BodyCrc' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '914112295',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '42.120.**.**:64646',
+ ],
+ 'PropertyList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TAGS',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TagA',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": [\\n {\\n \\"StoreSize\\": 407,\\n \\"ReconsumeTimes\\": 1,\\n \\"StoreTimestamp\\": 1570761026708,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"StoreHost\\": \\"11.220.***.***:10911\\",\\n \\"BornTimestamp\\": 1570761026630,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"Body\\": \\"SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv\\",\\n \\"MsgId\\": \\"1E0578FE110F18B4AAC235C0C8460BA2\\",\\n \\"BodyCrc\\": 914112295,\\n \\"BornHost\\": \\"42.120.**.**:64646\\",\\n \\"PropertyList\\": [\\n {\\n \\"Name\\": \\"TAGS\\",\\n \\"Value\\": \\"TagA\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <BornTimestamp>1570761026630</BornTimestamp>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <StoreSize>407</StoreSize>\\n <BornHost>42.120.**.**:64646</BornHost>\\n <BodyCrc>914112295</BodyCrc>\\n <Topic>test-mq_topic</Topic>\\n <Body>SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv</Body>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n <MsgId>1E0578FE110F18B4AAC235C0C8460BA2</MsgId>\\n <StoreHost>11.220.***.***:10911</StoreHost>\\n <StoreTimestamp>1570761026708</StoreTimestamp>\\n</Data>\\n<Data>\\n <PropertyList>\\n <Value>TagA</Value>\\n <Name>TAGS</Name>\\n </PropertyList>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMqSofamqMessageByKey',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'QueryMqSofamqMessageByTopic' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BeginTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1570723200000',
+ ],
+ ],
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1570809600000',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ ],
+ ],
+ [
+ 'name' => 'PageNum',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '20',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '0BC1310300002A9F000021E4D7A48346',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test-mq_topic ',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ 'TaskId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0BC1310300002A9F000021E4D7A48346',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'StoreSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '407',
+ ],
+ 'ReconsumeTimes' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'StoreTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026708',
+ ],
+ 'Topic' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test-mq_topic',
+ ],
+ 'StoreHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '11.220.***.***:10911',
+ ],
+ 'BornTimestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1570761026630',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ 'Body' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv',
+ ],
+ 'MsgId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E0578FE110F18B4AAC235C0C8460BA2',
+ ],
+ 'BodyCrc' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '914112295',
+ ],
+ 'BornHost' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '42.120.**.**:64646',
+ ],
+ 'PropertyList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TAGS',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'TagA',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Data\\": {\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 100,\\n \\"TaskId\\": \\"0BC1310300002A9F000021E4D7A48346\\",\\n \\"Content\\": [\\n {\\n \\"StoreSize\\": 407,\\n \\"ReconsumeTimes\\": 1,\\n \\"StoreTimestamp\\": 1570761026708,\\n \\"Topic\\": \\"test-mq_topic\\",\\n \\"StoreHost\\": \\"11.220.***.***:10911\\",\\n \\"BornTimestamp\\": 1570761026630,\\n \\"InstanceId\\": \\"MQ_INST_111111111111_DOxxxxxx\\",\\n \\"Body\\": \\"SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv\\",\\n \\"MsgId\\": \\"1E0578FE110F18B4AAC235C0C8460BA2\\",\\n \\"BodyCrc\\": 914112295,\\n \\"BornHost\\": \\"42.120.**.**:64646\\",\\n \\"PropertyList\\": [\\n {\\n \\"Name\\": \\"TAGS\\",\\n \\"Value\\": \\"TagA\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>\\n <TaskId>0BC1310300002A9F000021E4D7A48346</TaskId>\\n <PageNum>1</PageNum>\\n <PageSize>10</PageSize>\\n <Content>\\n <BornTimestamp>1570761026630</BornTimestamp>\\n <InstanceId>MQ_INST_111111111111_DOxxxxxx</InstanceId>\\n <StoreSize>407</StoreSize>\\n <BornHost>42.120.**.**:64646</BornHost>\\n <BodyCrc>914112295</BodyCrc>\\n <Topic>test-mq_topic</Topic>\\n <Body>SGVsbG8gTVEg5raT7oWf5p6D5ai05ayt55iv</Body>\\n <ReconsumeTimes>1</ReconsumeTimes>\\n <MsgId>1E0578FE110F18B4AAC235C0C8460BA2</MsgId>\\n <StoreHost>11.220.***.***:10911</StoreHost>\\n <StoreTimestamp>1570761026708</StoreTimestamp>\\n </Content>\\n <Content>\\n <PropertyList>\\n <Value>TagA</Value>\\n <Name>TAGS</Name>\\n </PropertyList>\\n </Content>\\n <Total>100</Total>\\n</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'QueryMqSofamqMessageByTopic',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ResendMqSofamqDLQMessageBatch' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ ],
+ ],
+ [
+ 'name' => 'MsgIds',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1E0578FE110F18B4AAC235C0C******,1E0578FE110F18B4AAC235C0C******',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1E0578FE110F18B4AAC235C0C******,1E0578FE110F18B4AAC235C0C******',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"Data\\": \\"1E0578FE110F18B4AAC235C0C******,1E0578FE110F18B4AAC235C0C******\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<Data>1E0578FE110F18B4AAC235C0C******,1E0578FE110F18B4AAC235C0C******</Data>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'ResendMqSofamqDLQMessageBatch',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ResendMqSofamqDLQMessageById' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => 'RZ01A',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'GID_test_group_id ',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ ],
+ ],
+ [
+ 'name' => 'MsgId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1E0578FE110F18B4AAC235C0C****** ',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'ResendMqSofamqDLQMessageById',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ResetMqSofamqConsumerOffset' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Cell',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'RZ01A',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'GID_test_consumer_id',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ResetTimestamp',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => '1568033253',
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'test-mq-topic ',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'ResetMqSofamqConsumerOffset',
+ ],
+ 'CreateMqSofamqTopic' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '000001',
+ ],
+ ],
+ [
+ 'name' => 'MessageType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Remark',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'CreateMqSofamqTopic',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateMqSofamqTopicRemark' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'MQ_INST_111111111111_DOxxxxxx ',
+ ],
+ ],
+ [
+ 'name' => 'Remark',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test',
+ ],
+ ],
+ [
+ 'name' => 'Topic',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>861E6630-AEC0-4B2D-B214-6CB5E44B7F04</RequestId>\\n<ResultMessage>OK</ResultMessage>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'UpdateMqSofamqTopicRemark',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DescribeCasComputers' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '21',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'opscenter',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '100',
+ ],
+ ],
+ [
+ 'name' => 'Workspace',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'shfinpre',
+ ],
+ ],
+ [
+ 'name' => 'AppServiceIdsRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2144098938',
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '16',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'DB5EB9EB-8690-570B-8A7F-41FF1C89C02E',
+ ],
+ 'ResultMessage' => [
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'type' => 'string',
+ ],
+ 'PageSize' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '75',
+ ],
+ 'Data' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CreationTime' => [
+ 'type' => 'string',
+ ],
+ 'SerialNumber' => [
+ 'type' => 'string',
+ ],
+ 'VpcId' => [
+ 'type' => 'string',
+ ],
+ 'PrivateIp' => [
+ 'type' => 'string',
+ ],
+ 'UtcCreate' => [
+ 'type' => 'string',
+ ],
+ 'ProviderId' => [
+ 'type' => 'string',
+ ],
+ 'ImageIaasId' => [
+ 'type' => 'string',
+ ],
+ 'ImageId' => [
+ 'type' => 'string',
+ ],
+ 'SpecIaasId' => [
+ 'type' => 'string',
+ ],
+ 'DeployMode' => [
+ 'type' => 'string',
+ ],
+ 'IaasId' => [
+ 'type' => 'string',
+ ],
+ 'Initialized' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'AutoRenewPeriod' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'PaasStatus' => [
+ 'type' => 'string',
+ ],
+ 'InstanceChargeType' => [
+ 'type' => 'string',
+ ],
+ 'VSwitchIaasId' => [
+ 'type' => 'string',
+ ],
+ 'WorkspaceId' => [
+ 'type' => 'string',
+ ],
+ 'ImageName' => [
+ 'type' => 'string',
+ ],
+ 'PublicIp' => [
+ 'type' => 'string',
+ ],
+ 'ZoneId' => [
+ 'type' => 'string',
+ ],
+ 'CpuShared' => [
+ 'type' => 'boolean',
+ ],
+ 'IaasType' => [
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'OsBit' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'IaasStatus' => [
+ 'type' => 'string',
+ ],
+ 'NetworkType' => [
+ 'type' => 'string',
+ ],
+ 'Password' => [
+ 'type' => 'string',
+ ],
+ 'Bandwidth' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Description' => [
+ 'type' => 'string',
+ ],
+ 'UtcModified' => [
+ 'type' => 'string',
+ ],
+ 'AppId' => [
+ 'type' => 'string',
+ ],
+ 'OsVersion' => [
+ 'type' => 'string',
+ ],
+ 'LastOpsType' => [
+ 'type' => 'string',
+ ],
+ 'Memory' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Name' => [
+ 'type' => 'string',
+ ],
+ 'CommonImage' => [
+ 'type' => 'boolean',
+ ],
+ 'AutoRenew' => [
+ 'type' => 'boolean',
+ ],
+ 'TenantId2' => [
+ 'type' => 'string',
+ ],
+ 'Os' => [
+ 'type' => 'string',
+ ],
+ 'RegionId' => [
+ 'type' => 'string',
+ ],
+ 'IoOptimized' => [
+ 'type' => 'boolean',
+ ],
+ 'Cpu' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'ElasticIp' => [
+ 'type' => 'string',
+ ],
+ 'ExpiredTime' => [
+ 'type' => 'string',
+ ],
+ 'ThreadsPerCore' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ 'LastOpsOrderId' => [
+ 'type' => 'string',
+ ],
+ 'TenantId' => [
+ 'type' => 'string',
+ ],
+ 'DataDisks' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'EnableAutoSnapshot' => [
+ 'type' => 'boolean',
+ ],
+ 'UtcCreate' => [
+ 'type' => 'string',
+ ],
+ 'IaasId' => [
+ 'type' => 'string',
+ ],
+ 'ProviderId' => [
+ 'type' => 'string',
+ ],
+ 'DeleteAutoSnapshot' => [
+ 'type' => 'boolean',
+ ],
+ 'RegionId' => [
+ 'type' => 'string',
+ ],
+ 'WorkspaceId' => [
+ 'type' => 'string',
+ ],
+ 'UtcModified' => [
+ 'type' => 'string',
+ ],
+ 'Size' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Device' => [
+ 'type' => 'string',
+ ],
+ 'ZoneId' => [
+ 'type' => 'string',
+ ],
+ 'Portable' => [
+ 'type' => 'boolean',
+ ],
+ 'Category' => [
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'type' => 'string',
+ ],
+ 'ImageId' => [
+ 'type' => 'string',
+ ],
+ 'DeleteWithComputer' => [
+ 'type' => 'boolean',
+ ],
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ 'TenantId' => [
+ 'type' => 'string',
+ ],
+ 'Computer' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'IaasId' => [
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Options' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'type' => 'string',
+ ],
+ 'Value' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ 'Tags' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'type' => 'string',
+ ],
+ 'Value' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ 'AssignedAppServiceIds' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'AppServiceIds' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'SystemDisk' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Type' => [
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'EnableAutoSnapshot' => [
+ 'type' => 'boolean',
+ ],
+ 'UtcCreate' => [
+ 'type' => 'string',
+ ],
+ 'IaasId' => [
+ 'type' => 'string',
+ ],
+ 'ProviderId' => [
+ 'type' => 'string',
+ ],
+ 'DeleteAutoSnapshot' => [
+ 'type' => 'boolean',
+ ],
+ 'RegionId' => [
+ 'type' => 'string',
+ ],
+ 'WorkspaceId' => [
+ 'type' => 'string',
+ ],
+ 'UtcModified' => [
+ 'type' => 'string',
+ ],
+ 'Size' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Device' => [
+ 'type' => 'string',
+ ],
+ 'ZoneId' => [
+ 'type' => 'string',
+ ],
+ 'Portable' => [
+ 'type' => 'boolean',
+ ],
+ 'Category' => [
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'type' => 'string',
+ ],
+ 'ImageId' => [
+ 'type' => 'string',
+ ],
+ 'DeleteWithComputer' => [
+ 'type' => 'boolean',
+ ],
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ 'TenantId' => [
+ 'type' => 'string',
+ ],
+ 'Computer' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'type' => 'string',
+ ],
+ 'IaasId' => [
+ 'type' => 'string',
+ ],
+ 'Name' => [
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 16,\\n \\"RequestId\\": \\"DB5EB9EB-8690-570B-8A7F-41FF1C89C02E\\",\\n \\"ResultMessage\\": \\"\\",\\n \\"ResultCode\\": \\"\\",\\n \\"PageSize\\": 0,\\n \\"TotalCount\\": 75,\\n \\"Data\\": [\\n {\\n \\"CreationTime\\": \\"\\",\\n \\"SerialNumber\\": \\"\\",\\n \\"VpcId\\": \\"\\",\\n \\"PrivateIp\\": \\"\\",\\n \\"UtcCreate\\": \\"\\",\\n \\"ProviderId\\": \\"\\",\\n \\"ImageIaasId\\": \\"\\",\\n \\"ImageId\\": \\"\\",\\n \\"SpecIaasId\\": \\"\\",\\n \\"DeployMode\\": \\"\\",\\n \\"IaasId\\": \\"\\",\\n \\"Initialized\\": true,\\n \\"AutoRenewPeriod\\": 0,\\n \\"PaasStatus\\": \\"\\",\\n \\"InstanceChargeType\\": \\"\\",\\n \\"VSwitchIaasId\\": \\"\\",\\n \\"WorkspaceId\\": \\"\\",\\n \\"ImageName\\": \\"\\",\\n \\"PublicIp\\": \\"\\",\\n \\"ZoneId\\": \\"\\",\\n \\"CpuShared\\": true,\\n \\"IaasType\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"OsBit\\": 0,\\n \\"IaasStatus\\": \\"\\",\\n \\"NetworkType\\": \\"\\",\\n \\"Password\\": \\"\\",\\n \\"Bandwidth\\": 0,\\n \\"Description\\": \\"\\",\\n \\"UtcModified\\": \\"\\",\\n \\"AppId\\": \\"\\",\\n \\"OsVersion\\": \\"\\",\\n \\"LastOpsType\\": \\"\\",\\n \\"Memory\\": 0,\\n \\"Name\\": \\"\\",\\n \\"CommonImage\\": true,\\n \\"AutoRenew\\": true,\\n \\"TenantId2\\": \\"\\",\\n \\"Os\\": \\"\\",\\n \\"RegionId\\": \\"\\",\\n \\"IoOptimized\\": true,\\n \\"Cpu\\": 0,\\n \\"ElasticIp\\": \\"\\",\\n \\"ExpiredTime\\": \\"\\",\\n \\"ThreadsPerCore\\": 0,\\n \\"Id\\": \\"\\",\\n \\"LastOpsOrderId\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"DataDisks\\": [\\n {\\n \\"Type\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"EnableAutoSnapshot\\": true,\\n \\"UtcCreate\\": \\"\\",\\n \\"IaasId\\": \\"\\",\\n \\"ProviderId\\": \\"\\",\\n \\"DeleteAutoSnapshot\\": true,\\n \\"RegionId\\": \\"\\",\\n \\"WorkspaceId\\": \\"\\",\\n \\"UtcModified\\": \\"\\",\\n \\"Size\\": 0,\\n \\"Device\\": \\"\\",\\n \\"ZoneId\\": \\"\\",\\n \\"Portable\\": true,\\n \\"Category\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"ImageId\\": \\"\\",\\n \\"DeleteWithComputer\\": true,\\n \\"Id\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"Computer\\": {\\n \\"Status\\": \\"\\",\\n \\"IaasId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Id\\": \\"\\"\\n }\\n }\\n ],\\n \\"Options\\": [\\n {\\n \\"Key\\": \\"\\",\\n \\"Value\\": \\"\\"\\n }\\n ],\\n \\"Tags\\": [\\n {\\n \\"Key\\": \\"\\",\\n \\"Value\\": \\"\\"\\n }\\n ],\\n \\"AssignedAppServiceIds\\": [\\n \\"\\"\\n ],\\n \\"AppServiceIds\\": [\\n \\"\\"\\n ],\\n \\"SystemDisk\\": {\\n \\"Type\\": \\"\\",\\n \\"Status\\": \\"\\",\\n \\"EnableAutoSnapshot\\": true,\\n \\"UtcCreate\\": \\"\\",\\n \\"IaasId\\": \\"\\",\\n \\"ProviderId\\": \\"\\",\\n \\"DeleteAutoSnapshot\\": true,\\n \\"RegionId\\": \\"\\",\\n \\"WorkspaceId\\": \\"\\",\\n \\"UtcModified\\": \\"\\",\\n \\"Size\\": 0,\\n \\"Device\\": \\"\\",\\n \\"ZoneId\\": \\"\\",\\n \\"Portable\\": true,\\n \\"Category\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"ImageId\\": \\"\\",\\n \\"DeleteWithComputer\\": true,\\n \\"Id\\": \\"\\",\\n \\"TenantId\\": \\"\\",\\n \\"Computer\\": {\\n \\"Status\\": \\"\\",\\n \\"IaasId\\": \\"\\",\\n \\"Name\\": \\"\\",\\n \\"Id\\": \\"\\"\\n }\\n }\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'AddMsConfigAttributes' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AttributeName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'age',
+ ],
+ ],
+ [
+ 'name' => 'Desc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ ],
+ ],
+ [
+ 'name' => 'ResourceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '100',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ 'Attribute' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'abcdEFGH1234',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'switch',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Attribute\\": {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>357EA602-4A8C-456E-82D9-720C843F8EE4</RequestId>\\n<Attribute>\\n <Desc>性别</Desc>\\n <InstanceId>9XP0PS5JQHJU</InstanceId>\\n <AttributeName>sex</AttributeName>\\n <Id>11</Id>\\n</Attribute>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'title' => 'AddMsConfigAttributes',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'AddMsConfigResources' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'foo',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Attributes',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => '[ { "attribute_name":"attName", "desc":"some attribute comment" }, ... ]',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Desc',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'abcdEFGH1234',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Region',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'Alipay',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ResourceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'com.alipay.test.resource',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'example' => 'OK',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ 'type' => 'string',
+ ],
+ 'Resource' => [
+ 'description' => '',
+ 'properties' => [
+ 'AppName' => [
+ 'description' => '',
+ 'example' => 'drmdemo',
+ 'type' => 'string',
+ ],
+ 'Region' => [
+ 'description' => '',
+ 'example' => 'Alipay',
+ 'type' => 'string',
+ ],
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'abcdEFGH1234',
+ 'type' => 'string',
+ ],
+ 'ResourceId' => [
+ 'description' => '',
+ 'example' => 'com.alipay.drmResource',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Attributes' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'InstanceId' => [
+ 'description' => '',
+ 'example' => 'abcdEFGH1234',
+ 'type' => 'string',
+ ],
+ 'AttributeName' => [
+ 'description' => '',
+ 'example' => 'switch',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\",\\n \\"Resource\\": {\\n \\"AppName\\": \\"drmdemo\\",\\n \\"Region\\": \\"Alipay\\",\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"ResourceId\\": \\"com.alipay.drmResource\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\",\\n \\"Attributes\\": [\\n {\\n \\"InstanceId\\": \\"abcdEFGH1234\\",\\n \\"AttributeName\\": \\"switch\\",\\n \\"Id\\": 1,\\n \\"Desc\\": \\"活动开关\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<RequestId>AD040CD2-9302-4C74-89A5-2AF0C220B1B9</RequestId>\\n<Resource>\\n <Desc>这是描述</Desc>\\n <InstanceId>AWHNEX3GFLJT</InstanceId>\\n <ResourceId>com.alipay.test.resource1</ResourceId>\\n <Region>Alipay</Region>\\n <Id>44</Id>\\n <AppName>someAppName</AppName>\\n</Resource>\\n<ResultCode>OK</ResultCode>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'AddMsConfigResources',
+ ],
+ 'UpdateRMSUnifiedAlarmRule' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'TAGS',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'CUSTOM',
+ ],
+ ],
+ [
+ 'name' => 'RuleConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '{\\"trafficType\\":\\"i\\",\\"methodName\\":\\"*\\",\\"faultInjectRuleItems\\":[{\\"action\\":{\\"type\\":\\"REJECT\\"},\\"ruleType\\":\\"ABORT\\",\\"configs\\":{\\"faultPercent\\":100}}]} ',
+ ],
+ ],
+ [
+ 'name' => 'AlarmNodata',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Level',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '2',
+ ],
+ ],
+ [
+ 'name' => 'Emergency',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'EmergencyUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'PendingHit',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'RecoveredHit',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Step',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '5',
+ ],
+ ],
+ [
+ 'name' => 'SilenceTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '900',
+ ],
+ ],
+ [
+ 'name' => 'NotifyFiring',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyRecovered',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyNodata',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyTimeFilterJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'Firing',
+ ],
+ ],
+ [
+ 'name' => 'SuspendedStartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'SuspendedEndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'SuspendedReason',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'prod',
+ ],
+ ],
+ [
+ 'name' => 'ChannelsRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ 'required' => true,
+ 'maxItems' => 100,
+ ],
+ ],
+ [
+ 'name' => 'NotifyTarget',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'SubscriberSource' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'LOCAL',
+ ],
+ 'SubscriberType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'USER_GROUP',
+ ],
+ 'Subscriber' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ 'SubscriberUuid' => [
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '400',
+ ],
+ 'SubscriberName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ResultMessage\\": \\"\\",\\n \\"ResultCode\\": \\"\\",\\n \\"RequestId\\": \\"\\"\\n}","type":"json"}]',
+ ],
+ 'CreateRMSUnifiedAlarmRule' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'uitest1645783390369',
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'CUSTOM',
+ ],
+ ],
+ [
+ 'name' => 'RuleConfig',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '{\\"trafficType\\":\\"i\\",\\"methodName\\":\\"*\\",\\"faultInjectRuleItems\\":[{\\"action\\":{\\"type\\":\\"REJECT\\"},\\"ruleType\\":\\"ABORT\\",\\"configs\\":{\\"faultPercent\\":100}}]} ',
+ ],
+ ],
+ [
+ 'name' => 'AlarmNodata',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Level',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Emergency',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'EmergencyUrl',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'PendingHit',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'RecoveredHit',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'Step',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'SilenceTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '300',
+ ],
+ ],
+ [
+ 'name' => 'NotifyFiring',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyRecovered',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyNodata',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ ],
+ ],
+ [
+ 'name' => 'NotifyTimeFilterJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'prod',
+ ],
+ ],
+ [
+ 'name' => 'ChannelsRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ 'required' => true,
+ 'maxItems' => 100,
+ ],
+ ],
+ [
+ 'name' => 'NotifyTarget',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'SubscriberSource' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'LOCAL',
+ ],
+ 'SubscriberType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'USER_GROUP',
+ ],
+ 'Subscriber' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ 'SubscriberUuid' => [
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '400',
+ ],
+ 'SubscriberName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '5F656C56-F99E-5C1E-AE7F-D9F78AC8D706',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"5F656C56-F99E-5C1E-AE7F-D9F78AC8D706\\"\\n}","type":"json"}]',
+ ],
+ 'DeleteRMSUnifiedAlarmRule' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'maximum' => '9223372036854775807',
+ 'minimum' => '0',
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'prod',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '861E6630-AEC0-4B2D-B214-6CB5E44B7F04',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ResultMessage\\": \\"OK\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"861E6630-AEC0-4B2D-B214-6CB5E44B7F04\\"\\n}","type":"json"}]',
+ ],
+ 'QueryRMSUnifiedAlarmEvent' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmLevel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'enumValueTitles' => [
+ 2 => '',
+ 4 => '',
+ '',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'AlarmTargetType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'Keyword',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'AlarmRuleId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmStackInfoJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmRuleUuid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmTargetKeyword',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmStatusRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'UnifiedAlarmEventList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmTargetType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmStartTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SilenceRemainTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'DataSourceName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRecoverTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRuleId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmHistoryId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmContent' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrlWithDomain' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTargetDeleted' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ ],
+ 'AlarmLevel' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmEventId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTarget' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmHistoryList' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AlarmTargetType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'DataSourceName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'EventId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'WorkspaceId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'UniqueIdentity' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmRuleId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmDetail' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmContent' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrlWithDomain' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTargetDeleted' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ ],
+ 'AlarmLevel' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmTarget' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 0,\\n \\"RequestId\\": \\"\\",\\n \\"ResultMessage\\": \\"\\",\\n \\"ResultCode\\": \\"\\",\\n \\"PageSize\\": 0,\\n \\"TotalCount\\": 0,\\n \\"UnifiedAlarmEventList\\": [\\n {\\n \\"Status\\": 0,\\n \\"AlarmTargetType\\": \\"\\",\\n \\"AlarmStartTime\\": \\"\\",\\n \\"SilenceRemainTime\\": 0,\\n \\"DataSourceName\\": \\"\\",\\n \\"AlarmType\\": \\"\\",\\n \\"AlarmRecoverTime\\": \\"\\",\\n \\"AlarmRuleId\\": 0,\\n \\"AlarmHistoryId\\": 0,\\n \\"AlarmContent\\": \\"\\",\\n \\"AlarmUrl\\": \\"\\",\\n \\"AlarmUrlWithDomain\\": \\"\\",\\n \\"AlarmTargetDeleted\\": true,\\n \\"AlarmLevel\\": 0,\\n \\"AlarmEventId\\": \\"\\",\\n \\"AlarmTarget\\": \\"\\",\\n \\"AlarmHistoryList\\": [\\n {\\n \\"AlarmTargetType\\": \\"\\",\\n \\"Status\\": 0,\\n \\"DataSourceName\\": \\"\\",\\n \\"AlarmType\\": \\"\\",\\n \\"GmtModified\\": \\"\\",\\n \\"EventId\\": \\"\\",\\n \\"WorkspaceId\\": 0,\\n \\"UniqueIdentity\\": \\"\\",\\n \\"AlarmTime\\": 0,\\n \\"AlarmRuleId\\": 0,\\n \\"GmtCreate\\": \\"\\",\\n \\"AlarmDetail\\": \\"\\",\\n \\"AlarmUrl\\": \\"\\",\\n \\"AlarmContent\\": \\"\\",\\n \\"AlarmUrlWithDomain\\": \\"\\",\\n \\"AlarmTargetDeleted\\": true,\\n \\"AlarmLevel\\": 0,\\n \\"Id\\": 0,\\n \\"TenantId\\": 0,\\n \\"AlarmTarget\\": \\"\\",\\n \\"AlarmRuleName\\": \\"\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'QueryRMSUnifiedAlarmRule' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Keyword',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'Level',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmTargetJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'RuleStatus',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'AlarmStatus',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'OnlyMe',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'RuleId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'RuleUniqueIdentity',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'Category',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'RefDatasourceType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'datasource',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmRules' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'NotifyTplId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Channels' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'NotifyFiring' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'NotifyEmpty' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Creator' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'NotifyTimeFilter' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Modifier' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'NotifyRecovered' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'SuspendedStartTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Deleted' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'SuspendedReason' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'PendingHit' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'RecoveredHit' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmEmpty' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'SilenceTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AlarmStatus' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Emergency' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SourceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SuspendedEndTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Step' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'WorkspaceId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'UniqueIdentity' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'TimeZone' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'EmergencyUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Category' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Level' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'RuleConfig' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ConditionsDes' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 500 => [
+ [
+ 'errorCode' => 'ServerInernalError',
+ 'errorMessage' => 'A server internal error occurred while processing your request. Contact the administrator.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 0,\\n \\"RequestId\\": \\"\\",\\n \\"ResultMessage\\": \\"\\",\\n \\"ResultCode\\": \\"\\",\\n \\"PageSize\\": 0,\\n \\"TotalCount\\": 0,\\n \\"AlarmRules\\": [\\n {\\n \\"Status\\": 0,\\n \\"NotifyTplId\\": 0,\\n \\"Channels\\": \\"\\",\\n \\"NotifyFiring\\": 0,\\n \\"GmtModified\\": \\"\\",\\n \\"NotifyEmpty\\": 0,\\n \\"Creator\\": \\"\\",\\n \\"NotifyTimeFilter\\": \\"\\",\\n \\"Modifier\\": \\"\\",\\n \\"NotifyRecovered\\": 0,\\n \\"SuspendedStartTime\\": 0,\\n \\"Deleted\\": 0,\\n \\"SuspendedReason\\": \\"\\",\\n \\"PendingHit\\": 0,\\n \\"Name\\": \\"\\",\\n \\"RecoveredHit\\": 0,\\n \\"AlarmEmpty\\": 0,\\n \\"SilenceTime\\": 0,\\n \\"AlarmStatus\\": 0,\\n \\"Emergency\\": \\"\\",\\n \\"SourceId\\": \\"\\",\\n \\"SuspendedEndTime\\": 0,\\n \\"Step\\": 0,\\n \\"WorkspaceId\\": 0,\\n \\"UniqueIdentity\\": \\"\\",\\n \\"TimeZone\\": \\"\\",\\n \\"EmergencyUrl\\": \\"\\",\\n \\"GmtCreate\\": \\"\\",\\n \\"Category\\": \\"\\",\\n \\"Level\\": 0,\\n \\"Id\\": 0,\\n \\"TenantId\\": 0,\\n \\"RuleConfig\\": \\"\\",\\n \\"ConditionsDes\\": [\\n \\"\\"\\n ]\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'QueryRMSUnifiedAlarmHistory' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Start',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1668911820000',
+ ],
+ ],
+ [
+ 'name' => 'End',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1662516900000',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '2',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'AlarmTargetType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'APP',
+ ],
+ ],
+ [
+ 'name' => 'AlarmTarget',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => 'PlanetKms',
+ ],
+ ],
+ [
+ 'name' => 'AlarmLevel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'AlarmStackInfoJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'example' => '{\\"DatasourceType\\":\\"STACK\\",\\"AlarmTargetType\\":\\"APP\\",\\"AlarmTargetIdentify\\":\\"prod-app-twc-universal\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '5',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'CB2B427A-E370-5599-8872-A249F8EFD859',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'workspace not found with name TWCProd, tenant_id 0008528286',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '120',
+ ],
+ 'AlarmHistories' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AlarmTargetType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'APP',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'DataSourceName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ant_intel_hz',
+ ],
+ 'AlarmType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'APP',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-04-02 21:53:24',
+ ],
+ 'EventId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '355402_1670998540000_598877597',
+ ],
+ 'WorkspaceId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'UniqueIdentity' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '174851af-6c56-4d8b-8cc7-9f998e752f09',
+ ],
+ 'AlarmTime' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1671088115000',
+ ],
+ 'AlarmRuleId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '860',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-04-02 21:53:24',
+ ],
+ 'AlarmDetail' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AlarmUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '/rms/sofacloud/sofa_app/view/a?workspaceName=b&tenantName=c',
+ ],
+ 'AlarmContent' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AlarmUrlWithDomain' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://www.alipay.com/rms/sofacloud/sofa_app/view/a?workspaceName=b&tenantName=c',
+ ],
+ 'AlarmTargetDeleted' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'AlarmLevel' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '3376',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'AlarmTarget' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'sibei_1229_1',
+ ],
+ 'AlarmRuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 5,\\n \\"RequestId\\": \\"CB2B427A-E370-5599-8872-A249F8EFD859\\",\\n \\"ResultMessage\\": \\"workspace not found with name TWCProd, tenant_id 0008528286\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 120,\\n \\"AlarmHistories\\": [\\n {\\n \\"AlarmTargetType\\": \\"APP\\",\\n \\"Status\\": 1,\\n \\"DataSourceName\\": \\"ant_intel_hz\\",\\n \\"AlarmType\\": \\"APP\\",\\n \\"GmtModified\\": \\"2020-04-02 21:53:24\\",\\n \\"EventId\\": \\"355402_1670998540000_598877597\\",\\n \\"WorkspaceId\\": 1,\\n \\"UniqueIdentity\\": \\"174851af-6c56-4d8b-8cc7-9f998e752f09\\",\\n \\"AlarmTime\\": 1671088115000,\\n \\"AlarmRuleId\\": 860,\\n \\"GmtCreate\\": \\"2020-04-02 21:53:24\\",\\n \\"AlarmDetail\\": \\"[{\\\\\\"datasource\\\\\\":\\\\\\"basic@@machinePortCheck\\\\\\",\\\\\\"tags\\\\\\":[{\\\\\\"key\\\\\\":\\\\\\"cluster\\\\\\",\\\\\\"value\\\\\\":\\\\\\"default-kernel\\\\\\"},{\\\\\\"key\\\\\\":\\\\\\"hostname\\\\\\",\\\\\\"value\\\\\\":\\\\\\"100.83.13.115\\\\\\"},{\\\\\\"key\\\\\\":\\\\\\"port\\\\\\",\\\\\\"value\\\\\\":\\\\\\"22\\\\\\"}],\\\\\\"conditionValues\\\\\\":[{\\\\\\"condition\\\\\\":{\\\\\\"metric\\\\\\":\\\\\\"total\\\\\\",\\\\\\"metricDisplayName\\\\\\":\\\\\\"总量\\\\\\",\\\\\\"type\\\\\\":\\\\\\"Current\\\\\\",\\\\\\"compareOperation\\\\\\":\\\\\\"LT\\\\\\",\\\\\\"N\\\\\\":0,\\\\\\"threshold\\\\\\":10000.0,\\\\\\"conditionDesc\\\\\\":\\\\\\"total 当前时间 > 10000.0\\\\\\"},\\\\\\"value\\\\\\":1.0}]}]\\",\\n \\"AlarmUrl\\": \\"/rms/sofacloud/sofa_app/view/a?workspaceName=b&tenantName=c\\",\\n \\"AlarmContent\\": \\"[测试实例] [cluster:default-kernel hostname:100.83.13.115 port:22 cluster:antcloud-middlewaredev-import-cluster-38742336 namespace:kube-system] 物理机端口探测/总量 当前时间的值 1.000 < 10000.00\\",\\n \\"AlarmUrlWithDomain\\": \\"http://www.alipay.com/rms/sofacloud/sofa_app/view/a?workspaceName=b&tenantName=c\\",\\n \\"AlarmTargetDeleted\\": false,\\n \\"AlarmLevel\\": 1,\\n \\"Id\\": 3376,\\n \\"TenantId\\": 1,\\n \\"AlarmTarget\\": \\"sibei_1229_1\\",\\n \\"AlarmRuleName\\": \\"bvtcase测试\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'QueryRMSUnifiedAlarmNotifyHistory' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'enumValueTitles' => [
+ '',
+ '',
+ ],
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Channel',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Subscriber',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'CurrentPage',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'EventId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Keyword',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AlarmRuleId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'AlarmStatus',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'enumValueTitles' => [
+ 2 => '',
+ 4 => '',
+ '',
+ ],
+ 'format' => 'int64',
+ 'required' => false,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'AlarmStackInfoJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DashboardQueryParamJsonStr',
+ 'in' => 'formData',
+ 'schema' => [
+ 'docRequired' => false,
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AlarmSubscribers',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'SubscriberSource' => [
+ 'description' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ 'SubscriberType' => [
+ 'description' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ 'Subscriber' => [
+ 'description' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ 'SubscriberUuid' => [
+ 'description' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ 'SubscriberName' => [
+ 'description' => '',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ 'required' => false,
+ 'type' => 'object',
+ ],
+ 'maxItems' => 100,
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'CurrentPage' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'AlarmNotifyHistories' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'AlarmSilenceTime' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'NotifyContent' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRuleId' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'Subscriber' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Channel' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTargetDeleted' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ ],
+ 'AlarmLevel' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'AlarmEventId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTargetType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SubscriberType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmStatus' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DataSourceName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmRuleUuid' => [
+ 'type' => 'string',
+ ],
+ 'WorkspaceId' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SubscriberSource' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmTime' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'AggCount' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'AlarmTargetIdentify' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmHistoryId' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'AlarmUrlWithDomain' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'TraceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SubscriberName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'AlarmNotifySubs' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'SubscriberSource' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'Subscriber' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SubscriberUuid' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SubscriberType' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ 'SubscriberName' => [
+ 'description' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"B4C10721-BD3E-5F45-AF3C-880715462315\\",\\n \\"ResultMessage\\": \\"Rpc error\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 84,\\n \\"AlarmNotifyHistories\\": [\\n {\\n \\"AlarmSilenceTime\\": 20,\\n \\"Status\\": 0,\\n \\"ErrorMessage\\": \\"Specified private IP address is duplicated.\\",\\n \\"AlarmType\\": \\"APP\\",\\n \\"GmtModified\\": \\"2020-03-18 21:47:32\\",\\n \\"NotifyContent\\": \\"\\",\\n \\"AlarmRuleId\\": 5839,\\n \\"Subscriber\\": \\"400\\",\\n \\"Channel\\": \\"DD_WEBHOOK\\",\\n \\"AlarmTargetDeleted\\": true,\\n \\"AlarmLevel\\": 1,\\n \\"AlarmEventId\\": \\"356454_1670377620000_1650847553\\",\\n \\"AlarmRuleName\\": \\"bvtcase测试\\",\\n \\"AlarmTargetType\\": \\"APP\\",\\n \\"SubscriberType\\": \\"USER_GROUP\\",\\n \\"AlarmStatus\\": 2,\\n \\"DataSourceName\\": \\"交易成功量\\",\\n \\"AlarmRuleUuid\\": \\"\\",\\n \\"WorkspaceId\\": 1,\\n \\"SubscriberSource\\": \\"LOCAL\\",\\n \\"AlarmTime\\": 1671076740000,\\n \\"AggCount\\": 1,\\n \\"AlarmTargetIdentify\\": \\"monitorprod\\",\\n \\"AlarmHistoryId\\": 27313821,\\n \\"GmtCreate\\": \\"2020-03-13 02:25:08\\",\\n \\"AlarmUrl\\": \\"/rms/sofacloud/sofa_app/view/a?workspaceName=b&amp;tenantName=c\\",\\n \\"AlarmUrlWithDomain\\": \\"http://www.alipay.com/rms/sofacloud/sofa_app/view/a?workspaceName=b&amp;tenantName=c\\",\\n \\"TraceId\\": \\"0a6481081662012458401682123\\",\\n \\"Id\\": 73738,\\n \\"TenantId\\": 1,\\n \\"SubscriberName\\": \\"mike\\"\\n }\\n ],\\n \\"AlarmNotifySubs\\": [\\n {\\n \\"SubscriberSource\\": \\"LOCAL\\",\\n \\"Subscriber\\": \\"400\\",\\n \\"SubscriberUuid\\": \\"839f5cf92ab3435385ef3949c001a7a8\\",\\n \\"SubscriberType\\": \\"USER_GROUP\\",\\n \\"SubscriberName\\": \\"mike\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'QueryRMSMetrics' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Start',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1636308360000',
+ ],
+ ],
+ [
+ 'name' => 'End',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1632278280000',
+ ],
+ ],
+ [
+ 'name' => 'Plugin',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'enumValueTitles' => [
+ 'SEC' => 'SEC',
+ 'STACK' => 'STACK',
+ 'MM' => 'MM',
+ 'SPM' => 'SPM',
+ 'SM' => 'SM',
+ ],
+ 'example' => 'SM',
+ ],
+ ],
+ [
+ 'name' => 'DsId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '2643',
+ ],
+ ],
+ [
+ 'name' => 'ContentType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ 'enumValueTitles' => [
+ 'SPM' => 'SPM',
+ 'KEYSET' => 'KEYSET',
+ 'SINGLE_KEY_STAT' => 'SINGLE_KEY_STAT',
+ 'INDEXABLE_MULTI_KEY_STAT' => 'INDEXABLE_MULTI_KEY_STAT',
+ ],
+ 'example' => 'INDEXABLE_MULTI_KEY_STAT',
+ ],
+ ],
+ [
+ 'name' => 'WorkspaceName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'prod',
+ ],
+ ],
+ [
+ 'name' => 'PeriodType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => false,
+ ],
+ ],
+ [
+ 'name' => 'FieldsRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ [
+ 'name' => 'Where',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'app',
+ ],
+ 'Value' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'monitorprod',
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => false,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '""',
+ ],
+ 'ResultCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '38D23571-2FDD-5A3B-AF04-15A30B96D11B',
+ ],
+ 'Result' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{"success":true,"message":"query ok, time cost: 33ms, pontus@{}","data":[{"tags":{},"datasByTime":{"1646014620000":[18730.0],"1646012400000":[17849.0],"1646010180000":[17860.0],"1646014140000":[18832.0],"1646011920000":[17843.0],"1646013660000":[17799.0],"1646011440000":[17803.0],"1646015400000":[17988.0],"1646013180000":[17851.0],"1646010960000":[17895.0],"1646014920000":[17628.0],"1646012700000":[17937.0],"1646010480000":[17757.0],"1646012580000":[17815.0],"1646014440000":[17785.0],"1646010000000":[17791.0],"1646012100000":[17785.0],"1646013960000":[17895.0],"1646011620000":[17822.0],"1646013480000":[17809.0],"1646015580000":[18780.0],"1646011140000":[17805.0],"1646013000000":[17682.0],"1646015100000":[18924.0],"1646010660000":[17819.0],"1646010540000":[17653.0],"1646014740000":[17848.0],"1646012280000":[17861.0],"1646010060000":[17787.0],"1646014260000":[17770.0],"1646011800000":[17990.0],"1646013780000":[17942.0],"1646011320000":[17749.0],"1646015520000":[18159.0],"1646013300000":[17889.0],"1646010840000":[17755.0],"1646015040000":[18836.0],"1646012820000":[17878.0],"1646010360000":[17829.0],"1646012460000":[17896.0],"1646014560000":[18979.0],"1646009880000":[17798.0],"1646011980000":[17806.0],"1646014080000":[17337.0],"1646011500000":[17801.0],"1646013600000":[17940.0],"1646015700000":[17885.0],"1646015220000":[18172.0],"1646011020000":[17757.0],"1646013120000":[17650.0],"1646012640000":[17825.0],"1646010420000":[17767.0],"1646014380000":[17769.0],"1646012160000":[17806.0],"1646009940000":[17769.0],"1646013900000":[17789.0],"1646011680000":[17808.0],"1646015640000":[17905.0],"1646013420000":[17888.0],"1646011200000":[17782.0],"1646015160000":[17304.0],"1646012940000":[17807.0],"1646010720000":[17821.0],"1646014680000":[17759.0],"1646010240000":[17749.0],"1646012340000":[17826.0],"1646014200000":[18874.0],"1646011860000":[17909.0],"1646013720000":[17905.0],"1646015820000":[null],"1646011380000":[17792.0],"1646013240000":[17841.0],"1646015340000":[17853.0],"1646010900000":[17811.0],"1646012760000":[17831.0],"1646014860000":[18881.0],"1646012520000":[17836.0],"1646014500000":[17888.0],"1646010300000":[17793.0],"1646012040000":[17745.0],"1646009820000":[17785.0],"1646014020000":[18936.0],"1646011560000":[17805.0],"1646015760000":[17891.0],"1646013540000":[17843.0],"1646011080000":[17773.0],"1646015280000":[18916.0],"1646013060000":[17858.0],"1646010600000":[17774.0],"1646014800000":[18913.0],"1646010120000":[17848.0],"1646012220000":[17738.0],"1646014320000":[17758.0],"1646011740000":[17766.0],"1646013840000":[17811.0],"1646011260000":[17764.0],"1646013360000":[17872.0],"1646015460000":[17721.0],"1646010780000":[17763.0],"1646012880000":[17821.0],"1646014980000":[17770.0]},"dataMapByTime":{}}],"ip":"11.124.205.28","attend":{"attends":{"FIN-PAAS-DEV":{"expect":30.0,"actual":30.0}},"attendsByIdc":{"FIN-PAAS-DEV":{"1646015760000":{"expect":2.0,"actual":2.0},"1646015700000":{"expect":2.0,"actual":2.0},"1646015640000":{"expect":2.0,"actual":2.0},"1646015580000":{"expect":2.0,"actual":2.0},"1646015520000":{"expect":2.0,"actual":2.0},"1646015460000":{"expect":2.0,"actual":2.0},"1646015400000":{"expect":2.0,"actual":2.0},"1646015340000":{"expect":2.0,"actual":2.0},"1646015220000":{"expect":2.0,"actual":2.0},"1646015280000":{"expect":2.0,"actual":2.0},"1646015160000":{"expect":2.0,"actual":2.0},"1646015100000":{"expect":2.0,"actual":2.0},"1646015040000":{"expect":2.0,"actual":2.0},"1646014980000":{"expect":2.0,"actual":2.0},"1646014920000":{"expect":2.0,"actual":2.0}}}}}',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ResultMessage\\": \\"\\\\\\"\\\\\\"\\",\\n \\"ResultCode\\": \\"OK\\",\\n \\"RequestId\\": \\"38D23571-2FDD-5A3B-AF04-15A30B96D11B\\",\\n \\"Result\\": \\"{\\\\\\"success\\\\\\":true,\\\\\\"message\\\\\\":\\\\\\"query ok, time cost: 33ms, pontus@{}\\\\\\",\\\\\\"data\\\\\\":[{\\\\\\"tags\\\\\\":{},\\\\\\"datasByTime\\\\\\":{\\\\\\"1646014620000\\\\\\":[18730.0],\\\\\\"1646012400000\\\\\\":[17849.0],\\\\\\"1646010180000\\\\\\":[17860.0],\\\\\\"1646014140000\\\\\\":[18832.0],\\\\\\"1646011920000\\\\\\":[17843.0],\\\\\\"1646013660000\\\\\\":[17799.0],\\\\\\"1646011440000\\\\\\":[17803.0],\\\\\\"1646015400000\\\\\\":[17988.0],\\\\\\"1646013180000\\\\\\":[17851.0],\\\\\\"1646010960000\\\\\\":[17895.0],\\\\\\"1646014920000\\\\\\":[17628.0],\\\\\\"1646012700000\\\\\\":[17937.0],\\\\\\"1646010480000\\\\\\":[17757.0],\\\\\\"1646012580000\\\\\\":[17815.0],\\\\\\"1646014440000\\\\\\":[17785.0],\\\\\\"1646010000000\\\\\\":[17791.0],\\\\\\"1646012100000\\\\\\":[17785.0],\\\\\\"1646013960000\\\\\\":[17895.0],\\\\\\"1646011620000\\\\\\":[17822.0],\\\\\\"1646013480000\\\\\\":[17809.0],\\\\\\"1646015580000\\\\\\":[18780.0],\\\\\\"1646011140000\\\\\\":[17805.0],\\\\\\"1646013000000\\\\\\":[17682.0],\\\\\\"1646015100000\\\\\\":[18924.0],\\\\\\"1646010660000\\\\\\":[17819.0],\\\\\\"1646010540000\\\\\\":[17653.0],\\\\\\"1646014740000\\\\\\":[17848.0],\\\\\\"1646012280000\\\\\\":[17861.0],\\\\\\"1646010060000\\\\\\":[17787.0],\\\\\\"1646014260000\\\\\\":[17770.0],\\\\\\"1646011800000\\\\\\":[17990.0],\\\\\\"1646013780000\\\\\\":[17942.0],\\\\\\"1646011320000\\\\\\":[17749.0],\\\\\\"1646015520000\\\\\\":[18159.0],\\\\\\"1646013300000\\\\\\":[17889.0],\\\\\\"1646010840000\\\\\\":[17755.0],\\\\\\"1646015040000\\\\\\":[18836.0],\\\\\\"1646012820000\\\\\\":[17878.0],\\\\\\"1646010360000\\\\\\":[17829.0],\\\\\\"1646012460000\\\\\\":[17896.0],\\\\\\"1646014560000\\\\\\":[18979.0],\\\\\\"1646009880000\\\\\\":[17798.0],\\\\\\"1646011980000\\\\\\":[17806.0],\\\\\\"1646014080000\\\\\\":[17337.0],\\\\\\"1646011500000\\\\\\":[17801.0],\\\\\\"1646013600000\\\\\\":[17940.0],\\\\\\"1646015700000\\\\\\":[17885.0],\\\\\\"1646015220000\\\\\\":[18172.0],\\\\\\"1646011020000\\\\\\":[17757.0],\\\\\\"1646013120000\\\\\\":[17650.0],\\\\\\"1646012640000\\\\\\":[17825.0],\\\\\\"1646010420000\\\\\\":[17767.0],\\\\\\"1646014380000\\\\\\":[17769.0],\\\\\\"1646012160000\\\\\\":[17806.0],\\\\\\"1646009940000\\\\\\":[17769.0],\\\\\\"1646013900000\\\\\\":[17789.0],\\\\\\"1646011680000\\\\\\":[17808.0],\\\\\\"1646015640000\\\\\\":[17905.0],\\\\\\"1646013420000\\\\\\":[17888.0],\\\\\\"1646011200000\\\\\\":[17782.0],\\\\\\"1646015160000\\\\\\":[17304.0],\\\\\\"1646012940000\\\\\\":[17807.0],\\\\\\"1646010720000\\\\\\":[17821.0],\\\\\\"1646014680000\\\\\\":[17759.0],\\\\\\"1646010240000\\\\\\":[17749.0],\\\\\\"1646012340000\\\\\\":[17826.0],\\\\\\"1646014200000\\\\\\":[18874.0],\\\\\\"1646011860000\\\\\\":[17909.0],\\\\\\"1646013720000\\\\\\":[17905.0],\\\\\\"1646015820000\\\\\\":[null],\\\\\\"1646011380000\\\\\\":[17792.0],\\\\\\"1646013240000\\\\\\":[17841.0],\\\\\\"1646015340000\\\\\\":[17853.0],\\\\\\"1646010900000\\\\\\":[17811.0],\\\\\\"1646012760000\\\\\\":[17831.0],\\\\\\"1646014860000\\\\\\":[18881.0],\\\\\\"1646012520000\\\\\\":[17836.0],\\\\\\"1646014500000\\\\\\":[17888.0],\\\\\\"1646010300000\\\\\\":[17793.0],\\\\\\"1646012040000\\\\\\":[17745.0],\\\\\\"1646009820000\\\\\\":[17785.0],\\\\\\"1646014020000\\\\\\":[18936.0],\\\\\\"1646011560000\\\\\\":[17805.0],\\\\\\"1646015760000\\\\\\":[17891.0],\\\\\\"1646013540000\\\\\\":[17843.0],\\\\\\"1646011080000\\\\\\":[17773.0],\\\\\\"1646015280000\\\\\\":[18916.0],\\\\\\"1646013060000\\\\\\":[17858.0],\\\\\\"1646010600000\\\\\\":[17774.0],\\\\\\"1646014800000\\\\\\":[18913.0],\\\\\\"1646010120000\\\\\\":[17848.0],\\\\\\"1646012220000\\\\\\":[17738.0],\\\\\\"1646014320000\\\\\\":[17758.0],\\\\\\"1646011740000\\\\\\":[17766.0],\\\\\\"1646013840000\\\\\\":[17811.0],\\\\\\"1646011260000\\\\\\":[17764.0],\\\\\\"1646013360000\\\\\\":[17872.0],\\\\\\"1646015460000\\\\\\":[17721.0],\\\\\\"1646010780000\\\\\\":[17763.0],\\\\\\"1646012880000\\\\\\":[17821.0],\\\\\\"1646014980000\\\\\\":[17770.0]},\\\\\\"dataMapByTime\\\\\\":{}}],\\\\\\"ip\\\\\\":\\\\\\"11.124.205.28\\\\\\",\\\\\\"attend\\\\\\":{\\\\\\"attends\\\\\\":{\\\\\\"FIN-PAAS-DEV\\\\\\":{\\\\\\"expect\\\\\\":30.0,\\\\\\"actual\\\\\\":30.0}},\\\\\\"attendsByIdc\\\\\\":{\\\\\\"FIN-PAAS-DEV\\\\\\":{\\\\\\"1646015760000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015700000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015640000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015580000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015520000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015460000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015400000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015340000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015220000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015280000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015160000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015100000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646015040000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646014980000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0},\\\\\\"1646014920000\\\\\\":{\\\\\\"expect\\\\\\":2.0,\\\\\\"actual\\\\\\":2.0}}}}}\\"\\n}","type":"json"}]',
+ ],
+ 'LogoutMsRegistryService' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ ],
+ ],
+ [
+ 'name' => 'ServerIpsRepeatList',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ ],
+ 'required' => true,
+ 'maxItems' => 100,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'ResultMessage' => [
+ 'type' => 'string',
+ ],
+ 'ResultCode' => [
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 500 => [
+ [
+ 'errorCode' => 'UnknowError.SystemError',
+ 'errorMessage' => 'An unknown error occurred in the system.',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'sofa.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'sofa.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-finance',
+ 'endpoint' => 'sofa.cn-hangzhou-finance.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-finance-1',
+ 'endpoint' => 'sofa.cn-shanghai-finance-1.aliyuncs.com',
+ ],
+ ],
+];