调用 DescribeParameterGroupDetail 接口查询目标参数列表的详细信息。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ParameterGroupId | String | 是 | pg-cnlfm5yzmxehmkw**** | 参数模板 ID。 说明 您可以调用 DescribeParameterGroups 接口查询当前账号和地域下所有的参数模板基本信息,包括参数模板 ID |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ParameterGroupInfo | Object | 参数模板详情。 |
POST https://redis.volcengineapi.com/?Action=DescribeParameterGroupDetail&Version=2020-12-07 HTTP/1.1 Host: redis.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/Redis/request,SignedHeaders=content-type;host;x-date,Signature=**** { "ParameterGroupId": "pg-cnlfm5yzmxehmkw****" }
{ "ResponseMetadata": { "RequestId": "20250109111105F5EFEE526915BC478790-b8****", "Action": "DescribeParameterGroupDetail", "Version": "2020-12-07", "Service": "Redis", "Region": "cn-beijing" }, "Result": { "ParameterGroupInfo": { "CreateTime": "2025-01-09T02:51:23Z", "Default": false, "Description": "test template", "EngineVersion": "7.0", "Name": "test_temp", "ParameterGroupId": "pg-cnlfm5yzmxehmkw****", "Parameters": [ { "CurrentValue": "100", "Description": "触发内存碎片整理,碎片空间占用量的最小值。单位:MB,取值范围100~1024。", "NeedReboot": false, "Options": null, "ParamName": "active-defrag-ignore-bytes", "Range": "[100,1024]", "Type": "number", "Unit": "MB" } ], "Source": "User", "UpdateTime": "2025-01-09T03:10:11Z" } } }
更多详情,请参见错误码。