You need to enable JavaScript to run this app.
导航

获取解析记录属性

最近更新时间2023.12.15 10:24:14

首次发布时间2023.02.08 13:12:56

API 说明

API 名称:ListRecordAttributes
API 域名:open.volcengineapi.com
API 描述:获取域名的解析记录属性。

请求方法

GET

请求参数

除了以下参数,您还需要在请求头中指定 请求方法 并包含 签名参数

参数名称
数据类型参数类型是否必选参数说明
ActionString查询参数API 的名称。该参数的取值是 ListRecordAttributes
VersionString查询参数API 的版本。该参数的取值是 2022-06-01

响应正文

参数名称
数据类型
参数说明
ResponseMetadata
Object
响应的元数据。
Result
Object
返回结果。

示例

请求示例

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,
    }
}