Describes the status of a tag for a node.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
DBInstanceId | string | Yes | The instance ID. | dds-wz9760547de1**** |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 69D55DEC-B219-569F-A686-AC2F67A1**** |
RoleTagStatus | string | The tag status of the ReplicaSet node. Valid values:
Note If the instance is a sharded cluster, this parameter returns false. Valid values:
| false |
ShardRoleTagStatus | object | The tag status of each node in the sharded cluster. Valid values:
| { "d-2ze204b4db58****": "false", "d-2zeb9716646e***": "false" } |
Examples
Success response
JSON format
{
"RequestId": "69D55DEC-B219-569F-A686-AC2F67A1****",
"RoleTagStatus": "false",
"ShardRoleTagStatus": {
"d-2ze204b4db58****": "false",
"d-2zeb9716646e***": "false"
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.