You need to enable JavaScript to run this app.
导航
ListRecordAttributes-获取解析记录属性
最近更新时间:2024.08.23 14:49:38首次发布时间:2023.02.08 13:12:56

获取私网解析 PrivateZone 支持的 TTL、记录类型、解析记录权重最大值等属性。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com?Action=ListRecordAttributes?Version=2022-06-01

请求参数

除了以下参数,您还需要 对请求进行鉴权

Query

名称类型是否必选示例值描述
ActionStringListRecordAttributesAPI 的名称。该参数的取值是 ListRecordAttributes
VersionString2022-06-01API 的版本。该参数的取值是 2022-06-01

返回参数

ResponseMetadata 对象

名称
类型
描述
RequestId
String
标识本次请求的 ID。
Action
String
Action 查询参数的值。
Version
String
API 版本。
Service
String
服务类型。
Region
String
服务所在地域。

Result 对象

名称
类型
描述
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,
    }
}

错误码

您可访问公共错误码,获取详细信息。