'1.0', 'info' => ['style' => 'RPC', 'product' => 'hitsdb', 'version' => '2017-06-01'], 'directories' => ['CreateHiTSDBInstance', 'DeleteHiTSDBInstance', 'DescribeHiTSDBInstance', 'DescribeHiTSDBInstanceList', 'DescribeHiTSDBInstanceSecurityIpList', 'DescribeRegions', 'DescribeZones', 'ModifyHiTSDBInstanceClass', 'ModifyHiTSDBInstanceSecurityIpList', 'RenameHiTSDBInstanceAlias', 'RenewTSDBInstance', 'RestartHiTSDBInstance', 'SwitchHiTSDBInstancePublicNet'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateHiTSDBInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '75169', 'abilityTreeNodes' => ['FEATUREhitsdbUE1KPV'], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai', 'title' => ''], ], [ 'name' => 'AppKey', 'in' => 'query', 'schema' => ['description' => 'The reserved parameter.', 'type' => 'string', 'required' => false, 'example' => 'None', 'title' => ''], ], [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['description' => 'The zone ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai-b', 'title' => ''], ], [ 'name' => 'InstanceAlias', 'in' => 'query', 'schema' => ['description' => 'The instance name.', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'tsdb_test', 'title' => ''], ], [ 'name' => 'InstanceClass', 'in' => 'query', 'schema' => [ 'description' => 'The instance type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'enum' => ['influxdata.n1.xlarge', 'influxdata.n1.2xlarge', 'influxdata.n1.4xlarge', 'influxdata.n1.8xlarge', 'influxdata.n1.16xlarge', 'influxdata.n1.mxlarge', 'influxdata.n1.xlarge_ha', 'influxdata.n1.2xlarge_ha', 'influxdata.n1.4xlarge_ha', 'influxdata.n1.8xlarge_ha', 'influxdata.n1.16xlarge_ha', 'influxdata.n1.mxlarge_ha', 'tsdb.1x.basic', 'tsdb.3x.basic', 'tsdb.4x.basic', 'tsdb.12x.standard', 'tsdb.24x.standard', 'tsdb.48x.large', 'tsdb.96x.large', 'tsdb.iot.1x.small'], 'example' => 'tsdb.1x.basic', 'title' => '', ], ], [ 'name' => 'InstanceStorage', 'in' => 'query', 'schema' => ['description' => 'The instance storage capacity. Unit: GB.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '50', 'title' => ''], ], [ 'name' => 'PayType', 'in' => 'query', 'schema' => [ 'description' => 'The billing method. Valid values:'."\n" ."\n" .'- PREPAY: subscription.'."\n" ."\n" .'- POSTPAY: pay-as-you-go.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'enum' => ['POSTPAY', 'PREPAY'], 'example' => 'PREPAY', 'title' => '', ], ], [ 'name' => 'VPCId', 'in' => 'query', 'schema' => ['description' => 'The VPC ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vpc-wz9ydz3vg93s1ozsd****', 'title' => ''], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['description' => 'The vSwitch ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vsw-wz9kv78f9cp47yadu****', 'title' => ''], ], [ 'name' => 'PricingCycle', 'in' => 'query', 'schema' => [ 'description' => 'The unit of the subscription duration for a subscription instance. Valid values:'."\n" ."\n" .'- Month: month.'."\n" ."\n" .'- Year: year.', 'type' => 'string', 'required' => false, 'enum' => ['Month', 'Year'], 'example' => 'Month', 'title' => '', ], ], [ 'name' => 'Duration', 'in' => 'query', 'schema' => ['description' => 'The subscription duration.'."\n" ."\n" .'- If PricingCycle is set to Month, valid values are \\[1,9\\].'."\n" ."\n" .'- If PricingCycle is set to Year, valid values are \\[1,3\\].', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''], ], [ 'name' => 'DiskCategory', 'in' => 'query', 'schema' => [ 'description' => 'The disk type for TSDB for InfluxDB®️. Valid values:'."\n" ."\n" .'- cloud_efficiency: ultra cloud disk.'."\n" ."\n" .'- cloud_ssd: standard SSD.'."\n" ."\n" .'- cloud_essd: Enterprise SSD (ESSD).', 'type' => 'string', 'required' => false, 'enum' => ['cloud_essd', 'cloud_ssd', 'cloud_efficiency'], 'example' => 'cloud_ssd', 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '587BCA54-50DA-4885-ADE9-80A848339151', 'title' => ''], 'InstanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'ts-wz99vz6u8jg39****', 'title' => ''], 'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '211110656240000', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'TSDB.Errorcode.ParameterInvaild', 'errorMessage' => 'The parameter is invalid.', 'description' => ''], ], 404 => [ ['errorCode' => 'TSDB.Errorcode.InstanceNotFound', 'errorMessage' => 'The instance is not found', 'description' => ''], ], 411 => [ ['errorCode' => 'TSDB.Errorcode.InstanceClassAndEngineTypeMismatch', 'errorMessage' => 'The engine type and instance class parameters do not match. Instance class will take precedence.', 'description' => ''], ], [ ['errorCode' => 'TSDB.Errorcode.InstanceStorageInvalid', 'errorMessage' => 'The parameter of instance storage is invalid.', 'description' => ''], ], ], 'title' => 'Create a TSDB instance', 'summary' => 'Creates a TSDB instance by calling CreateHiTSDBInstance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'hitsdb:CreateHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"587BCA54-50DA-4885-ADE9-80A848339151\\",\\n \\"InstanceId\\": \\"ts-wz99vz6u8jg39****\\",\\n \\"OrderId\\": 211110656240000\\n}","type":"json"}]', ], 'DeleteHiTSDBInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '75170', 'abilityTreeNodes' => ['FEATUREhitsdbUE1KPV'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxxxxx', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '1556DCB0-043A-4444-8BD9-CF4A68E7EE64', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The detailed reason why the access is denied.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsNotPostPay', 'errorMessage' => 'The instance billing type is not subscription.', 'description' => ''], ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Delete an instance', 'summary' => 'Deletes a Time Series Database (TSDB) instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'delete', 'ramAction' => [ 'action' => 'hitsdb:DeleteHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1556DCB0-043A-4444-8BD9-CF4A68E7EE64\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'DescribeHiTSDBInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxx', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The instance status. Valid values:'."\n" .'- ACTIVATION: running'."\n" .'- CREATING: being created'."\n" .'- NET_CREATING: creating network connection'."\n" .'- CLASS_CHANGING: changing instance specifications'."\n" .'- LOCKED: locked'."\n" .'- DELETED: deleted.', 'type' => 'string', 'example' => 'ACTIVATION', 'title' => ''], 'VpcId' => ['description' => 'The VPC ID.', 'type' => 'string', 'example' => 'vpc-xxxxxxxxxxxxxxxxxxxxx', 'title' => ''], 'PaymentType' => ['description' => 'The billing method. Valid values:'."\n" .'- PREPAY: subscription'."\n" .'- POSTPAY: pay-as-you-go.', 'type' => 'string', 'example' => 'PREPAY', 'title' => ''], 'VswitchId' => ['description' => 'The vSwitch ID.', 'type' => 'string', 'example' => 'vsw-xxxxxxxxxxxxxxxxxxxxx', 'title' => ''], 'CreateTime' => ['description' => 'The timestamp when the instance was created.', 'type' => 'integer', 'format' => 'int64', 'example' => '1603426323000', 'title' => ''], 'MemSize' => ['description' => 'The memory size of the database. This parameter applies to TSDB for InfluxDB® instances.', 'type' => 'string', 'example' => '8', 'title' => ''], 'CpuNumber' => ['description' => 'The number of CPU cores.', 'type' => 'string', 'example' => '2', 'title' => ''], 'ChargeType' => ['description' => 'The billing method. Valid values:'."\n" .'- PREPAY: subscription'."\n" .'- POSTPAY: pay-as-you-go.', 'type' => 'string', 'example' => 'PREPAY', 'title' => ''], 'PublicConnectionString' => ['description' => 'The public network connection string of the instance.', 'type' => 'string', 'example' => 'ts-xxxxxxxxxxxxxxxxx.influxdata.rds.aliyuncs.com:3242', 'title' => ''], 'NetworkType' => ['description' => 'The network type of the instance.', 'type' => 'string', 'example' => 'VPC', 'title' => ''], 'MaxTimelineLimit' => ['description' => 'The maximum number of timelines for the instance. This parameter applies to TSDB instances.', 'type' => 'string', 'example' => '2400000', 'title' => ''], 'DiskCategory' => ['description' => 'The disk category for TSDB for InfluxDB® instances. Valid values:'."\n" .'- cloud_efficiency: ultra cloud disk'."\n" .'- cloud_ssd: standard SSD.', 'type' => 'string', 'example' => 'cloud_efficiency', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '8D156621-1FCB-414A-BD29-361C3CA4DD56', 'title' => ''], 'InstanceTps' => ['description' => 'The TPS performance of the instance. Unit: requests per second.', 'type' => 'string', 'example' => '960000', 'title' => ''], 'ConnectionString' => ['description' => 'The database endpoint.', 'type' => 'string', 'example' => 'ts-xxxxxxxxxxxxxxxxx.hitsdb.tsdb.aliyuncs.com:8242', 'title' => ''], 'GmtExpire' => ['description' => 'The expiration time of the subscription instance. Format: yyyy-MM-dd HH:mm:ss.', 'type' => 'string', 'example' => '2020-12-17 00:00:00', 'title' => ''], 'EngineType' => ['description' => 'The engine type. Valid values:'."\n" .'- tsdb_tsdb: TSDB'."\n" .'- tsdb_influxdb: TSDB for InfluxDB®'."\n" .'- tsdb1.5: TSDB 1.5.', 'type' => 'string', 'example' => 'tsdb_tsdb', 'title' => ''], 'InstanceClass' => ['description' => 'The instance specifications.', 'type' => 'string', 'example' => 'tsdb.96x.large_lindorm', 'title' => ''], 'AutoRenew' => ['description' => 'Indicates whether auto-renewal is enabled for the subscription instance. For more information about how to enable auto-renewal, see enable auto-renewal.', 'type' => 'string', 'example' => 'true', 'title' => ''], 'InstanceStorage' => ['description' => 'The instance storage capacity. Unit: GB.', 'type' => 'string', 'example' => '320', 'title' => ''], 'InstanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'ts-xxxxxxxxxxxxxxxxx', 'title' => ''], 'InstanceDescription' => ['description' => 'The instance description.', 'type' => 'string', 'example' => 'test', 'title' => ''], 'RegionId' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-shanghai', 'title' => ''], 'GmtCreated' => ['description' => 'The time when the instance was created. Format: yyyy-MM-dd HH:mm:ss.', 'type' => 'string', 'example' => '2020-11-16 16:22:56', 'title' => ''], 'InstanceAlias' => ['description' => 'The instance name.', 'type' => 'string', 'example' => 'tsdb_test', 'title' => ''], 'ExpiredTime' => ['description' => 'The timestamp when the subscription instance expires.', 'type' => 'integer', 'format' => 'int64', 'example' => '1611417600000', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID of the instance.', 'type' => 'string', 'example' => 'cn-shanghai-f', 'title' => ''], 'InstanceStatus' => ['description' => 'The instance status. Valid values:'."\n" .'- ACTIVATION: running'."\n" .'- CREATING: being created'."\n" .'- NET_CREATING: creating network connection'."\n" .'- CLASS_CHANGING: changing instance specifications'."\n" .'- LOCKED: locked'."\n" .'- DELETED: deleted.', 'type' => 'string', 'example' => 'ACTIVATION', 'title' => ''], 'Series' => ['description' => 'The edition of the TSDB for InfluxDB® instance. Valid values:'."\n" .'- 0: Basic Edition'."\n" .'- 1: High-availability Edition.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'SecurityIpList' => [ 'description' => 'The IP address whitelist of the instance.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Ip' => ['description' => 'The IP address in the whitelist.', 'type' => 'string', 'example' => '0.0.0.0/0', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'AccessDeniedDetail' => ['description' => 'The details about the access denial.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'TSDB.Errorcode.ParameterInvaild', 'errorMessage' => 'The parameter is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ], 413 => [ ['errorCode' => 'TSDB.Errorcode.InstanceNotFound', 'errorMessage' => 'The instance is not found. Please try again later.', 'description' => ''], ], [ ['errorCode' => 'TSDB.Errorcode.InstanceCreateFailed', 'errorMessage' => 'Failed to create the instance.', 'description' => ''], ], [ ['errorCode' => 'TSDB.Errorcode.InstanceCreateRetrying', 'errorMessage' => 'The system is trying to create the instance again.', 'description' => ''], ], [ ['errorCode' => 'TSDB.Errorcode.InstanceDeleted', 'errorMessage' => 'The instance is already deleted.', 'description' => ''], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Retrieve instance details', 'summary' => 'Calls DescribeHiTSDBInstance to retrieve the details of an instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Status\\": \\"ACTIVATION\\",\\n \\"VpcId\\": \\"vpc-xxxxxxxxxxxxxxxxxxxxx\\",\\n \\"PaymentType\\": \\"PREPAY\\",\\n \\"VswitchId\\": \\"vsw-xxxxxxxxxxxxxxxxxxxxx\\",\\n \\"CreateTime\\": 1603426323000,\\n \\"MemSize\\": \\"8\\",\\n \\"CpuNumber\\": \\"2\\",\\n \\"ChargeType\\": \\"PREPAY\\",\\n \\"PublicConnectionString\\": \\"ts-xxxxxxxxxxxxxxxxx.influxdata.rds.aliyuncs.com:3242\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"MaxTimelineLimit\\": \\"2400000\\",\\n \\"DiskCategory\\": \\"cloud_efficiency\\",\\n \\"RequestId\\": \\"8D156621-1FCB-414A-BD29-361C3CA4DD56\\",\\n \\"InstanceTps\\": \\"960000\\",\\n \\"ConnectionString\\": \\"ts-xxxxxxxxxxxxxxxxx.hitsdb.tsdb.aliyuncs.com:8242\\",\\n \\"GmtExpire\\": \\"2020-12-17 00:00:00\\",\\n \\"EngineType\\": \\"tsdb_tsdb\\",\\n \\"InstanceClass\\": \\"tsdb.96x.large_lindorm\\",\\n \\"AutoRenew\\": \\"true\\",\\n \\"InstanceStorage\\": \\"320\\",\\n \\"InstanceId\\": \\"ts-xxxxxxxxxxxxxxxxx\\",\\n \\"InstanceDescription\\": \\"test\\",\\n \\"RegionId\\": \\"cn-shanghai\\",\\n \\"GmtCreated\\": \\"2020-11-16 16:22:56\\",\\n \\"InstanceAlias\\": \\"tsdb_test\\",\\n \\"ExpiredTime\\": 1611417600000,\\n \\"ZoneId\\": \\"cn-shanghai-f\\",\\n \\"InstanceStatus\\": \\"ACTIVATION\\",\\n \\"Series\\": 1,\\n \\"SecurityIpList\\": [\\n {\\n \\"Ip\\": \\"0.0.0.0/0\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'DescribeHiTSDBInstanceList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '63916', 'abilityTreeNodes' => ['FEATUREhitsdbI6NK1A'], ], 'parameters' => [ [ 'name' => 'QueryStr', 'in' => 'query', 'schema' => ['description' => 'The keyword of the instance name. You can use this parameter for fuzzy match.', 'type' => 'string', 'required' => false, 'example' => 'test', 'title' => ''], ], [ 'name' => 'StatusList', 'in' => 'query', 'schema' => ['description' => 'The list of instance statuses used for filtering. The value is in JSON format. The enumeration values correspond to InstanceStatus.', 'type' => 'string', 'required' => false, 'example' => '["ACTIVATION", "DELETED"]', 'title' => ''], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '30', 'title' => ''], ], [ 'name' => 'EngineType', 'in' => 'query', 'schema' => ['description' => 'The engine type. Valid values:'."\n" .'- tsdb_tsdb: TSDB type.'."\n" .'- tsdb_influxdb: TSDB for InfluxDB® type.', 'type' => 'string', 'required' => false, 'example' => 'tsdb_tsdb', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '0A7153E4-8354-497E-87E5-5D0EBEF5AEB1', 'title' => ''], 'PageNumber' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], 'Total' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], 'InstanceList' => [ 'description' => 'The list of instances.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => 'The instance status. Valid values:'."\n" .'- ACTIVATION: Running.'."\n" .'- CREATING: Being created.'."\n" .'- NET_CREATING: Creating network connection.'."\n" .'- CLASS_CHANGING: Changing instance specifications.'."\n" .'- LOCKED: Locked.'."\n" .'- DELETED: Deleted.', 'type' => 'string', 'example' => 'ACTIVATION', 'title' => ''], 'VpcId' => ['description' => 'The ID of the virtual private cloud (VPC).', 'type' => 'string', 'example' => 'vpc-bp1xxxxxxxxxxxxxxxxxx', 'title' => ''], 'PaymentType' => ['description' => 'The billing method. Valid values:'."\n" .'- PREPAY: subscription.'."\n" .'- POSTPAY: pay-as-you-go.', 'type' => 'string', 'example' => 'PREPAY', 'title' => ''], 'MaxSeriesPerDatabase' => ['description' => 'The maximum number of time series per database.', 'type' => 'string', 'example' => '10000', 'title' => ''], 'EngineType' => ['description' => 'The engine type. Valid values:'."\n" .'- tsdb_tsdb: TSDB type.'."\n" .'- tsdb_influxdb: TSDB for InfluxDB® type.', 'type' => 'string', 'example' => 'tsdb_tsdb', 'title' => ''], 'VswitchId' => ['description' => 'The ID of the vSwitch.', 'type' => 'string', 'example' => 'vsw-bp1xxxxxxxxxxxxxxxxxx', 'title' => ''], 'InstanceClass' => ['description' => 'The instance specifications.', 'type' => 'string', 'example' => 'tsdb.1x.basic', 'title' => ''], 'CreateTime' => ['description' => 'The timestamp when the instance was created.', 'type' => 'integer', 'format' => 'int64', 'example' => '1603426323000', 'title' => ''], 'ChargeType' => ['description' => 'The billing method. Valid values:'."\n" .'- PREPAY: subscription.'."\n" .'- POSTPAY: pay-as-you-go.', 'type' => 'string', 'example' => 'POSTPAY', 'title' => ''], 'UserId' => ['description' => 'The user ID.', 'type' => 'string', 'example' => '1000000000000000', 'title' => ''], 'InstanceStorage' => ['description' => 'The instance storage capacity. Unit: GB.', 'type' => 'string', 'example' => '50', 'title' => ''], 'NetworkType' => ['description' => 'The network type of the instance. Valid values:'."\n" .'- VPC: virtual private cloud.', 'type' => 'string', 'example' => 'VPC', 'title' => ''], 'InstanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'ts-xxxxxxxxxxxxxxxxx', 'title' => ''], 'LockMode' => ['description' => 'Indicates whether the instance is locked. Valid values:'."\n" .'- 0: not locked.'."\n" .'- 1: locked.', 'type' => 'string', 'example' => '0', 'title' => ''], 'InstanceDescription' => ['description' => 'The instance description.', 'type' => 'string', 'example' => 'test', 'title' => ''], 'RegionId' => ['description' => 'The region ID of the instance.', 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], 'GmtCreated' => ['description' => 'The time when the instance was created, in the yyyy-MM-dd HH:mm:ss format.', 'type' => 'string', 'example' => '2020-11-16 16:22:56', 'title' => ''], 'InstanceAlias' => ['description' => 'The instance name.', 'type' => 'string', 'example' => 'test_tsdb', 'title' => ''], 'InstanceTps' => ['description' => 'The TPS performance of the instance. Unit: requests per second.', 'type' => 'string', 'example' => '960000', 'title' => ''], 'ExpiredTime' => ['description' => 'The timestamp when the subscription instance expires.', 'type' => 'integer', 'format' => 'int64', 'example' => '1611417600000', 'title' => ''], 'ZoneId' => ['description' => 'The zone ID of the instance.', 'type' => 'string', 'example' => 'cn-hongkong-b', 'title' => ''], 'InstanceStatus' => ['description' => 'The instance status enumeration value.', 'type' => 'string', 'example' => 'ACTIVATION', 'title' => ''], 'GmtExpire' => ['description' => 'The expiration time of the subscription instance, in the yyyy-MM-dd HH:mm:ss format.', 'type' => 'string', 'example' => '2020-12-17 00:00:00', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'AccessDeniedDetail' => ['description' => 'The detailed reason why access was denied.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'TSDB.Errorcode.ParameterInvaild', 'errorMessage' => 'The parameter is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Query instance list', 'summary' => 'Queries the list of Time Series Database (TSDB) instances.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstanceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"0A7153E4-8354-497E-87E5-5D0EBEF5AEB1\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"Total\\": 10,\\n \\"InstanceList\\": [\\n {\\n \\"Status\\": \\"ACTIVATION\\",\\n \\"VpcId\\": \\"vpc-bp1xxxxxxxxxxxxxxxxxx\\",\\n \\"PaymentType\\": \\"PREPAY\\",\\n \\"MaxSeriesPerDatabase\\": \\"10000\\",\\n \\"EngineType\\": \\"tsdb_tsdb\\",\\n \\"VswitchId\\": \\"vsw-bp1xxxxxxxxxxxxxxxxxx\\",\\n \\"InstanceClass\\": \\"tsdb.1x.basic\\",\\n \\"CreateTime\\": 1603426323000,\\n \\"ChargeType\\": \\"POSTPAY\\",\\n \\"UserId\\": \\"1000000000000000\\",\\n \\"InstanceStorage\\": \\"50\\",\\n \\"NetworkType\\": \\"VPC\\",\\n \\"InstanceId\\": \\"ts-xxxxxxxxxxxxxxxxx\\",\\n \\"LockMode\\": \\"0\\",\\n \\"InstanceDescription\\": \\"test\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"GmtCreated\\": \\"2020-11-16 16:22:56\\",\\n \\"InstanceAlias\\": \\"test_tsdb\\",\\n \\"InstanceTps\\": \\"960000\\",\\n \\"ExpiredTime\\": 1611417600000,\\n \\"ZoneId\\": \\"cn-hongkong-b\\",\\n \\"InstanceStatus\\": \\"ACTIVATION\\",\\n \\"GmtExpire\\": \\"2020-12-17 00:00:00\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'DescribeHiTSDBInstanceSecurityIpList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '75172', 'abilityTreeNodes' => ['FEATUREhitsdbI6NK1A'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-xxxxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['description' => 'The group name. The name can contain only letters, digits, and underscores (_).', 'type' => 'string', 'required' => false, 'example' => 'test_group', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'F2DFDC0B-FE4F-4696-9FD1-2EFDEE8D6C7C', 'title' => ''], 'SecurityIpList' => [ 'description' => 'The IP address whitelist.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Ip' => ['description' => 'The whitelisted IP address.', 'type' => 'string', 'example' => '0.0.0.0/0', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], 'AccessDeniedDetail' => ['description' => 'The details of the access denial.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => ''], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'DescribeHiTSDBInstanceSecurityIpList', 'summary' => 'Retrieves the IP address whitelist of an instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstanceSecurityIpList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F2DFDC0B-FE4F-4696-9FD1-2EFDEE8D6C7C\\",\\n \\"SecurityIpList\\": [\\n {\\n \\"Ip\\": \\"0.0.0.0/0\\"\\n }\\n ],\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'DescribeRegions' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '63941', 'abilityTreeNodes' => ['FEATUREhitsdbBWSQMK'], ], 'parameters' => [ [ 'name' => 'AcceptLanguage', 'in' => 'query', 'schema' => ['description' => 'The language of the return values. Valid values:'."\n" ."\n" .'- zh-CN: Chinese'."\n" .'- en-US: English'."\n" .'- ja: Japanese'."\n" ."\n" .'Default value: zh-CN.', 'type' => 'string', 'required' => false, 'example' => 'zh-CN', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'BDDB1954-002B-4249-B2DF-2CDDA0259668', 'title' => ''], 'Regions' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Region' => [ 'description' => 'The collection of region information.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'RegionEndpoint' => ['description' => 'The endpoint of the region.', 'type' => 'string', 'example' => 'hitsdb.aliyuncs.com', 'title' => ''], 'LocalName' => ['description' => 'The region name.', 'type' => 'string', 'example' => '华东1(杭州)', 'title' => ''], 'RegionId' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-hangzhou', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => '400', 'errorMessage' => 'Parameter is not valid', 'description' => ''], ], ], 'title' => 'View available regions and zones', 'summary' => 'Calls DescribeRegions to query the list of regions where Time Series Database can be deployed.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"BDDB1954-002B-4249-B2DF-2CDDA0259668\\",\\n \\"Regions\\": {\\n \\"Region\\": [\\n {\\n \\"RegionEndpoint\\": \\"hitsdb.aliyuncs.com\\",\\n \\"LocalName\\": \\"华东1(杭州)\\",\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'DescribeZones' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '63958', 'abilityTreeNodes' => ['FEATUREhitsdbBWSQMK'], ], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', 'schema' => ['description' => 'The language. Valid values:'."\n" .'- zh_CN: Chinese.'."\n" .'- en_US: English.', 'type' => 'string', 'required' => false, 'example' => 'zh_CN', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'F67BFFF3-F5C2-45B5-9C28-6E4A1E51449B', 'title' => ''], 'ZoneList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ZoneModel' => [ 'description' => 'The list of zones.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ZoneId' => ['description' => 'The zone ID.', 'type' => 'string', 'example' => 'cn-shanghai-b', 'title' => ''], 'LocalName' => ['description' => 'The zone name.', 'type' => 'string', 'example' => '华东2可用区B', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'title' => 'Query zones in a region', 'summary' => 'Calls DescribeZones to obtain the zone information supported by instances.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"F67BFFF3-F5C2-45B5-9C28-6E4A1E51449B\\",\\n \\"ZoneList\\": {\\n \\"ZoneModel\\": [\\n {\\n \\"ZoneId\\": \\"cn-shanghai-b\\",\\n \\"LocalName\\": \\"华东2可用区B\\"\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'ModifyHiTSDBInstanceClass' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75175', 'abilityTreeNodes' => ['FEATUREhitsdb6YHIIK'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-xxxxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'InstanceClass', 'in' => 'query', 'schema' => ['description' => 'The instance specifications.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'tsdb.1x.basic', 'title' => ''], ], [ 'name' => 'InstanceStorage', 'in' => 'query', 'schema' => ['description' => 'The instance storage capacity. Unit: GB.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '500', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '57540985-3C11-4588-96FD-93413C6282EF', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The detailed reason why access was denied.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsModifyingClass', 'errorMessage' => 'The instance class is being modified and cannot be operated.', 'description' => ''], ['errorCode' => 'Instance.SpecIsNotValid', 'errorMessage' => 'The instance specification is invalid.', 'description' => ''], ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.DoesNotSupportShrinkStorage', 'errorMessage' => 'Storage scale in is not supported.', 'description' => ''], ['errorCode' => 'Instance.Upgrade.ParamsIsNotValid', 'errorMessage' => 'The instance upgrade parameters are invalid.', 'description' => 'The instance upgrade parameters are invalid.'], ['errorCode' => 'CurrentEngineType.ClassChangingNotSupported', 'errorMessage' => 'The current engine type does not support class changing.', 'description' => ''], ['errorCode' => 'Commodity.NotFound', 'errorMessage' => 'The commodity is not found.', 'description' => ''], ['errorCode' => 'Order.CreateFailed', 'errorMessage' => 'Failed to create the order.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Modify instance specifications', 'summary' => 'Modifies the specifications of an instance by calling ModifyHiTSDBInstanceClass.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:ModifyHiTSDBInstanceClass', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"57540985-3C11-4588-96FD-93413C6282EF\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'ModifyHiTSDBInstanceSecurityIpList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75176', 'abilityTreeNodes' => ['FEATUREhitsdbIFW1Z6'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'SecurityIpList', 'in' => 'query', 'schema' => ['description' => 'The list of IP patterns. The value is a JSON-formatted string.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[“127.0.0.1”, “192.168.0.1/24”]', 'title' => ''], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['description' => 'The name of the group. The name can contain only letters, digits, and underscores (_).', 'type' => 'string', 'required' => false, 'example' => 'test_group', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '1556DCB0-043A-4444-8BD9-CF4A68E7EE64', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The details about the access denial.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ModifySecurityIpList.CreateAclGetNull', 'errorMessage' => 'Failed to create access control list.', 'description' => 'Failed to create access control list.'], ['errorCode' => 'ModifySecurityIpList.QueryIngressFailed', 'errorMessage' => 'Failed to query SLB ingress.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.QueryLoadBalancersFailed', 'errorMessage' => 'Failed to query load balancers.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.LoadBalancerSizeAbnormal', 'errorMessage' => 'The number of load balancers is abnormal.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.AddAclGetNull', 'errorMessage' => 'Failed to add access control list.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.SetLBTcpListenerFailed', 'errorMessage' => 'Failed to set load balancer TCP listener attribute.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.DescribeAclFailed', 'errorMessage' => 'Failed to describe access control list.', 'description' => ''], ['errorCode' => 'ModifySecurityIpList.RemoveAclFailed', 'errorMessage' => 'Failed to remove access control list.', 'description' => ''], ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ], ], 'title' => 'ModifyHiTSDBInstanceSecurityIpList', 'summary' => 'Configures the IP address whitelist of an instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:ModifyHiTSDBInstanceSecurityIpList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1556DCB0-043A-4444-8BD9-CF4A68E7EE64\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'RenameHiTSDBInstanceAlias' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75177', 'abilityTreeNodes' => ['FEATUREhitsdbI6NK1A'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'InstanceAlias', 'in' => 'query', 'schema' => ['description' => 'The instance alias.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'vme', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '1556DCB0-043A-4444-8BD9-CF4A68E7EE64', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The detailed reason why access was denied.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Modify instance alias', 'summary' => 'Calls RenameHiTSDBInstanceAlias to modify the alias of an instance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:RenameHiTSDBInstanceAlias', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1556DCB0-043A-4444-8BD9-CF4A68E7EE64\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'RenewTSDBInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['description' => 'The region ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-shanghai', 'title' => ''], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-xxxxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'PricingCycle', 'in' => 'query', 'schema' => ['description' => 'The unit of the subscription duration. Valid values:'."\n" .'- Month: month'."\n" .'- Year: year.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'Month', 'title' => ''], ], [ 'name' => 'Duration', 'in' => 'query', 'schema' => ['description' => 'The subscription duration. Valid values: \\[1,9\\] when PricingCycle is set to Month. Valid values: \\[1,3\\] when PricingCycle is set to Year.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '100000000000000', 'title' => ''], 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '57540985-3C11-4588-96FD-93413C6282EF', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ChargeType.IsNotValid', 'errorMessage' => 'The charge type is invalid.', 'description' => ''], ['errorCode' => 'Commodity.NotFound', 'errorMessage' => 'The commodity is not found.', 'description' => ''], ['errorCode' => 'Order.CreateFailed', 'errorMessage' => 'Failed to create the order.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], ], 'title' => 'Renew a subscription instance', 'summary' => 'Renews a subscription instance by calling RenewTSDBInstance.', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => '', 'ramAction' => [ 'action' => 'hitsdb:RenewTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'Instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#InstanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"OrderId\\": 100000000000000,\\n \\"RequestId\\": \\"57540985-3C11-4588-96FD-93413C6282EF\\"\\n}","type":"json"}]', ], 'RestartHiTSDBInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75179', 'abilityTreeNodes' => ['FEATUREhitsdbNQ2Q4L'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxxxxxx', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '1556DCB0-043A-4444-8BD9-CF4A68E7EE64', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The details of the access denial.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.RestartError', 'errorMessage' => 'An error occurred while restarting the instance.', 'description' => ''], ], 403 => [ ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => 'This operation is not supported in the current environment.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Restart a database instance', 'summary' => 'Restarts a Time Series Database (TSDB) instance.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:RestartHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1556DCB0-043A-4444-8BD9-CF4A68E7EE64\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], 'SwitchHiTSDBInstancePublicNet' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '75180', 'abilityTreeNodes' => ['FEATUREhitsdb6YHIIK'], ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ts-ufxxxxxxxxxxxxxx', 'title' => ''], ], [ 'name' => 'SwitchAction', 'in' => 'query', 'schema' => ['description' => 'Valid values:'."\n" .'- **1**: enables the public network connection.'."\n" .'- **0**: disables the public network connection.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'EC6A17BC-B326-4626-B3BE-932B003DB3A9', 'title' => ''], 'AccessDeniedDetail' => ['description' => 'The detailed reason why access was denied.', 'type' => 'string', 'example' => '{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}', 'title' => ''], ], 'description' => '', 'title' => '', 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Instance.IsNotAvailable', 'errorMessage' => 'The instance is unavailable.', 'description' => ''], ['errorCode' => 'Instance.IsNotValid', 'errorMessage' => 'The instance is invalid.', 'description' => ''], ], 403 => [ ['errorCode' => 'API.Forbidden', 'errorMessage' => 'The API operation is forbidden in this environment.', 'description' => ''], ['errorCode' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'errorMessage' => 'No permission to create service linked role.', 'description' => 'You are not authorized to create the service-linked role.'], ['errorCode' => 'Lindorm.Errorcode.OperationDenied', 'errorMessage' => 'You are not authorized to operate on the specified resource.', 'description' => 'You are not authorized to manage the specified resource.'], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'title' => 'Switch instance public network connection status', 'summary' => 'Switches the public network connection status of an instance.', 'changeSet' => [], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:SwitchHiTSDBInstancePublicNet', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"EC6A17BC-B326-4626-B3BE-932B003DB3A9\\",\\n \\"AccessDeniedDetail\\": \\"{\\\\\\"AuthAction\\\\\\":\\\\\\"xxx\\\\\\",\\\\\\"AuthPrincipalDisplayName\\\\\\":\\\\\\"222\\\\\\",\\\\\\"AuthPrincipalOwnerId\\\\\\":\\\\\\"111\\\\\\",\\\\\\"AuthPrincipalType\\\\\\":\\\\\\"SubUser\\\\\\",,\\\\\\"NoPermissionType\\\\\\":\\\\\\"ImplicitDeny\\\\\\",\\\\\\"PolicyType\\\\\\":\\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",\\\\\\"EncodedDiagnosticMessage\\\\\\":\\\\\\"xxxxxx\\\\\\"}\\"\\n}","type":"json"}]', ], ], 'endpoints' => [ ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'hitsdb.cn-wulanchabu.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-wulanchabu.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-beijing.aliyuncs.com', 'endpoint' => 'hitsdb.cn-beijing.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-qingdao.aliyuncs.com', 'endpoint' => 'hitsdb.cn-qingdao.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-qingdao.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-shanghai.aliyuncs.com', 'endpoint' => 'hitsdb.cn-shanghai.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-hongkong.aliyuncs.com', 'endpoint' => 'hitsdb.cn-hongkong.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-hongkong.aliyuncs.com'], ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'hitsdb.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-zhangjiakou.aliyuncs.com'], ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-shenzhen.aliyuncs.com', 'endpoint' => 'hitsdb.cn-shenzhen.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.ap-northeast-1.aliyuncs.com', 'endpoint' => 'hitsdb.ap-northeast-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.ap-northeast-1.aliyuncs.com'], ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-chengdu.aliyuncs.com', 'endpoint' => 'hitsdb.cn-chengdu.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-chengdu.aliyuncs.com'], ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.ap-southeast-1.aliyuncs.com', 'endpoint' => 'hitsdb.ap-southeast-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-3', 'regionName' => 'Malaysia (Kuala Lumpur)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.ap-southeast-3.aliyuncs.com', 'endpoint' => 'hitsdb.ap-southeast-3.aliyuncs.com', 'vpc' => 'hitsdb-vpc.ap-southeast-3.aliyuncs.com'], ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-huhehaote.aliyuncs.com', 'endpoint' => 'hitsdb.cn-huhehaote.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-huhehaote.aliyuncs.com'], ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.ap-southeast-5.aliyuncs.com', 'endpoint' => 'hitsdb.ap-southeast-5.aliyuncs.com', 'vpc' => 'hitsdb-vpc.ap-southeast-5.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'hitsdb.cn-hangzhou.aliyuncs.com', 'endpoint' => 'hitsdb.cn-hangzhou.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'hitsdb.us-east-1.aliyuncs.com', 'endpoint' => 'hitsdb.us-east-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.us-east-1.aliyuncs.com'], ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'hitsdb.eu-west-1.aliyuncs.com', 'endpoint' => 'hitsdb.eu-west-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.eu-west-1.aliyuncs.com'], ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'hitsdb.us-west-1.aliyuncs.com', 'endpoint' => 'hitsdb.us-west-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.us-west-1.aliyuncs.com'], ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'hitsdb.eu-central-1.aliyuncs.com', 'endpoint' => 'hitsdb.eu-central-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.eu-central-1.aliyuncs.com'], ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'hitsdb.cn-hangzhou-finance.aliyuncs.com', 'endpoint' => 'hitsdb.cn-hangzhou-finance.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-hangzhou-finance.aliyuncs.com'], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'hitsdb.cn-shenzhen-finance-1.aliyuncs.com', 'endpoint' => 'hitsdb.cn-shenzhen-finance-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-shenzhen-finance-1.aliyuncs.com'], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'hitsdb.cn-shanghai-finance-1.aliyuncs.com', 'endpoint' => 'hitsdb.cn-shanghai-finance-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-shanghai-finance-1.aliyuncs.com'], ['regionId' => 'cn-north-2-gov-1', 'regionName' => 'Beijing Government Cloud', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'hitsdb.cn-north-2-gov-1.aliyuncs.com', 'endpoint' => 'hitsdb.cn-north-2-gov-1.aliyuncs.com', 'vpc' => 'hitsdb-vpc.cn-north-2-gov-1.aliyuncs.com'], ], 'errorCodes' => [ ['code' => 'API.Forbidden', 'message' => 'The API operation is forbidden in this environment.', 'http_code' => 403, 'description' => 'This operation is not supported in the current environment.'], ['code' => 'ChargeType.IsNotValid', 'message' => 'The charge type is invalid.', 'http_code' => 400, 'description' => 'The specified charge type is invalid.'], ['code' => 'CloudDiskNodes.less', 'message' => 'Nodes too less, please ensure that the number of engine nodes is more than %s', 'http_code' => 400, 'description' => ''], ['code' => 'Commodity.NotFound', 'message' => 'The commodity is not found.', 'http_code' => 400, 'description' => 'The specified commodity is not found.'], ['code' => 'Commodity.NotFound', 'message' => 'Failed to obtain the commodity code, it may be that the current interface does not support the creation of this type of instance.', 'http_code' => 404, 'description' => 'Failed to obtain the commodity code, it may be that the current interface does not support the creation of this type of instance.'], ['code' => 'CurrentEngineType.ClassChangingNotSupported', 'message' => 'The current engine type does not support class changing.', 'http_code' => 400, 'description' => 'The current engine type does not support node specification changes.'], ['code' => 'Forbidden', 'message' => 'User not authorized to operate on the specified resource.', 'http_code' => 403, 'description' => ''], ['code' => 'Instance.DoesNotSupportShrinkStorage', 'message' => 'Storage scale in is not supported.', 'http_code' => 400, 'description' => 'The storage capacity of the instance cannot be reduced.'], ['code' => 'Instance.IsDeleted', 'message' => 'The instance is deleted.', 'http_code' => 400, 'description' => 'The specified instance is already deleted.'], ['code' => 'Instance.IsModifyingClass', 'message' => 'The instance class is being modified and cannot be operated.', 'http_code' => 400, 'description' => 'The node specifications are being modified. Please try again later.'], ['code' => 'Instance.IsNotAvailable', 'message' => 'The instance is unavailable.', 'http_code' => 400, 'description' => 'The specified instance is unavailable.'], ['code' => 'Instance.IsNotPostPay', 'message' => 'The instance billing type is not subscription.', 'http_code' => 400, 'description' => 'This operation is not supported for subscription instances.'], ['code' => 'Instance.IsNotPostPay', 'message' => 'The instance billing type is not pay as you go.', 'http_code' => 400, 'description' => ''], ['code' => 'Instance.IsNotValid', 'message' => 'The instance is invalid.', 'http_code' => 400, 'description' => 'The specified instance is invalid.'], ['code' => 'Instance.NotActive', 'message' => 'Instance is not active.', 'http_code' => 403, 'description' => 'Instance status is not running'], ['code' => 'Instance.RestartError', 'message' => 'An error occurred while restarting the instance.', 'http_code' => 400, 'description' => 'An error occurred while restarting the instance. Please try again later.'], ['code' => 'Instance.SpecIsNotValid', 'message' => 'The instance specification is invalid.', 'http_code' => 400, 'description' => 'The node specification parameter is invalid. Specify valid node specifications.'], ['code' => 'Instance.Upgrade.ParamsIsNotValid', 'message' => 'The instance upgrade parameters are invalid.', 'http_code' => 400, 'description' => 'The instance upgrade parameters are invalid.'], ['code' => 'Instance.Upgrade.ParamsIsNotValid', 'message' => 'The instance upgrade parameters are invalid.', 'http_code' => 400, 'description' => 'The instance upgrade parameters are invalid.'], ['code' => 'InstanceConfig.NotChanged', 'message' => 'The upgrade or downgrade configuration is not changed, please check.', 'http_code' => 400, 'description' => 'The upgrade or downgrade configuration is not changed, please check.'], ['code' => 'Lindorm.Errorcode.Commodity.NotFound', 'message' => 'The specified commodity is not found.', 'http_code' => 404, 'description' => ''], ['code' => 'Lindorm.Errorcode.Duplicate.TagKey', 'message' => 'The Tag.N.Key contains duplicate keys.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.InstanceNotFound', 'message' => 'The instance is not found.', 'http_code' => 404, 'description' => 'The specified instance does not exist.'], ['code' => 'Lindorm.Errorcode.InstanceStorageInvalid', 'message' => 'The instance storage parameter is invalid: %s', 'http_code' => 400, 'description' => 'The storage parameter is invalid. Specify a valid storage capacity.'], ['code' => 'Lindorm.Errorcode.InvalidParameter.TagKey', 'message' => 'The Tag.N.Key parameter is invalid.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.InvalidParameter.TagValue', 'message' => 'The Tag.N.Value parameter is invalid.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.InvalidResourceId', 'message' => 'The specified ResourceIds are not found in our records.', 'http_code' => 404, 'description' => ''], ['code' => 'Lindorm.Errorcode.InvalidResourceId.NotFound', 'message' => 'The specified ResourceIds are not found in our records.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.InvalidTagKey.Malformed', 'message' => 'The Tag.N.Key parameter is invalid.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.MissingParameter', 'message' => 'You must specify ResourceId.N or Tags', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.MissingParameter.TagKey', 'message' => 'You must specify Tag.N.Key.', 'http_code' => 404, 'description' => ''], ['code' => 'Lindorm.Errorcode.NotSupportChange', 'message' => 'Does not support change class', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.NumberExceed.ResourceIds', 'message' => 'The ResourceIds parameter is number is exceed', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.NumberExceed.ResourceIds', 'message' => 'The maximum number of ResourceIds is exceeded.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.NumberExceed.Tags', 'message' => 'The maximum number of Tags is exceeded.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.OperationDenied', 'message' => 'You are not authorized to operate on the specified resource.', 'http_code' => 403, 'description' => 'You are not authorized to manage the specified resource.'], ['code' => 'Lindorm.Errorcode.ParameterInvaild', 'message' => 'The parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter is invalid.'], ['code' => 'Lindorm.Errorcode.ParameterInvaild.TagKeysOrDeleteAll', 'message' => 'The TagKeys or DeleteAll parameter is invalid.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.ParameterInvalid', 'message' => 'The parameter is invalid.', 'http_code' => 401, 'description' => 'The operation failed. The specified parameter is invalid. Configure a valid parameter and try again.'], ['code' => 'Lindorm.Errorcode.QuotaExceed.TagsPerResource', 'message' => 'The maximum number of tags for each resource is exceeded', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.Errorcode.ResourceNotReady', 'message' => 'Insufficient computing resources in this region. Please submit a ticket.', 'http_code' => 404, 'description' => ''], ['code' => 'Lindorm.Errorcode.ServiceLinkedRoleNoPermission', 'message' => 'No permission to create service linked role.', 'http_code' => 403, 'description' => 'You are not authorized to create the service-linked role.'], ['code' => 'Lindorm.Errorcode.SystemError', 'message' => 'Internal Error', 'http_code' => 500, 'description' => ''], ['code' => 'Lindorm.Errorcode.Tags.ExceedLimitation', 'message' => 'The maximum number of Tags is exceeded.', 'http_code' => 400, 'description' => ''], ['code' => 'Lindorm.ErrorCode.WeakPassword', 'message' => 'Your current password is weak. For better security, please use a strong password that includes a mix of uppercase letters, lowercase letters, numbers, and special characters, and is at least 8 characters long.', 'http_code' => 400, 'description' => 'Your current password is weak. For better security, please use a strong password that includes a mix of uppercase letters, lowercase letters, numbers, and special characters, and is at least 8 characters long.'], ['code' => 'LindormErrorCode.%s', 'message' => '%s.', 'http_code' => 400, 'description' => '%s.'], ['code' => 'MinorVersion.TooLow', 'message' => 'The minor version is too low. Please upgrade.', 'http_code' => 403, 'description' => 'The minor version is an earlier one. Update the minor version.'], ['code' => 'ModifySecurityIpList.AddAclGetNull', 'message' => 'Failed to add access control list.', 'http_code' => 400, 'description' => 'Failed to add the ACL. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.CreateAclGetNull', 'message' => 'Failed to create access control list.', 'http_code' => 400, 'description' => 'Failed to create access control list.'], ['code' => 'ModifySecurityIpList.CreateAclGetNull', 'message' => 'Failed to create access control list.', 'http_code' => 400, 'description' => 'Failed to create the ACL. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.DescribeAclFailed', 'message' => 'Failed to describe access control list.', 'http_code' => 400, 'description' => 'Failed to query the ACL. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.LoadBalancerSizeAbnormal', 'message' => 'The number of load balancers is abnormal.', 'http_code' => 400, 'description' => 'The number of SLB instances is invalid. Specify a valid value.'], ['code' => 'ModifySecurityIpList.QueryIngressFailed', 'message' => 'Failed to query SLB ingress.', 'http_code' => 400, 'description' => 'Failed to query the SLB ingress. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.QueryLoadBalancersFailed', 'message' => 'Failed to query load balancers.', 'http_code' => 400, 'description' => 'Failed to query the SLB information. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.RemoveAclFailed', 'message' => 'Failed to remove access control list.', 'http_code' => 400, 'description' => 'Failed to delete the ACL. Check the specified parameters.'], ['code' => 'ModifySecurityIpList.SetLBTcpListenerFailed', 'message' => 'Failed to set load balancer TCP listener attribute.', 'http_code' => 400, 'description' => 'Failed to configure the TCP listener for SLB. Check the specified parameters.'], ['code' => 'OperationDenied.OrderProcessing', 'message' => 'Order in process, please try again later.', 'http_code' => 403, 'description' => 'Order in process, please try again later.'], ['code' => 'Order.CreateFailed', 'message' => 'Failed to create the order.', 'http_code' => 400, 'description' => 'Failed to create the order. Select order information again.'], ['code' => 'SecurityGroup.DescribeFailed', 'message' => 'Failed to query instance security groups.', 'http_code' => 400, 'description' => 'Failed to query the security group. Enter a security group again.'], ['code' => 'SecurityGroup.UpdateFailed', 'message' => 'Failed to update instance security groups.', 'http_code' => 400, 'description' => 'Failed to add the security group. Select a security group again.'], ['code' => 'TSDB.Errorcode.InstanceClassAndEngineTypeMismatch', 'message' => 'The engine type and instance class parameters do not match. Instance class will take precedence.', 'http_code' => 411, 'description' => 'The engine type and node specification parameters do not match. The node specification parameter takes precedence on this operation.'], ['code' => 'TSDB.Errorcode.InstanceClassInvalid', 'message' => 'The parameter of InstanceClass is invalid.', 'http_code' => 410, 'description' => 'The node specification parameter is invalid. Specify valid node specifications.'], ['code' => 'TSDB.Errorcode.InstanceCreateFailed', 'message' => 'Failed to create the instance.', 'http_code' => 414, 'description' => 'Failed to create the instance.'], ['code' => 'TSDB.Errorcode.InstanceCreateRetrying', 'message' => 'The system is trying to create the instance again.', 'http_code' => 415, 'description' => 'Failed to create the instance. The system is trying to create the instance again.'], ['code' => 'TSDB.Errorcode.InstanceDeleted', 'message' => 'The instance is already deleted.', 'http_code' => 416, 'description' => 'The specified instance is already deleted.'], ['code' => 'TSDB.Errorcode.InstanceNotFound', 'message' => 'The instance is not found', 'http_code' => 404, 'description' => 'The specified instance does not exist.'], ['code' => 'TSDB.Errorcode.InstanceNotFound', 'message' => 'The instance is not found. Please try again later.', 'http_code' => 413, 'description' => 'The specified instance does not exist.'], ['code' => 'TSDB.Errorcode.InstanceStorageInvalid', 'message' => 'The parameter of instance storage is invalid.', 'http_code' => 412, 'description' => 'The storage parameter is invalid. Specify a valid storage capacity.'], ['code' => 'TSDB.Errorcode.ParameterInvaild', 'message' => 'The parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter is invalid.'], ['code' => 'UnsupportedServiceType', 'message' => 'The instance service type is not supported.', 'http_code' => 403, 'description' => 'This operation is not supported for the available engine types.'], ['code' => 'VisitInstance.ApiNotSupported', 'message' => 'Action failed. Your instance version is too old.', 'http_code' => 400, 'description' => 'The minor version is an earlier one. Update the minor version.'], ['code' => 'VisitInstance.Failed', 'message' => 'Failed to connect the instance. Please contact our customer service.', 'http_code' => 503, 'description' => 'Failed to connect to the instance. Please submit a ticket.'], ['code' => 'VisitInstance.Timeout', 'message' => 'Timed out connecting the instance. Please check if any time-consuming task was submitted, or contact our customer service.', 'http_code' => 500, 'description' => 'The connection to the instance timed out. Check whether a time-consuming task is being executed or submit a ticket.'], ['code' => 'InvalidDBInstance.NotFound', 'message' => 'Specified instance does not exist or not support.', 'http_code' => 404, 'description' => 'The instance does not exist or does not support the operation.'], ['code' => 'IncorrectDBState', 'message' => 'Can not do this operation, because instance status is not ACTIVATION.', 'http_code' => 403, 'description' => 'The current operation is not allowed because the instance state is not running.'], ['code' => 'Instance.DeleteProtection', 'message' => 'Instance deletion is protected. Please disable delete protection before deleting the instance.', 'http_code' => 400, 'description' => 'If the instance has deletion protection enabled, disable deletion protection before deleting the instance.'], ['code' => 'Resource.ecsResource.closeSale', 'message' => 'This region is currently closed for sale.', 'http_code' => 400, 'description' => 'Instance sales have been disabled in the current region. We recommend selecting another region to create an instance. If you need assistance, please contact technical support.'], ['code' => 'WhiteIpInUpdating', 'message' => 'Instance is updating whiteIp now, please wait.', 'http_code' => 400, 'description' => 'Please wait while the instance whitelist is updated.'], ['code' => 'ScalingRule.ExecutionTimeConflict', 'message' => 'The execution times of the scaling rules conflict.', 'http_code' => 400, 'description' => 'There is a conflict in the execution time of the scheduled tasks.'], ['code' => 'Ranger.NotEnabled', 'message' => 'For your data security, please enable Ranger service before switching public network.', 'http_code' => 403, 'description' => 'For your data security, please enable Ranger service before switching public network.'], ], 'changeSet' => [], 'ram' => [ 'productCode' => 'TSDB', 'productName' => 'Lindorm', 'ramCodes' => ['hitsdb'], 'ramLevel' => 'OPERATION', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'SwitchHiTSDBInstancePublicNet', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:SwitchHiTSDBInstancePublicNet', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'ModifyHiTSDBInstanceClass', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:ModifyHiTSDBInstanceClass', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'CreateHiTSDBInstance', 'description' => '', 'operationType' => 'create', 'ramAction' => [ 'action' => 'hitsdb:CreateHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'RestartHiTSDBInstance', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:RestartHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'ModifyHiTSDBInstanceSecurityIpList', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:ModifyHiTSDBInstanceSecurityIpList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'RenameHiTSDBInstanceAlias', 'description' => '', 'operationType' => 'update', 'ramAction' => [ 'action' => 'hitsdb:RenameHiTSDBInstanceAlias', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'RenewTSDBInstance', 'description' => '', 'operationType' => '', 'ramAction' => [ 'action' => 'hitsdb:RenewTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'Instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#InstanceId}'], ], ], ], [ 'apiName' => 'DescribeHiTSDBInstance', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeHiTSDBInstanceList', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstanceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribeHiTSDBInstanceSecurityIpList', 'description' => '', 'operationType' => 'get', 'ramAction' => [ 'action' => 'hitsdb:DescribeHiTSDBInstanceSecurityIpList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], [ 'apiName' => 'DeleteHiTSDBInstance', 'description' => '', 'operationType' => 'delete', 'ramAction' => [ 'action' => 'hitsdb:DeleteHiTSDBInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'TSDB', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ], ], ], ], 'resourceTypes' => [ ['validationType' => 'always', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#instanceId}'], ['validationType' => 'always', 'resourceType' => 'instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/*'], ['validationType' => 'always', 'resourceType' => 'Instance', 'arn' => 'acs:hitsdb:{#regionId}:{#accountId}:instance/{#InstanceId}'], ], ], ];