parameter group
show details of a parameter group
show details of a parameter group
get/param-groups/{paramGroupId}
Path parameters
paramGroupIdstring required
parameter group id
Query parameters
instanceTypestring
paramNamestring
Response
OK
Example response
{
"data": {
"clusterSpec": "8C16G",
"clusterVersion": "v5.0",
"createTime": 1636698675,
"dbType": 1,
"hasDefault": 1,
"name": "default",
"note": "default param group",
"paramGroupId": "1",
"params": [
{
"category": "basic",
"createTime": 1636698675,
"defaultValue": "1",
"description": "binlog cache size",
"hasApply": 1,
"instanceType": "tidb",
"name": "binlog_size",
"note": "binlog cache size",
"paramId": "1",
"range": [
"1",
" 1000"
],
"rangeType": 1,
"systemVariable": "log.log_level",
"unit": "MB",
"unitOptions": [
"KB",
"MB",
"GB"
],
"updateTime": 1636698675
}
],
"updateTime": 1636698675
}
}