ExportRecords - 导出记录

导出站点下的所有DNS记录,以固定的文本格式返回结果。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID。可通过调用 ListSites 接口查询获取。

1234567890123

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

C69B5894-D1BA-592C-95D0-DADBE7AEAC63
Contentstring

导出的 DNS 记录内容。

;; site:example.com.\n;; Exported:2024-01-24 15:54:35\n\n;; A Records\na1.example.com. 30 IN A 1.1.1.1 direct\na2.example.com. 30 IN A 1.1.1.1 direct\na3.example.com. 30 IN A 1.1.1.1 direct\n

示例

正常返回示例

JSON格式

{
  "RequestId": "C69B5894-D1BA-592C-95D0-DADBE7AEAC63",
  "Content": ";; site:example.com.\\n;; Exported:2024-01-24 15:54:35\\n\\n;; A Records\\na1.example.com. 30 IN A 1.1.1.1 direct\\na2.example.com. 30 IN A 1.1.1.1 direct\\na3.example.com. 30 IN A 1.1.1.1 direct\\n"
}

错误码

HTTP status code错误码错误信息描述
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-09-18OpenAPI 错误码发生变更查看变更详情