list_records
Query DNS records of a website, including values, priority, and authentication details. Filter results by record name, match type, source, or proxied status to manage configurations effectively.
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 |
---|---|---|---|
bizName | No | The business scenario of the record for acceleration. Valid values: image_video: video and image. api: API.web: web page. | |
pageNumber | No | The page number. Default value: 1. | |
pageSize | No | The number of entries per page. Default value: 500. | |
proxied | No | Filters by whether the record is proxied. Valid values:true, false | |
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. | |
recordName | No | The record name. This parameter specifies a filter condition for the query. | |
siteId | Yes | The website ID, which can be obtained by calling the ListSites operation. | |
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. | |
type | No | The DNS record type. |