查询边缘函数关联记录列表。
接口说明
用于查询指定边缘函数的关联记录列表,您可以通过设置分页参数来获取部分结果,或者使用模糊关键词来筛选特定的记录条目。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| Name | string | 是 | 边缘函数名。 | test |
| PageNumber | long | 否 | 页码。默认值:1。 | 1 |
| PageSize | long | 否 | 分页大小。 取值:1~20 之间的任意整数。 | 20 |
| SearchKeyWord | string | 否 | 模糊查询关键字。 | hello |
返回参数
示例
正常返回示例
JSON格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"PageNumber": 1,
"PageSize": 20,
"TotalCount": 16,
"RelatedRecords": [
{
"RecordName": "test-record-1.example.com",
"SiteId": 54362329990032,
"SiteName": "example.com",
"RecordId": 509348423011904
}
]
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | |
| 400 | InvalidParameter | The specified parameter is invalid. | |
| 400 | DependedByOthers | Failed to call the service. Try again later or contact technical support. | |
| 400 | RoutineNotExist | The routine name does not exist. Check the routine name and try again. | |
| 400 | InternalOperationError | Failed to call the service. Try again later or contact technical support. |
访问错误中心查看更多错误码。
