list_records
Query DNS records for a website with filtering options like record name, type, and configuration details to manage domain settings.
Instructions
Queries a list of Domain Name System (DNS) records of a website, including the record value, priority, and authentication configurations. Supports filtering by specifying parameters such as RecordName and RecordMatchType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The website ID, which can be obtained by calling the ListSites operation. | |
| recordName | No | The record name. This parameter specifies a filter condition for the query. | |
| recordMatchType | No | The match mode to search for the record name. Default value: exact. Valid values: prefix: match by prefix.suffix: match by suffix. exact: exact match. fuzzy: fuzzy match. | |
| pageNumber | No | The page number. Default value: 1. | |
| pageSize | No | The number of entries per page. Default value: 500. | |
| sourceType | No | The origin type of the record. Only CNAME records can be filtered by using this field. Valid values: OSS: OSS bucket. S3: S3 bucket. LB: load balancer. OP: origin pool. Domain: domain name. | |
| bizName | No | The business scenario of the record for acceleration. Valid values: image_video: video and image. api: API.web: web page. | |
| proxied | No | Filters by whether the record is proxied. Valid values:true, false | |
| type | No | The DNS record type. |