All Products
Search
Document Center

Edge Security Acceleration:ListRoutineRelatedRecords

Last Updated:Jun 11, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

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.