'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'Cassandra', 'version' => '2019-01-01', ], 'directories' => [ [ 'id' => 58458, 'title' => null, 'type' => 'directory', 'children' => [ 'CreateCluster', 'CreateDataCenter', 'DeleteCluster', 'ModifyCluster', 'ModifyInstanceMaintainTime', 'ModifyInstanceType', 'DescribeCluster', 'DescribeClusters', 'DescribeClusterStatus', 'DescribeDeletedClusters', 'DescribeDataCenter', 'DescribeInstanceType', 'GetCmsUrl', 'PurgeCluster', 'RebootCluster', 'ResizeDiskSize', 'ResizeNodeCount', 'UpgradeClusterVersion', ], ], [ 'id' => 58477, 'title' => null, 'type' => 'directory', 'children' => [ 'ModifyIpWhitelist', 'ModifyIpWhitelistGroup', 'ModifySecurityGroups', 'DescribeIpWhitelist', 'DescribeIpWhitelistGroups', 'DescribeSecurityGroups', ], ], [ 'id' => 58484, 'title' => null, 'type' => 'directory', 'children' => [ 'ModifyAccountPassword', 'DescribeAccounts', ], ], [ 'id' => 58487, 'title' => null, 'type' => 'directory', 'children' => [ 'DeleteDataCenter', 'ModifyDataCenter', 'DescribeRegions', 'DescribeDataCenters', ], ], [ 'id' => 58492, 'title' => null, 'type' => 'directory', 'children' => [ 'CreateBackupPlan', 'DeleteBackupPlan', 'ModifyBackupPlan', 'DescribeBackup', 'DescribeBackupPlan', 'DescribeBackups', 'DescribeBackupPlans', ], ], [ 'id' => 58500, 'title' => null, 'type' => 'directory', 'children' => [ 'DescribeContactPoints', 'AllocatePublicContactPoints', 'ReleasePublicContactPoints', ], ], [ 'id' => 58504, 'title' => null, 'type' => 'directory', 'children' => [ 'DeleteNodeToolExecutionHistory', 'DescribeNodeToolExecutionHistory', 'DescribeNodeToolExecutionHistories', 'ExecuteNodeTool', ], ], [ 'id' => 58509, 'title' => null, 'type' => 'directory', 'children' => [ 'ModifyParameter', 'DescribeParameterModificationHistories', 'DescribeParameters', ], ], [ 'id' => 58513, 'title' => null, 'type' => 'directory', 'children' => [ 'DescribeClusterDashboard', ], ], [ 'id' => 58515, 'title' => null, 'type' => 'directory', 'children' => [ 'ListTagResources', 'ListTags', 'UnTagResources', 'MoveResourceGroup', 'TagResources', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', ], 'parameters' => [ [ 'name' => 'PayType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Subscription', ], ], [ 'name' => 'PeriodUnit', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Year', ], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12', ], ], [ 'name' => 'AutoRenew', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false', ], ], [ 'name' => 'AutoRenewPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3', 'default' => '', 'enum' => [ '1', '2', '3', '6', '12', ], ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'ETnLKlblzczshOTUbOCzxxxxxxxxxx', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-h', ], ], [ 'name' => 'ClusterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'apitest', ], ], [ 'name' => 'DataCenterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'apitest', ], ], [ 'name' => 'MajorVersion', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '3.11', ], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cassandra.c.xlarge', ], ], [ 'name' => 'NodeCount', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '3', ], ], [ 'name' => 'DiskType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cloud_ssd', ], ], [ 'name' => 'DiskSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '160', ], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vpc-bp1oxxxxxxxxxxgzv26cd', ], ], [ 'name' => 'VswitchId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vsw-oqscxxxxxxxxxxxxx5e8c', ], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Alibaba****!@#', ], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'rg-xxxxxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1hy2ip****z46g', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '3E19E345-101D-4014-946C-A2055AEE1F26', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ClusterId\\": \\"cds-bp1hy2ip****z46g\\",\\n \\"RequestId\\": \\"3E19E345-101D-4014-946C-A2055AEE1F26\\"\\n}","errorExample":""},{"type":"xml","example":"\\nhb-bp16o0pd5****582s\\n728C7EAF-4844-4D42-9BBE-DFFFBB77CF33\\n","errorExample":""}]', 'title' => 'Create Instance', 'summary' => 'Create a Cassandra instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'CreateDataCenter' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', ], 'parameters' => [ [ 'name' => 'PayType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Subscription', ], ], [ 'name' => 'PeriodUnit', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Year', ], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12', 'enum' => [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '12', '24', '36', ], ], ], [ 'name' => 'AutoRenew', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false', 'enum' => [ 'true', 'false', ], ], ], [ 'name' => 'AutoRenewPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12', 'enum' => [ '1', '2', '3', '4', '5', '6', '12', ], ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'ETnLKlblzczshOTUbOC***ioIUBoiB', ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-h', ], ], [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp113rmn****2uy9', ], ], [ 'name' => 'DataCenterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'apitest', ], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cassandra.c.large', ], ], [ 'name' => 'NodeCount', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '2', ], ], [ 'name' => 'DiskType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cloud_ssd', ], ], [ 'name' => 'DiskSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '160', ], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vpc-bp1oxxxxxxxxxxgzv26cf', ], ], [ 'name' => 'VswitchId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vsw-oqscxxxxxxxxxxxxx5e8c', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-g', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '3E19E345-101D-4014-946C-A2055AEE1F26', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"DataCenterId\\": \\"cn-hangzhou-g\\",\\n \\"RequestId\\": \\"3E19E345-101D-4014-946C-A2055AEE1F26\\"\\n}","errorExample":""},{"type":"xml","example":"\\ncn-hangzhou-g\\n728C7EAF-4844-4D42-9BBE-DFFFBB77CF33\\n","errorExample":""}]', 'title' => 'CreateDataCenter', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DeleteCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1hy2ipk****46k', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'EC9C10D0-B12F-41B0-A237-968848BBC167', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"EC9C10D0-B12F-41B0-A237-968848BBC167\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n EC9C10D0-B12F-41B0-A237-968848BBC167\\r\\n","errorExample":""}]', 'title' => 'DeleteCluster', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cds-bp1b136j****5d58', ], ], [ 'name' => 'ClusterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Cassandra_test', ], ], [ 'name' => 'ConfirmProductOffline', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '39F3F7DF-435B-47C1-832C-369BF9661A67', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"39F3F7DF-435B-47C1-832C-369BF9661A67\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n39F3F7DF-435B-47C1-832C-369BF9661A67\\r\\n","errorExample":""}]', 'title' => 'ModifyCluster', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyInstanceMaintainTime' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b**6jco895****', ], ], [ 'name' => 'MaintainStartTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2:00', ], ], [ 'name' => 'MaintainEndTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4:00', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'C9085433-A56A-4089-B49A-DF5A4E2B7B06', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C9085433-A56A-4089-B49A-DF5A4E2B7B06\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nC9085433-A56A-4089-B49A-DF5A4E2B7B06\\r\\n","errorExample":""}]', 'title' => 'ModifyInstanceMaintainTime', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyInstanceType' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-uf6ig2gf****7pw7', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-e', ], ], [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cassandra.g.xlarge', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'BC262FE3-91ED-4FE7-BD75-190B62D8BABC', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"BC262FE3-91ED-4FE7-BD75-190B62D8BABC\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nBC262FE3-91ED-4FE7-BD75-190B62D8BABC\\r\\n","errorExample":""}]', 'title' => 'ModifyInstanceType', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d58', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '17E2B462-5FD3-4A0C-AF13-225C66E47BD5', ], 'Cluster' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Running', ], 'ExpireTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-10-20T16:02:34Z', ], 'MaintainStartTime' => [ 'description' => '', 'type' => 'string', 'example' => '2:00Z', ], 'PayType' => [ 'description' => '', 'type' => 'string', 'example' => 'PayAsYouGo', ], 'MaintainEndTime' => [ 'description' => '', 'type' => 'string', 'example' => '4:00Z', ], 'LockMode' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'AutoRenewPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '12', ], 'MinorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11.7', ], 'DataCenterCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'IsLatestVersion' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'AutoRenewal' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'ResourceGroupId' => [ 'description' => '', 'type' => 'string', 'example' => 'rg-xxxxxxxxxxx', ], 'ClusterName' => [ 'description' => '', 'type' => 'string', 'example' => 'Cassandra-test', ], 'ConfirmProductOffline' => [ 'type' => 'boolean', ], 'MajorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-09-20T16:02:34Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1b136j****5d56', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '', 'type' => 'string', 'example' => 'test-key', ], 'Value' => [ 'description' => '', 'type' => 'string', 'example' => 'test-value', ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"17E2B462-5FD3-4A0C-AF13-225C66E47BD5\\",\\n \\"Cluster\\": {\\n \\"Status\\": \\"Running\\",\\n \\"ExpireTime\\": \\"2019-10-20T16:02:34Z\\",\\n \\"MaintainStartTime\\": \\"2:00Z\\",\\n \\"PayType\\": \\"PayAsYouGo\\",\\n \\"MaintainEndTime\\": \\"4:00Z\\",\\n \\"LockMode\\": \\"None\\",\\n \\"AutoRenewPeriod\\": 12,\\n \\"MinorVersion\\": \\"3.11.7\\",\\n \\"DataCenterCount\\": 1,\\n \\"IsLatestVersion\\": true,\\n \\"AutoRenewal\\": true,\\n \\"ResourceGroupId\\": \\"rg-xxxxxxxxxxx\\",\\n \\"ClusterName\\": \\"Cassandra-test\\",\\n \\"MajorVersion\\": \\"3.11\\",\\n \\"CreatedTime\\": \\"2019-09-20T16:02:34Z\\",\\n \\"ClusterId\\": \\"cds-bp1b136j****5d56\\",\\n \\"Tags\\": {\\n \\"Tag\\": [\\n {\\n \\"Key\\": \\"test-key\\",\\n \\"Value\\": \\"test-value\\"\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"17E2B462-5FD3-4A0C-AF13-225C66E47BD5\\n\\n Running\\n 3.11\\n 12\\n 2019-09-20T16:02:34Z\\n cds-bp1b136j****5d56\\n 3.11.7\\n PayAsYouGo\\n None\\n true\\n 4:00Z\\n true\\n 1\\n Cassandra-test\\n 2019-10-20T16:02:34Z\\n 2:00Z\\n rg-xxxxxxxxxxx\\n \\n \\n test-value\\n test-key\\n \\n \\n","errorExample":""}]', 'title' => 'DescribeCluster', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeClusters' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', ], ], [ 'name' => 'ClusterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'test', ], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'rg-xxxxxxxxx', ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'key', ], 'Value' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'value', ], ], 'required' => false, ], 'required' => false, 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '4EA95B55-58AB-469E-BD8E-5B1F9EEB1683', ], 'PageNumber' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'Clusters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Cluster' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Running', ], 'ExpireTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-10-20T16:02:34Z', ], 'PayType' => [ 'description' => '', 'type' => 'string', 'example' => 'PayAsYouGo', ], 'LockMode' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'MinorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11.5', ], 'AutoRenewPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '12', ], 'DataCenterCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'AutoRenewal' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'ResourceGroupId' => [ 'description' => '', 'type' => 'string', 'example' => 'rg-xxxxxxxxxxx', ], 'ClusterName' => [ 'description' => '', 'type' => 'string', 'example' => 'Cassandra-test', ], 'MajorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-09-20T16:02:34Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1e4e32****z75c', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '', 'type' => 'string', 'example' => 'test-key', ], 'Value' => [ 'description' => '', 'type' => 'string', 'example' => 'test-value', ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"4EA95B55-58AB-469E-BD8E-5B1F9EEB1683\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 3,\\n \\"Clusters\\": {\\n \\"Cluster\\": [\\n {\\n \\"Status\\": \\"Running\\",\\n \\"ExpireTime\\": \\"2019-10-20T16:02:34Z\\",\\n \\"PayType\\": \\"PayAsYouGo\\",\\n \\"LockMode\\": \\"None\\",\\n \\"MinorVersion\\": \\"3.11.5\\",\\n \\"AutoRenewPeriod\\": 12,\\n \\"DataCenterCount\\": 1,\\n \\"AutoRenewal\\": true,\\n \\"ResourceGroupId\\": \\"rg-xxxxxxxxxxx\\",\\n \\"ClusterName\\": \\"Cassandra-test\\",\\n \\"MajorVersion\\": \\"3.11\\",\\n \\"CreatedTime\\": \\"2019-09-20T16:02:34Z\\",\\n \\"ClusterId\\": \\"cds-bp1e4e32****z75c\\",\\n \\"Tags\\": {\\n \\"Tag\\": [\\n {\\n \\"Key\\": \\"test-key\\",\\n \\"Value\\": \\"test-value\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 4EA95B55-58AB-469E-BD8E-5B1F9EEB1683\\n 10\\n 1\\n \\n \\n Running\\n 3.11\\n 12\\n 2019-09-20T16:02:34Z\\n true\\n cds-bp1e4e32****z75c\\n 1\\n Cassandra-test\\n 3.11.5\\n PayAsYouGo\\n None\\n 2019-10-20T16:02:34Z\\n \\n \\n \\n \\n test-value\\n test-key\\n \\n \\n \\n \\n","errorExample":""}]', 'title' => 'DescribeClusters', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeClusterStatus' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d59', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Running', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '3AC5F451-8B0F-47B4-9733-4A09C8838AD4', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-02-26T01:30:40Z', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"Running\\",\\n \\"RequestId\\": \\"3AC5F451-8B0F-47B4-9733-4A09C8838AD4\\",\\n \\"CreatedTime\\": \\"2020-02-26T01:30:40Z\\"\\n}","errorExample":""},{"type":"xml","example":"\\nRunning\\n2020-02-26T01:30:40Z\\nBEEDFA38-213F-4DF8-810D-702DFF5FF2A6\\n","errorExample":""}]', 'title' => 'DescribeClusterStatus', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeDeletedClusters' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '018F3C6E-2F9F-4181-8602-4AB4FB86F4ED', ], 'PageNumber' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'Clusters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Cluster' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Deleted', ], 'DataCenterCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'ExpireTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-10-09T20:29:27Z', ], 'PayType' => [ 'description' => '', 'type' => 'string', 'example' => 'PayAsYouGo', ], 'ClusterName' => [ 'description' => '', 'type' => 'string', 'example' => 'Cassandra-test-wjk', ], 'MajorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-10-09T14:59:31Z', ], 'MinorVersion' => [ 'description' => '', 'type' => 'string', 'example' => '3.11.5', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1hy2ip****z46g', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"018F3C6E-2F9F-4181-8602-4AB4FB86F4ED\\",\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 3,\\n \\"Clusters\\": {\\n \\"Cluster\\": [\\n {\\n \\"Status\\": \\"Deleted\\",\\n \\"DataCenterCount\\": 1,\\n \\"ExpireTime\\": \\"2019-10-09T20:29:27Z\\",\\n \\"PayType\\": \\"PayAsYouGo\\",\\n \\"ClusterName\\": \\"Cassandra-test-wjk\\",\\n \\"MajorVersion\\": \\"3.11\\",\\n \\"CreatedTime\\": \\"2019-10-09T14:59:31Z\\",\\n \\"MinorVersion\\": \\"3.11.5\\",\\n \\"ClusterId\\": \\"cds-bp1hy2ip****z46g\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n1\\n3\\n\\n \\n Deleted\\n 2019-10-09T14:59:31Z\\n 3.11.5\\n Cassandra-test-wjk\\n cds-bp1hy2ip****z46g\\n 2019-10-09T20:29:27Z\\n 1\\n PayAsYouGo\\n 3.11\\n \\n \\n Deleted\\n 2019-09-24T20:37:17Z\\n 3.11.5\\n baitu-resize-disk-size\\n cds-bp1354yf****35bw\\n 2019-10-08T20:16:22Z\\n 1\\n PayAsYouGo\\n 3.11\\n \\n \\n Deleted\\n 2019-09-23T11:45:48Z\\n 3.11.5\\n baitu-4c16gaaa\\n cds-bp1ia8ui****8dle\\n 2019-10-08T20:16:19Z\\n 1\\n PayAsYouGo\\n 3.11\\n \\n\\n10\\n018F3C6E-2F9F-4181-8602-4AB4FB86F4ED\\n","errorExample":""}]', 'title' => 'DescribeDeletedClusters', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeDataCenter' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-t4n98w89z77*****', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ap-southeast-1a', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'VpcId' => [ 'description' => '', 'type' => 'string', 'example' => 'vpc-bp1qitxqe1m5r****4mng', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Running', ], 'ExpireTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-11-17T00:00:00Z', ], 'VswitchId' => [ 'description' => '', 'type' => 'string', 'example' => 'vsw-bp13e9ynz3jpy****hqlm', ], 'PayType' => [ 'description' => '', 'type' => 'string', 'example' => 'Subscription', ], 'DiskSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '160', ], 'DiskType' => [ 'description' => '', 'type' => 'string', 'example' => 'cloud_ssd', ], 'InstanceType' => [ 'description' => '', 'type' => 'string', 'example' => 'cassandra.c.large', ], 'LockMode' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'AutoRenewPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1', ], 'AutoRenewal' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'A4C83BDF-1DE0-41CD-9D6C-8D9FE5EB5504', ], 'CommodityInstance' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-t4n98w89z77*****', ], 'NodeCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'DataCenterName' => [ 'description' => '', 'type' => 'string', 'example' => 'test_name', ], 'ZoneId' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1a', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-10-16T11:27:20Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-t4n98w89z77*****', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1a', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"VpcId\\": \\"vpc-bp1qitxqe1m5r****4mng\\",\\n \\"Status\\": \\"Running\\",\\n \\"ExpireTime\\": \\"2020-11-17T00:00:00Z\\",\\n \\"VswitchId\\": \\"vsw-bp13e9ynz3jpy****hqlm\\",\\n \\"PayType\\": \\"Subscription\\",\\n \\"DiskSize\\": 160,\\n \\"DiskType\\": \\"cloud_ssd\\",\\n \\"InstanceType\\": \\"cassandra.c.large\\",\\n \\"LockMode\\": \\"None\\",\\n \\"AutoRenewPeriod\\": 1,\\n \\"RegionId\\": \\"ap-southeast-1\\",\\n \\"AutoRenewal\\": true,\\n \\"RequestId\\": \\"A4C83BDF-1DE0-41CD-9D6C-8D9FE5EB5504\\",\\n \\"CommodityInstance\\": \\"cds-t4n98w89z77*****\\",\\n \\"NodeCount\\": 2,\\n \\"DataCenterName\\": \\"test_name\\",\\n \\"ZoneId\\": \\"ap-southeast-1a\\",\\n \\"CreatedTime\\": \\"2020-10-16T11:27:20Z\\",\\n \\"ClusterId\\": \\"cds-t4n98w89z77*****\\",\\n \\"DataCenterId\\": \\"ap-southeast-1a\\"\\n}","errorExample":""},{"type":"xml","example":"1\\nRunning\\nap-southeast-1a\\ncds-t4n98w89z77*****\\n2020-10-16T11:27:20Z\\n2\\nap-southeast-1a\\nA4C83BDF-1DE0-41CD-9D6C-8D9FE5EB5504\\ncds-t4n98w89z77*****\\nNone\\nSubscription\\nvsw-bp13e9ynz3jpy****hqlm\\ntest_name\\ncloud_ssd\\ntrue\\nvpc-bp1qitxqe1m5r****4mng\\n160\\nap-southeast-1\\n2020-11-17T00:00:00Z\\ncassandra.c.large","errorExample":""}]', 'title' => 'DescribeDataCenter', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeInstanceType' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'InstanceType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cassandra.c.2xlarge', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '4B989A12-FB9A-4D9A-A824-2E9267C911C7', ], 'InstanceTypeSpecList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceTypeSpec' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'InstanceType' => [ 'description' => '', 'type' => 'string', 'example' => 'cassandra.c.large', ], 'CpuSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '4', ], 'MemSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '8', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4B989A12-FB9A-4D9A-A824-2E9267C911C7\\",\\n \\"InstanceTypeSpecList\\": {\\n \\"InstanceTypeSpec\\": [\\n {\\n \\"InstanceType\\": \\"cassandra.c.large\\",\\n \\"CpuSize\\": 4,\\n \\"MemSize\\": 8\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n4B989A12-FB9A-4D9A-A824-2E9267C911C7\\n\\n \\n 4\\n 16\\n cassandra.c.large\\n \\n \\n 4\\n 32\\n cassandra.c.large\\n \\n \\n 4\\n 8\\n cassandra.c.large\\n \\n \\n 8\\n 16\\n cassandra.c.2xlarge\\n \\n \\n 8\\n 32\\n cassandra.c.2xlarge\\n \\n \\n 8\\n 32\\n cassandra.c.2xlarge\\n \\n \\n 2\\n 4\\n cassandra.c.large\\n \\n \\n 2\\n 8\\n cassandra.c.large\\n \\n \\n 4\\n 8\\n cassandra.c.xlarge\\n \\n\\n","errorExample":""}]', 'title' => 'DescribeInstanceType', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'GetCmsUrl' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d57', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Url' => [ 'description' => '', 'type' => 'string', 'example' => 'https://cloudmonitor.console.aliyun.com?instanceId=cds-bp1l5ys68z98wzrc#/group/groupId=14680829&groupName=17926974****3449-cassandra/groupdashboard/cds//', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '6453F432-0141-4D35-B2BF-ADF199B39B07', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Url\\": \\"https://cloudmonitor.console.aliyun.com?instanceId=cds-bp1l5ys68z98wzrc#/group/groupId=14680829&groupName=17926974****3449-cassandra/groupdashboard/cds//\\",\\n \\"RequestId\\": \\"6453F432-0141-4D35-B2BF-ADF199B39B07\\"\\n}","errorExample":""},{"type":"xml","example":"\\nhttps://cloudmonitor.console.aliyun.com?instanceId=cds-bp1l5ys68z98wzrc#/group/groupId=14680829&groupName=17926974****3449-cassandra/groupdashboard/cds//\\n6453F432-0141-4D35-B2BF-ADF199B39B07\\n","errorExample":""}]', 'title' => 'GetCmsUrl', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'PurgeCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1hy2ip****z465', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '317BF5F0-2575-4158-9493-6DA83465491B', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"317BF5F0-2575-4158-9493-6DA83465491B\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n317BF5F0-2575-4158-9493-6DA83465491B\\r\\n","errorExample":""}]', 'title' => 'PurgeCluster', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'RebootCluster' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d51', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '033F5CDA-EF5E-4893-93C3-7EA5DCB76AF3', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"033F5CDA-EF5E-4893-93C3-7EA5DCB76AF3\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 033F5CDA-EF5E-4893-93C3-7EA5DCB76AF3\\r\\n","errorExample":""}]', 'title' => 'RebootCluster', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ResizeDiskSize' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d51', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], [ 'name' => 'DiskSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '240', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '5C37DF4E-54D6-4AFA-A1F9-79ADC148F8AD', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"5C37DF4E-54D6-4AFA-A1F9-79ADC148F8AD\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n5C37DF4E-54D6-4AFA-A1F9-79ADC148F8AD\\r\\n","errorExample":""}]', 'title' => 'ResizeDiskSize', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ResizeNodeCount' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d59', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cn-hangzhou-g', ], ], [ 'name' => 'NodeCount', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '3', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'D7D3088F-AA4F-49C3-BB46-B04F3E35041A', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D7D3088F-AA4F-49C3-BB46-B04F3E35041A\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nD7D3088F-AA4F-49C3-BB46-B04F3E35041A\\r\\n","errorExample":""}]', 'title' => 'ResizeNodeCount', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'UpgradeClusterVersion' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cds-bp1u2n43****n115', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'BC262FE3-91ED-4FE7-BD75-190B62D8BABC', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"BC262FE3-91ED-4FE7-BD75-190B62D8BABC\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nBC262FE3-91ED-4FE7-BD75-190B62D8BABC\\r\\n","errorExample":""}]', 'title' => 'UpgradeClusterVersion', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyIpWhitelist' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d51', ], ], [ 'name' => 'IpList', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '192.***.0.23,30.15.***.133', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '11B95AE4-BB1A-4B62-9655-C43395C0B234', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"11B95AE4-BB1A-4B62-9655-C43395C0B234\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n11B95AE4-BB1A-4B62-9655-C43395C0B234\\r\\n","errorExample":""}]', 'title' => 'ModifyIpWhitelist', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyIpWhitelistGroup' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-uf6ig2gf****7pw9', ], ], [ 'name' => 'IpList', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => '218.30.***.40,192.***.0.23', ], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'test', ], ], [ 'name' => 'IpVersion', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '6', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '50373857-C47B-4B64-9332-D0B5280B59EA', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"50373857-C47B-4B64-9332-D0B5280B59EA\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n50373857-C47B-4B64-9332-D0B5280B59EA\\r\\n","errorExample":""}]', 'title' => 'ModifyIpWhitelistGroup', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifySecurityGroups' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp142mt7****136k', ], ], [ 'name' => 'SecurityGroupIds', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'sg-t4ng4yyc916o81nua6**,sg-******', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '4EC521F2-5E15-41F8-92C2-0C454EA02434', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4EC521F2-5E15-41F8-92C2-0C454EA02434\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n4EC521F2-5E15-41F8-92C2-0C454EA02434\\r\\n","errorExample":""}]', 'title' => 'ModifySecurityGroups', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeIpWhitelist' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cds-bp1b136j****5d59', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '070CAB1F-0F38-4EA8-8FD9-CA129F22409D', ], 'IpList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'IP' => [ 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '192.***.0.23,30.15.***.133', ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"070CAB1F-0F38-4EA8-8FD9-CA129F22409D\\",\\n \\"IpList\\": {\\n \\"IP\\": [\\n \\"192.***.0.23,30.15.***.133\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n070CAB1F-0F38-4EA8-8FD9-CA129F22409D\\n\\n 192.***.0.23\\n 30.15.***.133\\n\\n","errorExample":""}]', 'title' => 'DescribeIpWhitelist', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeIpWhitelistGroups' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-j6c1zij80****9939', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '391A6933-0D4A-42EB-BCE7-03DA59D69ED4', ], 'Groups' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Group' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'IpVersion' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '4', ], 'GroupName' => [ 'description' => '', 'type' => 'string', 'example' => 'group_one', ], 'IpList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'IP' => [ 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => '127.0.0.1,192.***.0.1', ], ], ], ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"391A6933-0D4A-42EB-BCE7-03DA59D69ED4\\",\\n \\"Groups\\": {\\n \\"Group\\": [\\n {\\n \\"IpVersion\\": 4,\\n \\"GroupName\\": \\"group_one\\",\\n \\"IpList\\": {\\n \\"IP\\": [\\n \\"127.0.0.1,192.***.0.1\\"\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n \\n default\\n 4\\n \\n 42.***.74.126\\n 127.0.0.2\\n \\n \\n \\n default_jy\\n 4\\n \\n 42.***.74.126\\n 127.0.0.1\\n \\n \\n\\n391A6933-0D4A-42EB-BCE7-03DA59D69ED4\\n","errorExample":""}]', 'title' => 'DescribeIpWhitelistGroups', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeSecurityGroups' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1u2n43****n118', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'C300D7C1-C45C-45F3-965C-9C4C0B7CB266', ], 'SecurityGroupIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SecurityGroupId' => [ 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => 'sg-t4ng4yyc916o81nua6**,sg-****', ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C300D7C1-C45C-45F3-965C-9C4C0B7CB266\\",\\n \\"SecurityGroupIds\\": {\\n \\"SecurityGroupId\\": [\\n \\"sg-t4ng4yyc916o81nua6**,sg-****\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n sg-t4ng4yyc916o81nua6**\\n sg-****\\n\\nC300D7C1-C45C-45F3-965C-9C4C0B7CB266\\n","errorExample":""}]', 'title' => 'DescribeSecurityGroups', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyAccountPassword' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1l5ys6****wzrx', ], ], [ 'name' => 'Account', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cassandra_test', ], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Alibaba@#¥**', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '50373857-C47B-4B64-9332-D0B5280B59EA', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"50373857-C47B-4B64-9332-D0B5280B59EA\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n50373857-C47B-4B64-9332-D0B5280B59EA\\r\\n","errorExample":""}]', 'title' => 'ModifyAccountPassword', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeAccounts' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136jco79****', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '9BA1F8A4-12CC-4638-A7EC-D8FA2768D223', ], 'Accounts' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Account' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9BA1F8A4-12CC-4638-A7EC-D8FA2768D223\\",\\n \\"Accounts\\": {\\n \\"Account\\": [\\n {\\n \\"Name\\": \\"test\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n \\n \\n test\\n \\n \\n 9BA1F8A4-12CC-4638-A7EC-D8FA2768D223\\n","errorExample":""}]', 'title' => 'DescribeAccounts', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DeleteDataCenter' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp11tjzh50****7d', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '200FB963-9359-4CAD-90B7-96395C88FD9D', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"200FB963-9359-4CAD-90B7-96395C88FD9D\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 200FB963-9359-4CAD-90B7-96395C88FD9D\\r\\n","errorExample":""}]', 'title' => 'DeleteDataCenter', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyDataCenter' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d57', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], [ 'name' => 'DataCenterName', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Cassandra_test', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'FAE9E7A4-0E75-46F7-9710-D2E0B41AF9F5', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FAE9E7A4-0E75-46F7-9710-D2E0B41AF9F5\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nFAE9E7A4-0E75-46F7-9710-D2E0B41AF9F5\\r\\n","errorExample":""}]', 'title' => 'ModifyDataCenter', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeRegions' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'AcceptLanguage', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh-CN', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'F20BBD34-681D-4613-8EFA-259DF510A897', ], 'Regions' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Region' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'RegionEndpoint' => [ 'description' => '', 'type' => 'string', 'example' => 'cassandra.aliyuncs.com', ], 'LocalName' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => '', ], 'Zones' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Zone' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Id' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-b', ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"F20BBD34-681D-4613-8EFA-259DF510A897\\",\\n \\"Regions\\": {\\n \\"Region\\": [\\n {\\n \\"RegionEndpoint\\": \\"cassandra.aliyuncs.com\\",\\n \\"LocalName\\": \\"华东1(杭州)\\",\\n \\"RegionId\\": \\"华东1(杭州)\\",\\n \\"Zones\\": {\\n \\"Zone\\": [\\n {\\n \\"Id\\": \\"cn-hangzhou-b\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"F20BBD34-681D-4613-8EFA-259DF510A897\\n\\n \\n cn-hangzhou\\n cassandra.aliyuncs.com\\n 华东1(杭州)\\n \\n \\n cn-hangzhou-h\\n \\n \\n cn-hangzhou-i\\n \\n \\n cn-hangzhou-b\\n \\n \\n cn-hangzhou-e\\n \\n \\n cn-hangzhou-f\\n \\n \\n cn-hangzhou-g\\n \\n \\n \\n \\n cn-shanghai\\n cassandra.aliyuncs.com\\n 华东2(上海)\\n \\n \\n cn-shanghai-g\\n \\n \\n cn-shanghai-e\\n \\n \\n cn-shanghai-f\\n \\n \\n cn-shanghai-a\\n \\n \\n cn-shanghai-b\\n \\n \\n cn-shanghai-c\\n \\n \\n cn-shanghai-d\\n \\n \\n \\n \\n cn-qingdao\\n cassandra.aliyuncs.com\\n 华北1(青岛)\\n \\n \\n cn-qingdao-b\\n \\n \\n cn-qingdao-c\\n \\n \\n \\n \\n cn-beijing\\n cassandra.aliyuncs.com\\n 华北2(北京)\\n \\n \\n cn-beijing-h\\n \\n \\n cn-beijing-g\\n \\n \\n cn-beijing-f\\n \\n \\n cn-beijing-a\\n \\n \\n cn-beijing-b\\n \\n \\n cn-beijing-c\\n \\n \\n cn-beijing-d\\n \\n \\n cn-beijing-e\\n \\n \\n \\n \\n cn-shenzhen\\n cassandra.aliyuncs.com\\n 华南1(深圳)\\n \\n \\n cn-shenzhen-d\\n \\n \\n cn-shenzhen-e\\n \\n \\n cn-shenzhen-a\\n \\n \\n cn-shenzhen-b\\n \\n \\n cn-shenzhen-c\\n \\n \\n \\n \\n cn-hongkong\\n cassandra.aliyuncs.com\\n 中国(香港)\\n \\n \\n cn-hongkong-b\\n \\n \\n cn-hongkong-c\\n \\n \\n \\n \\n ap-southeast-1\\n cassandra.aliyuncs.com\\n 新加坡\\n \\n \\n ap-southeast-1c\\n \\n \\n ap-southeast-1a\\n \\n \\n ap-southeast-1b\\n \\n \\n \\n","errorExample":""}]', 'title' => 'DescribeRegions', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeDataCenters' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d57', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'C8CA4D25-47FE-47D9-A34F-69B554A3A069', ], 'DataCenters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'DataCenter' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'VpcId' => [ 'description' => '', 'type' => 'string', 'example' => 'vpc-bp1qitxqe1m5r****4mng', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Running', ], 'ExpireTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-03-22T00:00:00Z', ], 'VswitchId' => [ 'description' => '', 'type' => 'string', 'example' => 'vsw-bp13e9ynz3jpy****hqlm', ], 'PayType' => [ 'description' => '', 'type' => 'string', 'example' => 'Subscription', ], 'DiskSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '22000', ], 'DiskType' => [ 'description' => '', 'type' => 'string', 'example' => 'local_ssd_pro', ], 'InstanceType' => [ 'description' => '', 'type' => 'string', 'example' => 'cassandra.c5.xlarge', ], 'LockMode' => [ 'description' => '', 'type' => 'string', 'example' => 'None', ], 'AutoRenewPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '12', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou', ], 'AutoRenewal' => [ 'description' => '', 'type' => 'boolean', 'example' => 'false', ], 'CommodityInstance' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1syjlt****q976', ], 'NodeCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'DataCenterName' => [ 'description' => '', 'type' => 'string', 'example' => 'test', ], 'ZoneId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-g', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2019-09-20T16:02:34Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1syjlt****q976', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-g', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"C8CA4D25-47FE-47D9-A34F-69B554A3A069\\",\\n \\"DataCenters\\": {\\n \\"DataCenter\\": [\\n {\\n \\"VpcId\\": \\"vpc-bp1qitxqe1m5r****4mng\\",\\n \\"Status\\": \\"Running\\",\\n \\"ExpireTime\\": \\"2020-03-22T00:00:00Z\\",\\n \\"VswitchId\\": \\"vsw-bp13e9ynz3jpy****hqlm\\",\\n \\"PayType\\": \\"Subscription\\",\\n \\"DiskSize\\": 22000,\\n \\"DiskType\\": \\"local_ssd_pro\\",\\n \\"InstanceType\\": \\"cassandra.c5.xlarge\\",\\n \\"LockMode\\": \\"None\\",\\n \\"AutoRenewPeriod\\": 12,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"AutoRenewal\\": false,\\n \\"CommodityInstance\\": \\"cds-bp1syjlt****q976\\",\\n \\"NodeCount\\": 2,\\n \\"DataCenterName\\": \\"test\\",\\n \\"ZoneId\\": \\"cn-hangzhou-g\\",\\n \\"CreatedTime\\": \\"2019-09-20T16:02:34Z\\",\\n \\"ClusterId\\": \\"cds-bp1syjlt****q976\\",\\n \\"DataCenterId\\": \\"cn-hangzhou-g\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n \\n Running\\n cn-hangzhou-g\\n 2020-02-21T10:29:45Z\\n cds-bp1syjlt****q976\\n cn-hangzhou-g\\n 2\\n cds-bp1syjlt****q976\\n Subscription\\n None\\n test\\n vsw-bp1nm66r36goq****2thl\\n local_ssd_pro\\n vpc-bp120k6ixs4eo****vu6x\\n 22000\\n cn-hangzhou\\n cassandra.c.2xlarge\\n 2020-03-22T00:00:00Z\\n \\n\\n5AA67458-E8E8-419C-873A-D211CE2C7D31\\n","errorExample":""}]', 'title' => 'DescribeDataCenters', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'CreateBackupPlan' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp11tjzh50****7b', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cn-hangzhou-g', ], ], [ 'name' => 'BackupTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '00:30Z', ], ], [ 'name' => 'BackupPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Monday', ], ], [ 'name' => 'RetentionPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5', ], ], [ 'name' => 'Active', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '200FB963-9359-4CAD-90B7-96395C88FD9D', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"200FB963-9359-4CAD-90B7-96395C88FD9D\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 200FB963-9359-4CAD-90B7-96395C88FD9D\\r\\n","errorExample":""}]', 'title' => 'CreateBackupPlan', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DeleteBackupPlan' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp11tjzh50****7c', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cn-hangzhou-g', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '200FB963-9359-4CAD-90B7-96395C88FD9D', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"200FB963-9359-4CAD-90B7-96395C88FD9D\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 200FB963-9359-4CAD-90B7-96395C88FD9D\\r\\n","errorExample":""}]', 'title' => 'DeleteBackupPlan', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyBackupPlan' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-uf6m0bod****6158', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-e', ], ], [ 'name' => 'BackupTime', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => '00:30Z', ], ], [ 'name' => 'BackupPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'Monday,Tuesday', ], ], [ 'name' => 'RetentionPeriod', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '7', ], ], [ 'name' => 'Active', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'FA04A743-6C3F-4C06-A2B7-6B75B9D3D18C', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FA04A743-6C3F-4C06-A2B7-6B75B9D3D18C\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nFA04A743-6C3F-4C06-A2B7-6B75B9D3D18C\\r\\n","errorExample":""}]', 'title' => 'ModifyBackupPlan', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeBackup' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp11tjzh50****78', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ' cn-hangzhou-g', ], ], [ 'name' => 'BackupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2020010121****', ], ], [ 'name' => 'BackupType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Incremental', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '200FB963-9359-4CAD-90B7-96395C88FD9D', ], 'Backup' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'EndTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-01-01 21:48:54Z', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Succeeded', ], 'StartTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-01-01 21:48:40Z', ], 'Size' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '149016650', ], 'BackupType' => [ 'description' => '', 'type' => 'string', 'example' => 'Incremental', ], 'BackupId' => [ 'description' => '', 'type' => 'string', 'example' => '2020010121****', ], 'Details' => [ 'description' => '', 'type' => 'string', 'example' => '{"name": "cds-uf6m0bod****6159-20200226", "start": "2020-02-26 01:57:05", "end": "2020-02-26 02:12:50", "completeNodes": ["cds-uf6m0bod4****159-1-core-002.cassandra.rds.aliyuncs.com", "cds-uf6m0bo****v6159-1-core-001.cassandra.rds.aliyuncs.com", "cds-uf6m0bod****6159-1-core-003.cassandra.rds.aliyuncs.com"], "incompleteNodes": [], "missingNodes": [], "files": 923, "size": 149016650}', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => ' cn-hangzhou-g', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp11tjzh50****7v', ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"200FB963-9359-4CAD-90B7-96395C88FD9D\\",\\n \\"Backup\\": {\\n \\"EndTime\\": \\"2020-01-01 21:48:54Z\\",\\n \\"Status\\": \\"Succeeded\\",\\n \\"StartTime\\": \\"2020-01-01 21:48:40Z\\",\\n \\"Size\\": 149016650,\\n \\"BackupType\\": \\"Incremental\\",\\n \\"BackupId\\": \\"2020010121****\\",\\n \\"Details\\": \\"{\\\\\\"name\\\\\\": \\\\\\"cds-uf6m0bod****6159-20200226\\\\\\", \\\\\\"start\\\\\\": \\\\\\"2020-02-26 01:57:05\\\\\\", \\\\\\"end\\\\\\": \\\\\\"2020-02-26 02:12:50\\\\\\", \\\\\\"completeNodes\\\\\\": [\\\\\\"cds-uf6m0bod4****159-1-core-002.cassandra.rds.aliyuncs.com\\\\\\", \\\\\\"cds-uf6m0bo****v6159-1-core-001.cassandra.rds.aliyuncs.com\\\\\\", \\\\\\"cds-uf6m0bod****6159-1-core-003.cassandra.rds.aliyuncs.com\\\\\\"], \\\\\\"incompleteNodes\\\\\\": [], \\\\\\"missingNodes\\\\\\": [], \\\\\\"files\\\\\\": 923, \\\\\\"size\\\\\\": 149016650}\\",\\n \\"DataCenterId\\": \\" cn-hangzhou-g\\",\\n \\"ClusterId\\": \\"cds-bp11tjzh50****7v\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n FA04A743-6C3F-4C06-A2B7-6B75B9D3D18C\\n \\n Succeeded\\n cn-shanghai-e\\n
{\\"name\\": \\"cds-uf6m0bod****6159-20200226\\", \\"start\\": \\"2020-02-26 01:57:05\\", \\"end\\": \\"2020-02-26 02:12:50\\", \\"completeNodes\\": [\\"cds-uf6m0bod****6159-1-core-002.cassandra.rds.aliyuncs.com\\", \\"cds-uf6m0bod****6159-1-core-001.cassandra.rds.aliyuncs.com\\", \\"cds-uf6m0bod****6159-1-core-003.cassandra.rds.aliyuncs.com\\"], \\"incompleteNodes\\": [], \\"missingNodes\\": [], \\"files\\": 923, \\"size\\": 149016650}\\n
\\n 2020-02-26T02:12:50Z\\n cds-uf6m0bo****v6159\\n 149016650\\n 2020-02-26T01:57:00Z\\n 20200226\\n Incremental\\n
\\n
","errorExample":""}]', 'title' => 'DescribeBackup', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeBackupPlan' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-uf6m0bo****6158', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-e', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '0EA95AA2-860C-42CB-97CF-78CA3937E0D5', ], 'BackupPlan' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Active' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'BackupPeriod' => [ 'description' => '', 'type' => 'string', 'example' => 'Monday', ], 'RetentionPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '7', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-02-26T01:56Z', ], 'BackupTime' => [ 'description' => '', 'type' => 'string', 'example' => '00:30Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-uf6m0b****7v6159', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shanghai-e', ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"0EA95AA2-860C-42CB-97CF-78CA3937E0D5\\",\\n \\"BackupPlan\\": {\\n \\"Active\\": true,\\n \\"BackupPeriod\\": \\"Monday\\",\\n \\"RetentionPeriod\\": 7,\\n \\"CreatedTime\\": \\"2020-02-26T01:56Z\\",\\n \\"BackupTime\\": \\"00:30Z\\",\\n \\"ClusterId\\": \\"cds-uf6m0b****7v6159\\",\\n \\"DataCenterId\\": \\"cn-shanghai-e\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 0EA95AA2-860C-42CB-97CF-78CA3937E0D5\\n \\n cn-shanghai-e\\n Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday\\n true\\n 2020-02-26T01:56Z\\n cds-uf6m0bo****v6159\\n 00:30Z\\n 7\\n \\n","errorExample":""}]', 'title' => 'DescribeBackupPlan', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeBackups' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-uf6m0bod****6158', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-e', ], ], [ 'name' => 'BackupType', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Incremental', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'A6E59F3B-5CB7-4922-85CA-06EC0BB00BAA', ], 'Backups' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Backup' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-02-26T02:12:50Z', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'Succeeded', ], 'StartTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-02-26T01:57:00Z', ], 'Size' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '149016650', ], 'BackupType' => [ 'description' => '', 'type' => 'string', 'example' => 'Incremental', ], 'BackupId' => [ 'description' => '', 'type' => 'string', 'example' => '20200***', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-uf6m0bod****6159', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => ' cn-shanghai-e', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A6E59F3B-5CB7-4922-85CA-06EC0BB00BAA\\",\\n \\"Backups\\": {\\n \\"Backup\\": [\\n {\\n \\"EndTime\\": \\"2020-02-26T02:12:50Z\\",\\n \\"Status\\": \\"Succeeded\\",\\n \\"StartTime\\": \\"2020-02-26T01:57:00Z\\",\\n \\"Size\\": 149016650,\\n \\"BackupType\\": \\"Incremental\\",\\n \\"BackupId\\": \\"20200***\\",\\n \\"ClusterId\\": \\"cds-uf6m0bod****6159\\",\\n \\"DataCenterId\\": \\" cn-shanghai-e\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n A6E59F3B-5CB7-4922-85CA-06EC0BB00BAA\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-02-26T02:12:50Z\\n cds-uf6m0bo****6159\\n 149016650\\n 2020-02-26T01:57:00Z\\n 20200226\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-02-27T01:01:28Z\\n cds-uf6m0bod****6159\\n 149494577\\n 2020-02-27T01:01:00Z\\n 20200227\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-02-28T01:01:23Z\\n cds-uf6m0bo****v6159\\n 149282931\\n 2020-02-28T01:01:00Z\\n 20200228\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-02-29T01:00:56Z\\n cds-uf6m0bod****6159\\n 149454625\\n 2020-02-29T00:25:28Z\\n 20200229\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-02T22:12:41Z\\n cds-uf6m0bo****v6159\\n 149364202\\n 2020-03-01T00:30:00Z\\n 20200301\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-02T00:30:13Z\\n cds-uf6m0bod****6159\\n 149356372\\n 2020-03-02T00:30:00Z\\n 20200302\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-04T02:11:59Z\\n cds-uf6m0bo****v6159\\n 149359298\\n 2020-03-03T00:30:00Z\\n 20200303\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-04T02:12:09Z\\n cds-uf6m0bod****6159\\n 149267899\\n 2020-03-04T00:30:00Z\\n 20200304\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-06T15:52:58Z\\n cds-uf6m0bod****6159\\n 149188148\\n 2020-03-05T00:30:00Z\\n 20200305\\n Incremental\\n \\n \\n Succeeded\\n cn-shanghai-e\\n 2020-03-06T15:53:06Z\\n cds-uf6m0bod****6159\\n 149188280\\n 2020-03-06T00:30:00Z\\n 20200306\\n Incremental\\n \\n \\n","errorExample":""}]', 'title' => 'DescribeBackups', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeBackupPlans' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1yt5g0****7f48', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '200FB963-9359-4CAD-90B7-96395C88FD9D', ], 'BackupPlans' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BackupPlan' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Active' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'BackupPeriod' => [ 'description' => '', 'type' => 'string', 'example' => 'Monday', ], 'RetentionPeriod' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '5', ], 'CreatedTime' => [ 'description' => '', 'type' => 'string', 'example' => '2020-02-26T01:56Z', ], 'BackupTime' => [ 'description' => '', 'type' => 'string', 'example' => ' 00:30Z', ], 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-uf6m0bod****6159', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-g', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"200FB963-9359-4CAD-90B7-96395C88FD9D\\",\\n \\"BackupPlans\\": {\\n \\"BackupPlan\\": [\\n {\\n \\"Active\\": true,\\n \\"BackupPeriod\\": \\"Monday\\",\\n \\"RetentionPeriod\\": 5,\\n \\"CreatedTime\\": \\"2020-02-26T01:56Z\\",\\n \\"BackupTime\\": \\" 00:30Z\\",\\n \\"ClusterId\\": \\"cds-uf6m0bod****6159\\",\\n \\"DataCenterId\\": \\"cn-hangzhou-g\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n DBADCCEE-0E07-4DBD-9343-C7F312B23979\\n \\n \\n cn-shanghai-e\\n Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday\\n true\\n 2020-02-26T01:56Z\\n cds-uf6m0bod****6159\\n 00:30Z\\n 7\\n \\n \\n","errorExample":""}]', 'title' => 'DescribeBackupPlans', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeContactPoints' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d57', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '467F786B-C765-40C4-8493-89F4CE95F1B6', ], 'ContactPoints' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ContactPoint' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Port' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '9042', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-hangzhou-g', ], 'PublicAddresses' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PublicAddress' => [ 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com', ], ], ], ], 'PrivateAddresses' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PrivateAddress' => [ 'type' => 'array', 'items' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1b136****5d56-1-core-001.cassandra.rds.aliyuncs.com', ], ], ], ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"467F786B-C765-40C4-8493-89F4CE95F1B6\\",\\n \\"ContactPoints\\": {\\n \\"ContactPoint\\": [\\n {\\n \\"Port\\": 9042,\\n \\"DataCenterId\\": \\"cn-hangzhou-g\\",\\n \\"PublicAddresses\\": {\\n \\"PublicAddress\\": [\\n \\"cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com\\"\\n ]\\n },\\n \\"PrivateAddresses\\": {\\n \\"PrivateAddress\\": [\\n \\"cds-bp1b136****5d56-1-core-001.cassandra.rds.aliyuncs.com\\"\\n ]\\n }\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n467F786B-C765-40C4-8493-89F4CE95F1B6\\n\\n \\n 9042\\n cn-hangzhou-g\\n \\n cds-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com\\n cds-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com\\n \\n \\n cds-proxy-pub-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com\\n cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com\\n \\n \\n\\n","errorExample":""}]', 'title' => 'DescribeContactPoints', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'AllocatePublicContactPoints' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1hy2i****2z46l', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '50373857-C47B-4B64-9332-D0B5280B59EA', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"50373857-C47B-4B64-9332-D0B5280B59EA\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 50373857-C47B-4B64-9332-D0B5280B59EA\\r\\n","errorExample":""}]', 'title' => 'AllocatePublicContactPoints', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ReleasePublicContactPoints' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1b136j****5d51', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou-g', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'DE71CDCF-97AF-4D69-A327-5F4B23184B9A', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DE71CDCF-97AF-4D69-A327-5F4B23184B9A\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nDE71CDCF-97AF-4D69-A327-5F4B23184B9A\\r\\n","errorExample":""}]', 'title' => 'ReleasePublicContactPoints', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DeleteNodeToolExecutionHistory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-3872l6py****n4ug', ], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'job-QdKa51s****U0gHf', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-f', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'D72B6BAC-BB95-48DA-99A9-A9903CD02498', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"D72B6BAC-BB95-48DA-99A9-A9903CD02498\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n D72B6BAC-BB95-48DA-99A9-A9903CD02498\\r\\n","errorExample":""}]', 'title' => 'DeleteNodeToolExecutionHistory', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeNodeToolExecutionHistory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-t4n98w89z77*****', ], ], [ 'name' => 'DcId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ap-southeast-1a', ], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'job-y0edwqo993m*****', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Nodes' => [ 'description' => '', 'type' => 'string', 'example' => 'core-1', ], 'ErrorMessage' => [ 'description' => '', 'type' => 'string', 'example' => 'Error: The keyspace ap-southeast-1a, does not exist', ], 'Result' => [ 'description' => '', 'type' => 'string', 'example' => 'result', ], 'CreateTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1603103307000', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1', ], 'Arguments' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1a', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '94D5E0BE-F383-4BBB-B768-7FA3414E95A3', ], 'IsEnded' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'JobId' => [ 'description' => '', 'type' => 'string', 'example' => 'job-y0edwqo993m*****', ], 'Command' => [ 'description' => '', 'type' => 'string', 'example' => 'status', ], 'ModifyTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1603103312000', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'ap-southeast-1a', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Nodes\\": \\"core-1\\",\\n \\"ErrorMessage\\": \\"Error: The keyspace ap-southeast-1a, does not exist\\",\\n \\"Result\\": \\"result\\",\\n \\"CreateTime\\": 1603103307000,\\n \\"RegionId\\": \\"ap-southeast-1\\",\\n \\"Arguments\\": \\"ap-southeast-1a\\",\\n \\"RequestId\\": \\"94D5E0BE-F383-4BBB-B768-7FA3414E95A3\\",\\n \\"IsEnded\\": true,\\n \\"JobId\\": \\"job-y0edwqo993m*****\\",\\n \\"Command\\": \\"status\\",\\n \\"ModifyTime\\": 1603103312000,\\n \\"DataCenterId\\": \\"ap-southeast-1a\\"\\n}","errorExample":""},{"type":"xml","example":"1603103312000\\nap-southeast-1a\\n94D5E0BE-F383-4BBB-B768-7FA3414E95A3\\n1603103307000\\nap-southeast-1a\\ncore-1\\nresult\\ntrue\\nstatus\\nap-southeast-1\\nError: The keyspace ap-southeast-1a, does not exist\\njob-y0edwqo993m*****","errorExample":""}]', 'title' => 'DescribeNodeToolExecutionHistory', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeNodeToolExecutionHistories' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-3872l6py****n9ul', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'FDC6EF03-8B7D-470D-AB81-BD9C9713A9E3', ], 'PageNumber' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '2', ], 'Histories' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'History' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Nodes' => [ 'description' => '', 'type' => 'string', 'example' => 'core-1,core-2', ], 'ErrorMessage' => [ 'description' => '', 'type' => 'string', 'example' => 'See \\"nodetool help\\" or \\"nodetool help', ], 'IsEnded' => [ 'description' => '', 'type' => 'boolean', 'example' => 'true', ], 'CreateTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1576725956000', ], 'JobId' => [ 'description' => '', 'type' => 'string', 'example' => 'job-C3zcrKtZ****qapO', ], 'Command' => [ 'description' => '', 'type' => 'string', 'example' => 'settimeout misc', ], 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shanghai-f', ], 'Arguments' => [ 'description' => '', 'type' => 'string', 'example' => '10093', ], 'RegionId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shanghai', ], 'ModifyTime' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1576725689000', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FDC6EF03-8B7D-470D-AB81-BD9C9713A9E3\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 2,\\n \\"Histories\\": {\\n \\"History\\": [\\n {\\n \\"Nodes\\": \\"core-1,core-2\\",\\n \\"ErrorMessage\\": \\"See \\\\\\\\\\\\\\"nodetool help\\\\\\\\\\\\\\" or \\\\\\\\\\\\\\"nodetool help\\",\\n \\"IsEnded\\": true,\\n \\"CreateTime\\": 1576725956000,\\n \\"JobId\\": \\"job-C3zcrKtZ****qapO\\",\\n \\"Command\\": \\"settimeout misc\\",\\n \\"DataCenterId\\": \\"cn-shanghai-f\\",\\n \\"Arguments\\": \\"10093\\",\\n \\"RegionId\\": \\"cn-shanghai\\",\\n \\"ModifyTime\\": 1576725689000\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n2\\n10\\nFDC6EF03-8B7D-470D-AB81-BD9C9713A9E3\\n1\\n\\n \\n 1576725953000\\n cn-shanghai-f\\n settimeout misc\\n 1576725956000\\n 10093\\n cn-shanghai\\n job-0XDBTwhOxelqFikQ\\n core-1,core-2\\n \\n \\n 1576725689000\\n cn-shanghai-f\\n settimeout misc\\n 1576725692000\\n 10039\\n cn-shanghai\\n job-C3zcrKtZijSyqapO\\n core-1,core-2\\n \\n\\n","errorExample":""}]', 'title' => 'DescribeNodeToolExecutionHistories', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ExecuteNodeTool' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-3872l6py****n4u1', ], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'settimeout misc', ], ], [ 'name' => 'Arguments', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '10056', ], ], [ 'name' => 'DataCenterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-f', ], ], [ 'name' => 'ExecuteNodes', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'core-2', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'DCF0CD20-0F85-4FD2-8F75-73636D1331F7', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"DCF0CD20-0F85-4FD2-8F75-73636D1331F7\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nDCF0CD20-0F85-4FD2-8F75-73636D1331F7\\r\\n","errorExample":""}]', 'title' => 'ExecuteNodeTool', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ModifyParameter' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp1l5ys6****wzr5', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cas_contention_timeout_in_ms', ], ], [ 'name' => 'Value', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2000', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'BC262FE3-91ED-4FE7-BD75-190B62D8BABC', ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"BC262FE3-91ED-4FE7-BD75-190B62D8BABC\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nBC262FE3-91ED-4FE7-BD75-190B62D8BABC\\r\\n","errorExample":""}]', 'title' => 'ModifyParameter', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeParameterModificationHistories' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp18si70****10s2', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '0CD8CFEE-879B-42FF-BCE5-A339C36E77DF', ], 'PageNumber' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '18', ], 'Histories' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'History' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Time' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '1576758805000', ], 'OldValue' => [ 'description' => '', 'type' => 'string', 'example' => '1000', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'cas_contention_timeout_in_ms', ], 'NewValue' => [ 'description' => '', 'type' => 'string', 'example' => '2000', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"0CD8CFEE-879B-42FF-BCE5-A339C36E77DF\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 18,\\n \\"Histories\\": {\\n \\"History\\": [\\n {\\n \\"Time\\": 1576758805000,\\n \\"OldValue\\": \\"1000\\",\\n \\"Name\\": \\"cas_contention_timeout_in_ms\\",\\n \\"NewValue\\": \\"2000\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n \\n cas_contention_timeout_in_ms\\n \\n 1100\\n 1000\\n \\n \\n cas_contention_timeout_in_ms\\n \\n 1000\\n 1100\\n \\n\\n1\\n2\\n10\\n0CD8CFEE-879B-42FF-BCE5-A339C36E77DF\\n","errorExample":""}]', 'title' => 'DescribeParameterModificationHistories', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeParameters' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-j6c1zij8****994s', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '863163EC-69DA-41B3-AB78-37C123114307', ], 'PageNumber' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '', 'type' => 'integer', 'format' => 'int64', 'example' => '9', ], 'Parameters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Parameter' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Value' => [ 'description' => '', 'type' => 'string', 'example' => '1000', ], 'DataType' => [ 'description' => '', 'type' => 'string', 'example' => 'INT', ], 'Description' => [ 'description' => '', 'type' => 'string', 'example' => 'How long the coordinator should wait for seq or index scans to complete.', ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'range_request_timeout_in_ms', ], 'DefaultValue' => [ 'description' => '', 'type' => 'string', 'example' => '1000', ], 'AllowedValues' => [ 'description' => '', 'type' => 'string', 'example' => 'R[1000, 60000]', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"863163EC-69DA-41B3-AB78-37C123114307\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 9,\\n \\"Parameters\\": {\\n \\"Parameter\\": [\\n {\\n \\"Value\\": \\"1000\\",\\n \\"DataType\\": \\"INT\\",\\n \\"Description\\": \\"How long the coordinator should wait for seq or index scans to complete.\\",\\n \\"Name\\": \\"range_request_timeout_in_ms\\",\\n \\"DefaultValue\\": \\"1000\\",\\n \\"AllowedValues\\": \\"R[1000, 60000]\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n \\n cas_contention_timeout_in_ms\\n How long a coordinator should continue to retry a CAS operation that contends with other proposals for the same row.\\n R[1000, 60000]\\n 1000\\n INT\\n 1000\\n \\n \\n counter_write_request_timeout_in_ms\\n How long the coordinator should wait for counter writes to complete.\\n R[1000, 60000]\\n 5000\\n INT\\n 5000\\n \\n \\n enable_materialized_views\\n Enables materialized view creation on this node.\\n G[true|false]\\n true\\n STR\\n true\\n \\n \\n enable_sasi_indexes\\n Enables SASI index creation on this node.\\n G[true|false]\\n true\\n STR\\n true\\n \\n \\n range_request_timeout_in_ms\\n How long the coordinator should wait for seq or index scans to complete.\\n R[1000, 60000]\\n 10000\\n INT\\n 10000\\n \\n \\n read_request_timeout_in_ms\\n How long the coordinator should wait for read operations to complete.\\n R[1000, 60000]\\n 5000\\n INT\\n 5000\\n \\n \\n request_timeout_in_ms\\n The default timeout for other, miscellaneous operations.\\n R[1000, 60000]\\n 10000\\n INT\\n 10000\\n \\n \\n truncate_request_timeout_in_ms\\n How long the coordinator should wait for truncates to complete.\\n R[1000, 60000]\\n 60000\\n INT\\n 60000\\n \\n \\n write_request_timeout_in_ms\\n How long the coordinator should wait for writes to complete.\\n R[1000, 60000]\\n 2000\\n INT\\n 2000\\n \\n\\n1\\n9\\n10\\n863163EC-69DA-41B3-AB78-37C123114307\\n","errorExample":""}]', 'title' => 'DescribeParameters', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeClusterDashboard' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-bp14****135h', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '9339F598-0560-43CE-9F57-CD7B6B385DBB', ], 'Dashboard' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'ClusterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-bp1syjlt****q976', ], 'DataCenters' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'DataCenter' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'DataCenterId' => [ 'description' => '', 'type' => 'string', 'example' => 'cn-shanghai-e', ], 'Nodes' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Node' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Address' => [ 'description' => '', 'type' => 'string', 'example' => '192.***.12.3', ], 'Status' => [ 'description' => '', 'type' => 'string', 'example' => 'UpNormal', ], 'Load' => [ 'description' => '', 'type' => 'string', 'example' => '54.4 MiB', ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9339F598-0560-43CE-9F57-CD7B6B385DBB\\",\\n \\"Dashboard\\": {\\n \\"ClusterId\\": \\"cds-bp1syjlt****q976\\",\\n \\"DataCenters\\": {\\n \\"DataCenter\\": [\\n {\\n \\"DataCenterId\\": \\"cn-shanghai-e\\",\\n \\"Nodes\\": {\\n \\"Node\\": [\\n {\\n \\"Address\\": \\"192.***.12.3\\",\\n \\"Status\\": \\"UpNormal\\",\\n \\"Load\\": \\"54.4 MiB\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 9339F598-0560-43CE-9F57-CD7B6B385DBB\\n \\n \\n \\n cn-shanghai-e\\n \\n \\n UpNormal\\n 54.4 MiB\\n
192.***.0.208
\\n
\\n \\n UpNormal\\n 49.99 MiB\\n
192.***.0.209
\\n
\\n \\n UpNormal\\n 37.8 MiB\\n
192.***.0.211
\\n
\\n
\\n
\\n
\\n cds-uf6m0bod4***6159\\n
\\n
","errorExample":""}]', 'title' => 'DescribeClusterDashboard', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ListTagResources' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'NextToken', ], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, ], 'required' => false, 'example' => 'cds-wz9p9ccq****92as', 'maxItems' => 51, ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'key1', ], 'Value' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'value1', ], ], 'required' => false, ], 'required' => false, 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NextToken' => [ 'description' => '', 'type' => 'string', 'example' => '1d2db86sca4384811e0b5e8707e68181f', ], 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '74F02441-9A8D-48F6-933F-E317AEB28DBF', ], 'TagResources' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TagResource' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TagValue' => [ 'description' => '', 'type' => 'string', 'example' => 'v1', ], 'ResourceType' => [ 'description' => '', 'type' => 'string', 'example' => 'ALIYUN::CASSANDRA::CLUSTER', ], 'ResourceId' => [ 'description' => '', 'type' => 'string', 'example' => 'cds-wz9p9ccq****92as', ], 'TagKey' => [ 'description' => '', 'type' => 'string', 'example' => 'k1', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"NextToken\\": \\"1d2db86sca4384811e0b5e8707e68181f\\",\\n \\"RequestId\\": \\"74F02441-9A8D-48F6-933F-E317AEB28DBF\\",\\n \\"TagResources\\": {\\n \\"TagResource\\": [\\n {\\n \\"TagValue\\": \\"v1\\",\\n \\"ResourceType\\": \\"ALIYUN::CASSANDRA::CLUSTER\\",\\n \\"ResourceId\\": \\"cds-wz9p9ccq****92as\\",\\n \\"TagKey\\": \\"k1\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"74F02441-9A8D-48F6-933F-E317AEB28DBF\\n1d2db86sca4384811e0b5e8707e68181f\\n\\n \\n cds-wz9p9ccq****92as\\n k1\\n ALIYUN::CASSANDRA::CLUSTER\\n v1\\n \\n","errorExample":""}]', 'title' => 'ListTagResources', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ListTags' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '36D1BE9B-3C4A-425B-947A-69E3D77999C4', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TagValue' => [ 'description' => '', 'type' => 'string', 'example' => 'v2', ], 'TagKey' => [ 'description' => '', 'type' => 'string', 'example' => 'k1', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"36D1BE9B-3C4A-425B-947A-69E3D77999C4\\",\\n \\"Tags\\": {\\n \\"Tag\\": [\\n {\\n \\"TagValue\\": \\"v2\\",\\n \\"TagKey\\": \\"k1\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n \\n \\n k1\\n \\n \\n v1\\n k1\\n \\n \\n v2\\n k1\\n \\n \\n v2\\n k2\\n \\n \\n v3\\n k3\\n \\n \\n single\\n type\\n \\n\\n36D1BE9B-3C4A-425B-947A-69E3D77999C4\\n","errorExample":""}]', 'title' => 'ListTags', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'UnTagResources' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shenzhen', ], ], [ 'name' => 'All', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'boolean', 'required' => false, 'example' => 'true', ], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', ], 'required' => true, 'example' => 'cds-wz92o754****7779', 'maxItems' => 51, ], ], [ 'name' => 'TagKey', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', ], 'required' => false, 'example' => 'key', 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '9CBF8DF0-4931-4A54-9B60-4C6E1AB59286', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"9CBF8DF0-4931-4A54-9B60-4C6E1AB59286\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n9CBF8DF0-4931-4A54-9B60-4C6E1AB59286\\r\\n","errorExample":""}]', 'title' => 'UnTagResources', ], 'MoveResourceGroup' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'ClusterId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cds-k6g0e3l9h****', ], ], [ 'name' => 'NewResourceGroupId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'rg-a4f9jl8u4e****', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'FF520A14-0247-47C2-B5CA-7E01D34E9C8A', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FF520A14-0247-47C2-B5CA-7E01D34E9C8A\\"\\n}","errorExample":""},{"type":"xml","example":"FF520A14-0247-47C2-B5CA-7E01D34E9C8A","errorExample":""}]', 'title' => 'MoveResourceGroup', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'TagResources' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shenzhen', ], ], [ 'name' => 'ResourceId', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'string', 'required' => false, ], 'required' => true, 'example' => 'cds-wz92o754****7779', 'maxItems' => 51, ], ], [ 'name' => 'Tag', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'k1', ], 'Value' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => 'v1', ], ], 'required' => false, ], 'required' => true, 'maxItems' => 21, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => '2656FA19-6059-40C8-A157-3FFBEAEC2369', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"2656FA19-6059-40C8-A157-3FFBEAEC2369\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n2656FA19-6059-40C8-A157-3FFBEAEC2369\\r\\n","errorExample":""}]', 'description' => '****', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], ], 'endpoints' => [ [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-2-pop', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-south-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-2', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-3', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-finance-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-gov-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-edge-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-fujian', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-finance', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-north-2-gov-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao-nebula', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-inner', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-inner', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-wuhan', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-yushanfang', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'eu-west-1-oxs', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'me-east-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'rus-west-1-pop', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'us-east-1', 'endpoint' => 'cassandra.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'cassandra.aliyuncs.com', ], ], ];