Catatan yang terkait dengan fungsi.
Deskripsi operasi
Queries the list of related records for a specified edge routine. You can use pagination parameters to retrieve partial results, or use fuzzy keywords to filter specific record entries.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:ListRoutineRelatedRecords |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
Nama fungsi. |
test |
| PageNumber |
integer |
No |
Nomor halaman yang dikembalikan. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. Nilai valid: bilangan bulat dari 1 hingga 20. |
20 |
| SearchKeyWord |
string |
No |
Kata kunci yang digunakan untuk pencarian fuzzy. |
hello |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247A74 |
| PageNumber |
integer |
The page number. Pages start from page 1. Default value: 1. |
1 |
| PageSize |
integer |
The number of entries per page. |
20 |
| TotalCount |
integer |
The total number of entries. |
16 |
| RelatedRecords |
array<object> |
The list of records associated with the edge function. |
|
|
object |
The information about the record associated with the function. |
||
| RecordName |
string |
The name of the record. |
test-record-1.example.com |
| SiteId |
integer |
The website ID. |
54362329990032 |
| SiteName |
string |
The website name. |
example.com |
| RecordId |
integer |
The record ID of the domain name. |
509348423011904 |
Contoh
Respons sukses
JSONformat
{
"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
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | InvalidParameter | The specified parameter is invalid. | The specified parameter is invalid. |
| 400 | DependedByOthers | Failed to call the service. Try again later or contact technical support. | 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. | 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. | Failed to call the service. Try again later or contact technical support. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.