获取私网解析 PrivateZone 支持的 TTL、记录类型、解析记录权重最大值等属性。
除了以下参数,您还需要 对请求进行鉴权。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListRecordAttributes | API 的名称。该参数的取值是 ListRecordAttributes 。 |
Version | String | 是 | 2022-06-01 | API 的版本。该参数的取值是 2022-06-01 。 |
名称 | 类型 | 描述 |
---|---|---|
RequestId | String | 标识本次请求的 ID。 |
Action | String | Action 查询参数的值。 |
Version | String | API 版本。 |
Service | String | 服务类型。 |
Region | String | 服务所在地域。 |
名称 | 类型 | 描述 |
---|---|---|
TTLs | Integer[] | 私网解析 PrivateZone 支持的解析记录过期时间。单位为秒。 |
Types | String[] | 私网解析 PrivateZone 支持的解析记录类型。 |
WeightLimit | Integer | 私网解析 PrivateZone 支持的解析记录权重的最大值。 |
GET https://open.volcengineapi.com/?Action=ListRecordAttributes&Version=2022-06-01
{ "ResponseMetadata": { "RequestId": "20221213233408030C7E5B1C72CA50B820", "Action": "ListRecordAttributes", "Version": "2022-06-01", "Service": "private_zone", "Region": "cn" }, "Result": { "TTLs": [ 1, 5, 10, 30, 60, 120, 600, 1800, 3600, 43200, 86400 ], "Types": [ "A", "AAAA", "CNAME", "TXT", "MX", "PTR" ], "WeightLimit": 100, } }
您可访问公共错误码,获取详细信息。