Queries information about columns.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBClusterId | string | Yes | The cluster ID. | cc-2zeux3ua25242**** |
SchemaName | string | Yes | The database name. You can call the DescribeSchemas operation to query database names. | database |
TableName | string | Yes | The table name. You can call the DescribeTables operation to query table names. | table |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "66428721-FFEC-5023-B4E5-3BD1B67837E0",
"Items": {
"Column": [
{
"Type": "String",
"ColumnName": "name",
"TableName": "table",
"AutoIncrementColumn": true,
"DBClusterId": "cc-2zeux3ua25242****",
"PrimaryKey": true,
"SchemaName": "database"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. | An error occurred while processing your request. |
503 | ServiceUnavailable | An error occurred while processing your request. | An error occurred while processing your request. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history