查看配置记录器配置
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 | DescribeConfigurationRecorders | 要执行的操作,取值:DescribeConfigurationRecorders。 |
Version | String | 是 | 2025-01-01 | API的版本,取值:2025-01-01。 |
RecorderName | String | 否 | 记录器名称 | |
NextToken | String | 否 | 翻页 token | |
MaxResults | Integer | 否 | 返回每页的行数 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
NextToken | String | 翻页 token | |
MaxResults | Integer | 返回每页的行数 | |
ConfigurationRecorders | Array of Object | 记录器列表 |
POST /?Action=DescribeConfigurationRecorders&Version=2025-01-01 HTTP/1.1 Host: config.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20251114T061817Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20251114/cn-beijing/config/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f {}
{ "ResponseMetadata": { "RequestId": "20251114141829216070112137DB74B6", "Action": "DescribeConfigurationRecorders", "Version": "2025-01-01", "Service": "config", "Region": "cn-beijing" }, "Result": { "NextToken": "YF3X1i0Xud", "MaxResults": 1, "ConfigurationRecorders": [ { "RecorderId": "0198e557-7445-77e2-bb58-34792d089e90", "RecorderName": "default", "RecorderType": "SingleAccount", "ConfigurationRecorderStatus": "Enabled", "IncludeAllResourceTypes": true, "IncludeResourceTypes": [], "CreateBy": "customer" } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
|---|---|---|
500 | InternalError |