'1.0', 'info' => ['style' => 'ROA', 'product' => 'RocketMQ', 'version' => '2022-08-01'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'AddDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'topics' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'regionId' => ['type' => 'string', 'required' => false], 'instanceType' => ['type' => 'string', 'required' => false], 'instanceId' => ['type' => 'string', 'required' => false], 'topicName' => ['type' => 'string', 'required' => false], 'consumerGroupId' => ['type' => 'string', 'deprecated' => true, 'required' => false], 'deliveryOrderType' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], 'ChangeResourceGroup' => [ 'path' => '/resourceGroup/change', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'resourceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'regionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateConsumerGroup' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'remark' => ['type' => 'string', 'required' => false], 'deliveryOrderType' => [ 'type' => 'string', 'required' => true, 'enum' => ['Orderly', 'Concurrently'], ], 'consumeRetryPolicy' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'maxRetryTimes' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'retryPolicy' => [ 'type' => 'string', 'required' => true, 'enum' => ['DefaultRetryPolicy', 'FixedRetryPolicy'], ], 'deadLetterTargetTopic' => ['type' => 'string', 'required' => false], 'fixedIntervalRetryTime' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'maxReceiveTps' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'messageModel' => [ 'type' => 'string', 'required' => false, 'enum' => ['CLUSTERING', 'LITE_SELECTIVE'], ], 'topicName' => ['type' => 'string', 'required' => false], 'exclusive' => ['type' => 'boolean'], ], ], ], ], ], 'CreateDisasterRecoveryPlan' => [ 'path' => '/disaster_recovery', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'planName' => ['type' => 'string', 'required' => false], 'planDesc' => ['type' => 'string', 'required' => false], 'planType' => ['type' => 'string', 'required' => false], 'instances' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceType' => ['type' => 'string', 'required' => false], 'regionId' => ['type' => 'string', 'required' => false], 'instanceId' => ['type' => 'string', 'required' => false], 'instanceRole' => ['type' => 'string', 'required' => false], 'authType' => ['type' => 'string', 'required' => false], 'username' => ['type' => 'string', 'required' => false], 'password' => ['type' => 'string', 'required' => false], 'endpointUrl' => ['type' => 'string', 'required' => false], 'networkType' => ['type' => 'string', 'required' => false], 'vpcId' => ['type' => 'string', 'required' => false], 'vSwitchId' => ['type' => 'string', 'required' => false], 'messageProperty' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'propertyKey' => ['type' => 'string', 'required' => false], 'propertyValue' => ['type' => 'string', 'required' => false], ], ], 'securityGroupId' => ['type' => 'string', 'required' => false], 'consumerGroupId' => ['type' => 'string', 'required' => false], ], ], ], 'autoSyncCheckpoint' => ['type' => 'boolean', 'required' => false], 'syncCheckpointEnabled' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], 'CreateInstance' => [ 'path' => '/instances', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'clientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceName' => ['type' => 'string', 'required' => false], 'serviceCode' => ['type' => 'string', 'required' => true], 'seriesCode' => ['type' => 'string', 'required' => true], 'subSeriesCode' => ['type' => 'string', 'required' => true], 'paymentType' => [ 'type' => 'string', 'required' => true, 'enum' => ['Subscription', 'PayAsYouGo'], ], 'period' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'periodUnit' => [ 'type' => 'string', 'required' => false, 'enum' => ['Month', 'Year'], ], 'autoRenew' => ['type' => 'boolean', 'required' => false], 'autoRenewPeriod' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'remark' => ['type' => 'string', 'required' => false], 'productInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'msgProcessSpec' => ['type' => 'string', 'required' => false], 'sendReceiveRatio' => ['type' => 'number', 'format' => 'float', 'required' => false], 'autoScaling' => ['type' => 'boolean', 'required' => false], 'messageRetentionTime' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'storageEncryption' => ['type' => 'boolean', 'required' => false], 'storageSecretKey' => ['type' => 'string', 'required' => false], 'capacityType' => [ 'type' => 'string', 'required' => false, 'enum' => ['provisioned', 'ondemand'], ], 'provisionedCapacity' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'traceOn' => ['type' => 'boolean', 'required' => false], 'drReplicationMode' => ['type' => 'string', 'required' => false], ], ], 'networkInfo' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'vpcInfo' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'vpcId' => ['type' => 'string', 'required' => true], 'vSwitchId' => ['type' => 'string', 'deprecated' => true, 'required' => false], 'securityGroupIds' => ['type' => 'string', 'required' => false], 'vSwitches' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'vSwitchId' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'internetInfo' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'internetSpec' => ['type' => 'string', 'required' => true], 'flowOutType' => ['type' => 'string', 'required' => true], 'flowOutBandwidth' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ipWhitelist' => [ 'type' => 'array', 'deprecated' => true, 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'commodityCode' => ['type' => 'string', 'deprecated' => true, 'required' => false], 'resourceGroupId' => ['type' => 'string', 'required' => false], 'tags' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'key' => ['type' => 'string', 'required' => false], 'value' => ['type' => 'string', 'required' => false], ], ], ], 'aclInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'defaultVpcAuthFree' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], ], ], 'CreateInstanceAccount' => [ 'path' => '/instances/{instanceId}/accounts', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'password' => ['type' => 'string', 'required' => true], 'username' => ['type' => 'string', 'required' => true], 'remark' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'CreateInstanceAcl' => [ 'path' => '/instances/{instanceId}/acl/account/{username}', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'resourceType' => [ 'type' => 'string', 'required' => true, 'enum' => ['Topic', 'Group'], ], 'resourceName' => ['type' => 'string', 'required' => true], 'decision' => [ 'type' => 'string', 'required' => true, 'enum' => ['Allow', 'Deny'], ], 'actions' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], 'ipWhitelists' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'CreateInstanceIpWhitelist' => [ 'path' => '/instances/{instanceId}/ip/whitelist', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ipWhitelists' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], ], ], 'CreateTopic' => [ 'path' => '/instances/{instanceId}/topics/{topicName}', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'messageType' => [ 'type' => 'string', 'required' => true, 'enum' => ['NORMAL', 'FIFO', 'DELAY', 'TRANSACTION', 'LITE'], ], 'remark' => ['type' => 'string', 'required' => false], 'maxSendTps' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'liteTopicExpiration' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], ], 'DeleteConsumerGroup' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}', 'methods' => ['delete'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteConsumerGroupSubscription' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/subscriptions', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filterType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filterExpression', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteDisasterRecoveryPlan' => [ 'path' => '/disaster_recovery/{planId}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteInstance' => [ 'path' => '/instances/{instanceId}', 'methods' => ['delete'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteInstanceAccount' => [ 'path' => '/instances/{instanceId}/accounts/{username}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteInstanceAcl' => [ 'path' => '/instances/{instanceId}/acl/account/{username}', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteInstanceIpWhitelist' => [ 'path' => '/instances/{instanceId}/ip/whitelist', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ipWhitelist', 'in' => 'query', 'schema' => ['type' => 'string', 'deprecated' => true, 'required' => false], ], [ 'name' => 'ipWhitelists', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'DeleteTopic' => [ 'path' => '/instances/{instanceId}/topics/{topicName}', 'methods' => ['delete'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ExecuteMigrationOperation' => [ 'path' => '/migrations/{migrationId}/stages/{stageType}/operations/{operationId}/execute', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'migrationId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'stageType', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'operationId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'operationParam' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'paramData' => ['type' => 'any', 'required' => false], ], ], ], ], ], ], ], 'FinishMigrationStage' => [ 'path' => '/migrations/{migrationId}/stages/{stageType}/finish', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'migrationId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'stageType', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetConsumeTimespan' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/consumeTimespan/{topicName}', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetConsumerGroup' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetConsumerGroupLag' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/lag', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'liteTopicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetConsumerGroupSubscription' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/subscriptions/{topicName}', 'methods' => ['get'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetConsumerStack' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/stack', 'methods' => ['get'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'clientId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GetDisasterRecoveryPlan' => [ 'path' => '/disaster_recovery/{planId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GetInstance' => [ 'path' => '/instances/{instanceId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetInstanceAccount' => [ 'path' => '/instances/{instanceId}/account', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetInstanceAcl' => [ 'path' => '/instances/{instanceId}/acl/account/{username}', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetInstanceIpWhitelist' => [ 'path' => '/instances/{instanceId}/ip/whitelists', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ipWhitelists', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'GetMessageDetail' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/messages/{messageId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'messageId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetTopic' => [ 'path' => '/instances/{instanceId}/topics/{topicName}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetTrace' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/traces/{messageId}', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'messageId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'endTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAvailableZones' => [ 'path' => '/zones', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'ListConsumerConnections' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/connections', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'liteTopicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListConsumerGroupSubscriptions' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/subscriptions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListConsumerGroups' => [ 'path' => '/instances/{instanceId}/consumerGroups', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '100'], ], ], ], 'ListDisasterRecoveryCheckpoints' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}/checkpoints', 'methods' => ['get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListDisasterRecoveryItems' => [ 'path' => '/disaster_recovery/{planId}/items', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], ], ], 'ListDisasterRecoveryPlans' => [ 'path' => '/disaster_recovery', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], ], ], 'ListInstanceAccount' => [ 'path' => '/instances/{instanceId}/accounts', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], [ 'name' => 'username', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'accountType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'accountStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListInstanceAcl' => [ 'path' => '/instances/{instanceId}/acl', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListInstanceIpWhitelist' => [ 'path' => '/instances/{instanceId}/ip/whitelist', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], [ 'name' => 'ipWhitelist', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListInstances' => [ 'path' => '/instances', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '200'], ], [ 'name' => 'resourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'seriesCodes', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'storageSecretKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMessages' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/messages', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'messageId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'messageKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'endTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '20'], ], [ 'name' => 'scrollId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'liteTopicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMetricMeta' => [ 'path' => '/monitor/metrics/meta', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '10', 'maximum' => '100'], ], ], ], 'ListMigrationOperations' => [ 'path' => '/migrations/{migrationId}/stages/{stageType}/operations', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'migrationId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'stageType', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'operationType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'instanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'operationStatus', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'businessStatus', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '10', 'maximum' => '10000'], ], ], ], 'ListMigrations' => [ 'path' => '/migrations', 'methods' => ['get'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'migrationType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '10', 'maximum' => '10000'], ], [ 'name' => 'resourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListRegions' => [ 'path' => '/regions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'ListTagResources' => [ 'path' => '/resourceTag/list', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'regionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'tag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'nextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'resourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListTopicSubscriptions' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/subscriptions', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListTopics' => [ 'path' => '/instances/{instanceId}/topics', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'filter', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '10', 'maximum' => '10000'], ], [ 'name' => 'messageTypes', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'ListTraces' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/traces', 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'startTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'endTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'pageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '100000000'], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '10000'], ], [ 'name' => 'queryType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'messageId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'messageKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'liteTopicName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ResetConsumeOffset' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}/consumeOffsets/{topicName}', 'methods' => ['patch'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'resetType' => ['type' => 'string', 'required' => false], 'resetTime' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'StartDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}/start', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'StopDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}/stop', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'SyncDisasterRecoveryCheckpoint' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}/checkpoints/{checkpointId}', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'checkpointId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'TagResources' => [ 'path' => '/resourceTag/create', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'regionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'tag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UntagResources' => [ 'path' => '/resourceTag/delete', 'methods' => ['delete'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'regionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'resourceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'tagKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'all', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateConsumerGroup' => [ 'path' => '/instances/{instanceId}/consumerGroups/{consumerGroupId}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'remark' => ['type' => 'string', 'required' => false], 'deliveryOrderType' => [ 'type' => 'string', 'deprecated' => true, 'required' => false, 'enum' => ['Concurrently', 'Orderly'], ], 'consumeRetryPolicy' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'retryPolicy' => [ 'type' => 'string', 'required' => true, 'enum' => ['DefaultRetryPolicy', 'FixedRetryPolicy'], ], 'maxRetryTimes' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'deadLetterTargetTopic' => ['type' => 'string', 'required' => false], 'fixedIntervalRetryTime' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'maxReceiveTps' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], ], 'UpdateDisasterRecoveryItem' => [ 'path' => '/disaster_recovery/{planId}/items/{itemId}', 'methods' => ['patch'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'itemId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'topics' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'regionId' => ['type' => 'string', 'required' => false], 'instanceType' => ['type' => 'string', 'required' => false], 'instanceId' => ['type' => 'string', 'required' => false], 'topicName' => ['type' => 'string', 'required' => false], 'consumerGroupId' => ['type' => 'string', 'deprecated' => true, 'required' => false], 'deliveryOrderType' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], 'UpdateDisasterRecoveryPlan' => [ 'path' => '/disaster_recovery/{planId}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'planId', 'in' => 'path', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'planName' => ['type' => 'string', 'required' => false], 'planDesc' => ['type' => 'string', 'required' => false], 'planType' => ['type' => 'string', 'required' => false], 'instances' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceType' => ['type' => 'string', 'required' => false], 'regionId' => ['type' => 'string', 'required' => false], 'instanceId' => ['type' => 'string', 'required' => false], 'instanceRole' => ['type' => 'string', 'required' => false], 'authType' => ['type' => 'string', 'required' => false], 'username' => ['type' => 'string', 'required' => false], 'password' => ['type' => 'string', 'required' => false], 'endpointUrl' => ['type' => 'string', 'required' => false], 'networkType' => ['type' => 'string', 'required' => false], 'vpcId' => ['type' => 'string', 'required' => false], 'vSwitchId' => ['type' => 'string', 'required' => false], 'messageProperty' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'propertyKey' => ['type' => 'string', 'required' => false], 'propertyValue' => ['type' => 'string', 'required' => false], ], ], 'securityGroupId' => ['type' => 'string', 'required' => false], 'consumerGroupId' => ['type' => 'string', 'required' => false], ], ], ], 'autoSyncCheckpoint' => ['type' => 'boolean', 'required' => false], 'syncCheckpointEnabled' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], 'UpdateInstance' => [ 'path' => '/instances/{instanceId}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'instanceName' => ['type' => 'string', 'required' => false], 'remark' => ['type' => 'string', 'required' => false], 'networkInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'internetInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ipWhitelist' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'productInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'sendReceiveRatio' => ['type' => 'number', 'format' => 'float', 'required' => false], 'autoScaling' => ['type' => 'boolean', 'required' => false], 'messageRetentionTime' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'traceOn' => ['type' => 'boolean', 'required' => false], ], ], 'aclInfo' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'aclTypes' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'defaultVpcAuthFree' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], ], ], 'UpdateInstanceAccount' => [ 'path' => '/instances/{instanceId}/accounts/{username}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'accountStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'password', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'remark', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateInstanceAcl' => [ 'path' => '/instances/{instanceId}/acl/account/{username}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'username', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'resourceType' => ['type' => 'string', 'required' => true], 'resourceName' => ['type' => 'string', 'required' => true], 'actions' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'decision' => ['type' => 'string', 'required' => false], 'ipWhitelists' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'UpdateTopic' => [ 'path' => '/instances/{instanceId}/topics/{topicName}', 'methods' => ['patch'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'remark' => ['type' => 'string', 'required' => false], 'maxSendTps' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'liteTopicExpiration' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], ], 'VerifyConsumeMessage' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/messages/{messageId}/action/verifyConsume', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'messageId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'consumerGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'clientId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'VerifySendMessage' => [ 'path' => '/instances/{instanceId}/topics/{topicName}/messages', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'instanceId', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'topicName', 'in' => 'path', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'body', 'in' => 'body', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'message' => ['type' => 'string', 'required' => false], 'messageTag' => ['type' => 'string', 'required' => false], 'messageKey' => ['type' => 'string', 'required' => false], 'liteTopicName' => ['type' => 'string', 'required' => false], 'messageGroup' => ['type' => 'string', 'required' => false], 'deliveryTimeStamp' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'userProperties' => ['type' => 'object', 'required' => false], ], ], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-nanjing', 'regionName' => '华东5(南京-本地地域)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-nanjing.aliyuncs.com', 'endpoint' => 'rocketmq.cn-nanjing.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'rocketmq.cn-wulanchabu.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-wulanchabu.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-beijing.aliyuncs.com', 'endpoint' => 'rocketmq.cn-beijing.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-zhengzhou-jva', 'regionName' => '郑州(联通合营)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-zhengzhou-jva.aliyuncs.com', 'endpoint' => 'rocketmq.cn-zhengzhou-jva.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-zhengzhou-jva.aliyuncs.com'], ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-qingdao.aliyuncs.com', 'endpoint' => 'rocketmq.cn-qingdao.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-qingdao.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-shanghai.aliyuncs.com', 'endpoint' => 'rocketmq.cn-shanghai.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-hongkong.aliyuncs.com', 'endpoint' => 'rocketmq.cn-hongkong.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-heyuan', 'regionName' => '华南2(河源)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-heyuan.aliyuncs.com', 'endpoint' => 'rocketmq.cn-heyuan.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-heyuan.aliyuncs.com'], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'rocketmq.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-zhangjiakou.aliyuncs.com'], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-shenzhen.aliyuncs.com', 'endpoint' => 'rocketmq.cn-shenzhen.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'ap-northeast-2', 'regionName' => '韩国(首尔)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-northeast-2.aliyuncs.com', 'endpoint' => 'rocketmq.ap-northeast-2.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-northeast-2.aliyuncs.com'], ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-northeast-1.aliyuncs.com', 'endpoint' => 'rocketmq.ap-northeast-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-northeast-1.aliyuncs.com'], ['regionId' => 'cn-fuzhou', 'regionName' => '华东6(福州-本地地域)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-fuzhou.aliyuncs.com', 'endpoint' => 'rocketmq.cn-fuzhou.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-fuzhou.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-chengdu.aliyuncs.com', 'endpoint' => 'rocketmq.cn-chengdu.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-chengdu.aliyuncs.com'], ['regionId' => 'cn-guangzhou', 'regionName' => '华南3(广州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-guangzhou.aliyuncs.com ', 'endpoint' => 'rocketmq.cn-guangzhou.aliyuncs.com ', 'vpc' => 'rocketmq-vpc.cn-guangzhou.aliyuncs.com'], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-1.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-2', 'regionName' => '澳大利亚(悉尼)已关停', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-2.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-2.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-2.aliyuncs.com'], ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-3.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-3.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-3.aliyuncs.com'], ['regionId' => 'cn-huhehaote', 'regionName' => '华北5(呼和浩特)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-huhehaote.aliyuncs.com', 'endpoint' => 'rocketmq.cn-huhehaote.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-huhehaote.aliyuncs.com'], ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-5.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-5.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-5.aliyuncs.com'], ['regionId' => 'ap-southeast-6', 'regionName' => '菲律宾(马尼拉)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-6.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-6.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-6.aliyuncs.com'], ['regionId' => 'ap-southeast-7', 'regionName' => '泰国(曼谷)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.ap-southeast-7.aliyuncs.com', 'endpoint' => 'rocketmq.ap-southeast-7.aliyuncs.com', 'vpc' => 'rocketmq-vpc.ap-southeast-7.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'rocketmq.cn-hangzhou.aliyuncs.com', 'endpoint' => 'rocketmq.cn-hangzhou.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'rocketmq.us-east-1.aliyuncs.com', 'endpoint' => 'rocketmq.us-east-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.us-east-1.aliyuncs.com'], ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'rocketmq.eu-west-1.aliyuncs.com', 'endpoint' => 'rocketmq.eu-west-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.eu-west-1.aliyuncs.com'], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'rocketmq.us-west-1.aliyuncs.com', 'endpoint' => 'rocketmq.us-west-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.us-west-1.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'rocketmq.eu-central-1.aliyuncs.com', 'endpoint' => 'rocketmq.eu-central-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.eu-central-1.aliyuncs.com'], ['regionId' => 'me-east-1', 'regionName' => '阿联酋(迪拜)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'rocketmq.me-east-1.aliyuncs.com', 'endpoint' => 'rocketmq.me-east-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.me-east-1.aliyuncs.com'], ['regionId' => 'me-central-1', 'regionName' => '沙特(利雅得)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'rocketmq.me-central-1.aliyuncs.com', 'endpoint' => 'rocketmq.me-central-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.me-central-1.aliyuncs.com'], ['regionId' => 'cn-hangzhou-finance', 'regionName' => '华东1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'rocketmq.cn-hangzhou-finance.aliyuncs.com', 'endpoint' => 'rocketmq.cn-hangzhou-finance.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-hangzhou-finance.aliyuncs.com'], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => '华南1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'rocketmq.cn-shenzhen-finance-1.aliyuncs.com', 'endpoint' => 'rocketmq.cn-shenzhen-finance-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-shenzhen-finance-1.aliyuncs.com'], ['regionId' => 'cn-beijing-finance-1', 'regionName' => '华北2 金融云(邀测)', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'rocketmq.cn-beijing-finance-1.aliyuncs.com', 'endpoint' => 'rocketmq.cn-beijing-finance-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-beijing-finance-1.aliyuncs.com'], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'rocketmq.cn-shanghai-finance-1.aliyuncs.com', 'endpoint' => 'rocketmq.cn-shanghai-finance-1.aliyuncs.com', 'vpc' => 'rocketmq-vpc.cn-shanghai-finance-1.aliyuncs.com'], ], ];