Sub-account information
Used by actions: DescribeInstanceAccount.
Name | Type | Description |
---|---|---|
InstanceId | String | Instance ID Note: This field may return null, indicating that no valid values can be obtained. |
AccountName | String | Account name (root for a root account)Note: This field may return null, indicating that no valid values can be obtained. |
Remark | String | Account description information Note: This field may return null, indicating that no valid values can be obtained. |
Privilege | String | Read/write policy. r: read-only; w: write-only; rw: read/write Note: This field may return null, indicating that no valid values can be obtained. |
ReadonlyPolicy | Array of String | Routing policy. master: master node; replication: secondary node Note: This field may return null, indicating that no valid values can be obtained. |
Status | Integer | Sub-account status. 1: account is being changed; 2: account is valid; -4: account has been deleted Note: This field may return null, indicating that no valid values can be obtained. |
Big key details
Used by actions: DescribeInstanceMonitorBigKey.
Name | Type | Description |
---|---|---|
DB | Integer | Database |
Key | String | Big key |
Type | String | Type |
Size | Integer | Size |
Updatetime | Integer | Data timestamp |
Big key type distribution details
Used by actions: DescribeInstanceMonitorBigKeyTypeDist.
Name | Type | Description |
---|---|---|
Type | String | Type |
Count | Integer | Count |
Size | Integer | Size |
Updatetime | Integer | Timestamp |
Command duration
Used by actions: DescribeInstanceMonitorTopNCmdTook.
Name | Type | Description |
---|---|---|
Cmd | String | Command |
Took | Integer | Duration |
Delay distribution details
Used by actions: DescribeInstanceMonitorBigKeySizeDist, DescribeInstanceMonitorTookDist.
Name | Type | Description |
---|---|---|
Ladder | Integer | Delay distribution. The mapping between delay range and Ladder value is as follows:[0ms,1ms]: 1; [1ms,5ms]: 5; [5ms,10ms]: 10; [10ms,50ms]: 50; [50ms,200ms]: 200; [200ms,∞]: -1. |
Size | Integer | The number of commands whose delay falls within the current delay range |
Updatetime | Integer | Modification time |
Details of instances in a DTS task
Used by actions: DescribeInstanceDTSInfo.
Name | Type | Description |
---|---|---|
RegionId | Integer | Region ID Note: this field may return null, indicating that no valid values can be obtained. |
InstanceId | String | Instance ID Note: this field may return null, indicating that no valid values can be obtained. |
SetId | Integer | Repository ID Note: this field may return null, indicating that no valid values can be obtained. |
ZoneId | Integer | Availability zone ID Note: this field may return null, indicating that no valid values can be obtained. |
Type | Integer | Instance type Note: this field may return null, indicating that no valid values can be obtained. |
InstanceName | String | Instance name Note: this field may return null, indicating that no valid values can be obtained. |
Vip | String | Instance access address Note: this field may return null, indicating that no valid values can be obtained. |
Status | Integer | Status Note: this field may return null, indicating that no valid values can be obtained. |
Hot key details
Used by actions: DescribeInstanceMonitorHotKey.
Name | Type | Description |
---|---|---|
Key | String | Hot key |
Type | String | Type |
Count | Integer | Count |
Security group inbound rule
Used by actions: DescribeDBSecurityGroups, DescribeProjectSecurityGroups.
Name | Type | Description |
---|---|---|
Action | String | Policy. Valid values: ACCEPT, DROP. |
AddressModule | String | All the addresses that the address group ID represents. |
CidrIp | String | Source IP or IP address range, such as 192.168.0.0/16. |
Desc | String | Description. |
IpProtocol | String | Network protocol, such as UDP and TCP, etc. |
PortRange | String | Port. |
ServiceModule | String | All the protocols and ports that the service group ID represents. |
Id | String | All the addresses that the security group ID represents. |
Instance node type
Used by actions: DescribeInstances.
Name | Type | Description |
---|---|---|
Name | String | Node name |
RunId | String | ID of the runtime node of an instance |
Role | Integer | Cluster role. 0: primary; 1: secondary |
Status | Integer | Node status. 0: readwrite; 1: read; 2: backup |
Connected | Integer | Service status. 0: down; 1: on |
CreateTime | String | Node creation time |
DownTime | String | Node deactivation time |
Slots | String | Distribution of node slots |
Keys | Integer | Distribution of node keys |
Qps | Integer | Node QPS |
QpsSlope | Float | QPS slope of a node |
Storage | Integer | Node storage |
StorageSlope | Float | Storage slope of a node |
Information list of instance shards
Used by actions: DescribeInstanceShards.
Name | Type | Description |
---|---|---|
ShardName | String | Shard node name |
ShardId | String | Shard node ID |
Role | Integer | Role |
Keys | Integer | Number of keys |
Slots | String | Slot information |
Storage | Integer | Storage capacity |
StorageSlope | Float | Capacity slope |
Runid | String | ID of the runtime node of an instance |
Connected | Integer | Service status. 0: down; 1: on |
Descriptions of enumeration parameters of the instance
Used by actions: DescribeInstanceParams.
Name | Type | Description |
---|---|---|
ParamName | String | Parameter name |
ValueType | String | Parameter type: Enum |
NeedRestart | String | Whether restart is required after a modification is made. Value range: true, false |
DefaultValue | String | Default value of the parameter |
CurrentValue | String | Current value of a parameter |
Tips | String | Parameter description |
EnumValue | Array of String | Value range of a parameter |
Status | Integer | Parameter status. 1: modifying; 2: modified |
Descriptions of integer parameters of the instance
Used by actions: DescribeInstanceParams.
Name | Type | Description |
---|---|---|
ParamName | String | Parameter name |
ValueType | String | Parameter type: Integer |
NeedRestart | String | Whether restart is required after a modification is made. Value range: true, false |
DefaultValue | String | Default value of the parameter |
CurrentValue | String | Current value of a parameter |
Tips | String | Parameter description |
Min | String | Minimum value of a parameter |
Max | String | Maximum value of a parameter |
Status | Integer | Parameter status. 1: modifying; 2: modified |
Description of an instance parameter in Multi type
Used by actions: DescribeInstanceParams.
Name | Type | Description |
---|---|---|
ParamName | String | Parameter name |
ValueType | String | Parameter type: Multi |
NeedRestart | String | Whether restart is required after a modification is made. Value range: true, false |
DefaultValue | String | Default value of the parameter |
CurrentValue | String | Current value of a parameter |
Tips | String | Parameter description |
EnumValue | Array of String | Parameter description |
Status | Integer | Parameter status. 1: modifying; 2: modified |
Instance node
Used by actions: DescribeInstances.
Name | Type | Description |
---|---|---|
Id | Integer | Id |
InstanceClusterNode | Array of InstanceClusterNode | Node details |
Instance parameter
Used by actions: ModifyInstanceParams.
Name | Type | Required | Description |
---|---|---|---|
Key | String | Yes | Sets a parameter name |
Value | String | Yes | Sets a parameter value |
History of instance parameter modifications
Used by actions: DescribeInstanceParamRecords.
Name | Type | Description |
---|---|---|
ParamName | String | Parameter name |
PreValue | String | Value before modification |
NewValue | String | Value after modification |
Status | Integer | Status. 1: modifying parameter configuration; 2: parameter configuration modified successfully; 3: failed to modify parameter configuration |
ModifyTime | String | Modification time |
Proxy slow query details
Used by actions: DescribeProxySlowLog.
Name | Type | Description |
---|---|---|
Duration | Integer | Slow query duration |
Client | String | Client address |
Command | String | Command |
CommandLine | String | Command line details |
ExecuteTime | String | Execution duration |
Security group information of an instance
Used by actions: DescribeInstanceSecurityGroup.
Name | Type | Description |
---|---|---|
InstanceId | String | Instance ID |
SecurityGroupDetails | Array of SecurityGroupDetail | Security group information |
List of instance details
Used by actions: DescribeInstances.
Name | Type | Description |
---|---|---|
InstanceName | String | Instance name |
InstanceId | String | Instance ID |
Appid | Integer | User's Appid |
ProjectId | Integer | Project ID |
RegionId | Integer | Region ID. 1: Guangzhou; 4: Shanghai; 5: Hong Kong, China; 6: Toronto; 7: Shanghai Finance; 8: Beijing; 9: Singapore; 11: Shenzhen Finance; 15: West US (Silicon Valley); 16: Chengdu; 17: Germany; 18: South Korea; 19: Chongqing; 21: India; 22: East US (Virginia); 23: Thailand; 24: Russia; 25: Japan |
ZoneId | Integer | Region ID |
VpcId | Integer | VPC ID, such as 75101 |
SubnetId | Integer | VPC subnet ID, such as 46315 |
Status | Integer | Current instance status. 0: to be initialized; 1: instance in process; 2: instance running; -2: instance isolated; -3: instance to be deleted |
WanIp | String | Instance VIP |
Port | Integer | Port number of an instance |
Createtime | String | Instance creation time |
Size | Float | Instance capacity in MB |
SizeUsed | Float | This field has been disused |
Type | Integer | Instance type. Valid values: 1 (Redis 2.8 Memory Edition in cluster architecture), 2 (Redis 2.8 Memory Edition in standard architecture), 3 (CKV 3.2 Memory Edition in standard architecture), 4 (CKV 3.2 Memory Edition in cluster architecture), 5 (Redis 2.8 Memory Edition in standalone architecture), 6 (Redis 4.0 Memory Edition in standard architecture), 7 (Redis 4.0 Memory Edition in cluster architecture), 8 (Redis 5.0 Memory Edition in standard architecture), 9 (Redis 5.0 Memory Edition in cluster architecture). |
AutoRenewFlag | Integer | Whether to set the auto-renewal flag for an instance. 1: auto-renewal set; 0: auto-renewal not set |
DeadlineTime | String | Instance expiration time |
Engine | String | Engine: Redis community edition, Tencent Cloud CKV |
ProductType | String | Instance type. Valid values: standalone (standard edition), cluster (cluster edition) |
UniqVpcId | String | VPC ID, such as vpc-fk33jsf43kgv |
UniqSubnetId | String | VPC subnet ID, such as subnet-fd3j6l35mm0 |
BillingMode | Integer | Billing method. 0: pay-as-you-go; 1: monthly subscription |
InstanceTitle | String | Description of an instance status, such as "instance running" |
OfflineTime | String | Scheduled deactivation time |
SubStatus | Integer | Sub-status returned for an instance in process |
Tags | Array of String | Anti-affinity tag |
InstanceNode | Array of InstanceNode | Instance node information |
RedisShardSize | Integer | Shard size |
RedisShardNum | Integer | Number of shards |
RedisReplicasNum | Integer | Number of replicas |
PriceId | Integer | Billing ID |
CloseTime | String | Isolation time |
SlaveReadWeight | Integer | Read weight of a secondary node |
InstanceTags | Array of InstanceTagInfo | Instance tag information Note: This field may return null, indicating that no valid values can be obtained. |
ProjectName | String | Project name Note: This field may return null, indicating that no valid values can be obtained. |
NoAuth | Boolean | Whether an instance is password-free. true: yes; false: no Note: This field may return null, indicating that no valid values can be obtained. |
ClientLimit | Integer | Number of client connections Note: this field may return null, indicating that no valid values can be obtained. |
DtsStatus | Integer | DTS status (internal parameter, which can be ignored) Note: this field may return null, indicating that no valid values can be obtained. |
NetLimit | Integer | Upper shard bandwidth limit in MB Note: this field may return null, indicating that no valid values can be obtained. |
PasswordFree | Integer | Password-free instance flag (internal parameter, which can be ignored) Note: this field may return null, indicating that no valid values can be obtained. |
ReadOnly | Integer | Read-only instance flag (internal parameter, which can be ignored) Note: this field may return null, indicating that no valid values can be obtained. |
Vip6 | String | Internal parameter, which can be ignored Note: this field may return null, indicating that no valid values can be obtained. |
RemainBandwidthDuration | String | Internal parameter, which can be ignored Note: this field may return null, indicating that no valid values can be obtained. |
DiskSize | Integer | Disk size of the Tendis instance Note: this field may return null, indicating that no valid values can be obtained. |
MonitorVersion | String | Monitoring granularity type. Valid values: 1m (monitoring at 1-minute granularity), 5s (monitoring at 5-second granularity) Note: this field may return null, indicating that no valid values can be obtained. |
Slow log details
Used by actions: DescribeSlowLog.
Name | Type | Description |
---|---|---|
Duration | Integer | Slow log duration |
Client | String | Client address |
Command | String | Command |
CommandLine | String | Command line details |
ExecuteTime | String | Execution duration |
Instance tag information
Used by actions: DescribeInstances.
Name | Type | Description |
---|---|---|
TagKey | String | Tag key |
TagValue | String | Tag value |
Descriptions of text parameters of the instance
Used by actions: DescribeInstanceParams.
Name | Type | Description |
---|---|---|
ParamName | String | Parameter name |
ValueType | String | Parameter type: Text |
NeedRestart | String | Whether restart is required after a modification is made. Value range: true, false |
DefaultValue | String | Default value of the parameter |
CurrentValue | String | Current value of a parameter |
Tips | String | Parameter description |
TextValue | Array of String | Value range of a parameter |
Status | Integer | Parameter status. 1: modifying; 2: modified |
Security group outbound rule
Used by actions: DescribeDBSecurityGroups, DescribeProjectSecurityGroups.
Name | Type | Description |
---|---|---|
Action | String | Policy. Valid values: ACCEPT, DROP. |
AddressModule | String | All the addresses that the address group ID represents. |
CidrIp | String | Source IP or IP address range, such as 192.168.0.0/16. |
Desc | String | Description. |
IpProtocol | String | Network protocol, such as UDP and TCP, etc. |
PortRange | String | Port. |
ServiceModule | String | All the protocols and ports that the service group ID represents. |
Id | String | All the addresses that the security group ID represents. |
Product information
Used by actions: DescribeProductInfo.
Name | Type | Description |
---|---|---|
Type | Integer | Product type. Valid values: 2 (Redis 2.8 Memory Edition in standard architecture), 3 (CKV 3.2 Memory Edition in standard architecture), 4 (CKV 3.2 Memory Edition in cluster architecture), 5 (Redis 2.8 Memory Edition in standalone architecture), 6 (Redis 4.0 Memory Edition in standard architecture), 7 (Redis 4.0 Memory Edition in cluster architecture), 8 (Redis 5.0 Memory Edition in standard architecture), 9 (Redis 5.0 Memory Edition in cluster architecture), 10 (Redis 4.0 Hybrid Storage Edition (Tendis)). |
TypeName | String | Product name: Redis Master-Replica Edition, CKV Master-Replica Edition, CKV Cluster Edition, Redis Standalone Edition, Redis Cluster Edition, Tendis Hybrid Storage Edition |
MinBuyNum | Integer | Minimum purchasable quantity |
MaxBuyNum | Integer | Maximum purchasable quantity |
Saleout | Boolean | Whether a product is sold out |
Engine | String | Product engine: Tencent Cloud CKV or Redis community edition |
Version | String | Compatible version: Redis 2.8, Redis 3.2, or Redis 4.0 |
TotalSize | Array of String | Total capacity in GB |
ShardSize | Array of String | Shard size in GB |
ReplicaNum | Array of String | Number of replicas |
ShardNum | Array of String | Number of shards |
PayMode | String | Supported billing method. 1: monthly subscription; 0: pay-as-you-go |
EnableRepicaReadOnly | Boolean | Whether to support read-only replicas |
Proxy node information
Used by actions: DescribeInstanceNodeInfo.
Name | Type | Description |
---|---|---|
NodeId | String | Node ID Note: this field may return null, indicating that no valid values can be obtained. |
Array of instance backups
Used by actions: DescribeInstanceBackups.
Name | Type | Description |
---|---|---|
StartTime | String | Backup start time |
BackupId | String | Backup ID |
BackupType | String | Backup type. manualBackupInstance: manual backup initiated by user; systemBackupInstance: midnight backup initiated by system |
Status | Integer | Backup status. 1: backup is locked by another process; 2: backup is normal and not locked by any process; -1: backup has expired; 3: backup is being exported; 4: backup is exported successfully |
Remark | String | Backup remarks |
Locked | Integer | Whether a backup is locked. 0: no; 1: yes |
Information of an instance
Used by actions: DescribeCommonDBInstances.
Name | Type | Description |
---|---|---|
InstanceName | String | Instance name |
InstanceId | String | Instance ID |
AppId | Integer | User ID |
ProjectId | Integer | Project ID of the instance |
Region | String | Instance region |
Zone | String | Instance availability zone |
VpcId | String | Instance network ID |
SubnetId | String | Subnet ID |
Status | String | Instance status. Valid values: 0 (creating), 1 (running) |
Vips | Array of String | Instance network IP |
Vport | Integer | Instance network port |
Createtime | String | Instance creation time |
PayMode | Integer | Billing mode. Valid values: 0 (pay-as-you-go), 1 (monthly subscription) |
NetType | Integer | Network type. Valid values: 0 (classic network), 1 (VPC) |
The operation information of Redis nodes
Used by actions: DescribeInstanceZoneInfo.
Name | Type | Description |
---|---|---|
Keys | Integer | The number of keys on a node |
Slot | String | Distribution of node slots |
NodeId | String | Node ID |
Status | String | Node status |
Redis master or replica node information
Used by actions: CreateInstances, UpgradeInstance.
Name | Type | Required | Description |
---|---|---|---|
NodeType | Integer | Yes | Node type. Valid values: 0 (master node), 1 (replica node) |
ZoneId | Integer | Yes | ID of the availability zone of the master or replica node |
NodeId | Integer | No | ID of the master or replica node, which is not required upon creation of the instance |
Redis node information
Used by actions: DescribeInstanceNodeInfo.
Name | Type | Description |
---|---|---|
NodeId | String | Node ID |
NodeRole | String | Node role |
ClusterId | Integer | Shard ID |
Region information
Used by actions: DescribeProductInfo.
Name | Type | Description |
---|---|---|
RegionId | String | Region ID |
RegionName | String | Region name |
RegionShortName | String | Region abbreviation |
Area | String | Name of the area where a region is located |
ZoneSet | Array of ZoneCapacityConf | AZ information |
Instance node information
Used by actions: DescribeInstanceZoneInfo.
Name | Type | Description |
---|---|---|
GroupId | Integer | Node group ID |
GroupName | String | Node group name |
ZoneId | String | Node availability zone ID, such as ap-guangzhou-1 |
Role | String | Node group type. Valid values: master (master node group), replica (replica node group) |
RedisNodes | Array of RedisNode | The list of nodes in a node group |
The tag bound with the instance purchased via APIs
Used by actions: CreateInstances.
Name | Type | Required | Description |
---|---|---|---|
TagKey | String | Yes | Tag key |
TagValue | String | Yes | Tag value |
Security group rules
Used by actions: DescribeDBSecurityGroups, DescribeProjectSecurityGroups.
Name | Type | Description |
---|---|---|
CreateTime | String | Creation time in the format of yyyy-mm-dd hh:mm:ss. |
ProjectId | Integer | Project ID. |
SecurityGroupId | String | Security group ID. |
SecurityGroupName | String | Security group name. |
SecurityGroupRemark | String | Security group remarks. |
Outbound | Array of Outbound | Outbound rule. |
Inbound | Array of Inbound | Inbound rule. |
Security group details
Used by actions: DescribeInstanceSecurityGroup, DescribeProjectSecurityGroup.
Name | Type | Description |
---|---|---|
ProjectId | Integer | Project ID |
CreateTime | String | Creation time |
SecurityGroupId | String | Security group ID |
SecurityGroupName | String | Security group name |
SecurityGroupRemark | String | Security group remarks |
InboundRule | Array of SecurityGroupsInboundAndOutbound | Security group inbound rule |
OutboundRule | Array of SecurityGroupsInboundAndOutbound | Security group outbound rule |
Inbound and outbound rules of the security group
Used by actions: DescribeInstanceSecurityGroup, DescribeProjectSecurityGroup.
Name | Type | Description |
---|---|---|
Action | String | Action to be executed |
Ip | String | IP address |
Port | String | Port number |
Proto | String | Protocol type |
Access command
Used by actions: DescribeInstanceMonitorTopNCmd.
Name | Type | Description |
---|---|---|
Cmd | String | Command |
Count | Integer | Number of executions |
Access source information
Used by actions: DescribeInstanceMonitorSIP.
Name | Type | Description |
---|---|---|
Ip | String | Source IP |
Conn | Integer | Number of connections |
Cmd | Integer | Command |
Task details
Used by actions: DescribeTaskList.
Name | Type | Description |
---|---|---|
TaskId | Integer | Task ID Note: This field may return null, indicating that no valid values can be obtained. |
StartTime | String | Start time Note: This field may return null, indicating that no valid values can be obtained. |
TaskType | String | Task type Note: This field may return null, indicating that no valid values can be obtained. |
InstanceName | String | Instance name Note: This field may return null, indicating that no valid values can be obtained. |
InstanceId | String | Instance ID Note: This field may return null, indicating that no valid values can be obtained. |
ProjectId | Integer | Project ID Note: This field may return null, indicating that no valid values can be obtained. |
Progress | Float | Task progress Note: This field may return null, indicating that no valid values can be obtained. |
EndTime | String | End time Note: This field may return null, indicating that no valid values can be obtained. |
Result | Integer | Task status Note: This field may return null, indicating that no valid values can be obtained. |
Tendis node information
Used by actions: DescribeInstanceNodeInfo.
Name | Type | Description |
---|---|---|
NodeId | String | Node ID |
NodeRole | String | Node role |
Order deal information
Used by actions: DescribeInstanceDealDetail.
Name | Type | Description |
---|---|---|
DealId | String | Order ID, which is used when a TencentCloud API is called |
DealName | String | Long order ID, which is used when an order issue is submitted for assistance |
ZoneId | Integer | AZ ID |
GoodsNum | Integer | Number of instances associated with an order |
Creater | String | Creates a user uin |
CreatTime | String | Order creation time |
OverdueTime | String | Order timeout period |
EndTime | String | Order completion time |
Status | Integer | Order status. 1: unpaid; 2: paid but not delivered; 3: In delivery; 4: successfully delivered; 5: delivery failed; 6: refunded; 7: order closed; 8: order expired; 9: order invalidated; 10: product invalidated; 11: requested payment rejected; 12: paying |
Description | String | Order status description |
Price | Integer | Actual total price of an order in 0.01 CNY |
InstanceIds | Array of String | Instance ID |
Product information in the availability zone
Used by actions: DescribeProductInfo.
Name | Type | Description |
---|---|---|
ZoneId | String | AZ ID, such as ap-guangzhou-3 |
ZoneName | String | AZ name |
IsSaleout | Boolean | Whether a product is sold out in an AZ |
IsDefault | Boolean | Whether it is a default AZ |
NetWorkType | Array of String | Network type. basenet: basic network; vpcnet: VPC |
ProductSet | Array of ProductConf | Information of an AZ, such as product specifications in it |
OldZoneId | Integer | AZ ID, such as 100003 |
Was this page helpful?