You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/dnspod_record_list.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The following arguments are supported:
46
46
47
47
*`domain` - (Required, String) The domain to which the resolution record belongs.
48
48
*`domain_id` - (Optional, Int) The domain ID to which the resolution record belongs. If DomainId is provided, the system will ignore the Domain parameter. You can find all Domain and DomainId through the DescribeDomainList interface.
49
+
*`filter_at_ns` - (Optional, Bool) Filter @ type NS records. Default is false.
49
50
*`group_id` - (Optional, Set: [`Int`]) When retrieving resolution records under certain groups, pass this group ID. You can obtain the GroupId field through the DescribeRecordGroupList interface.
50
51
*`is_exact_sub_domain` - (Optional, Bool) Whether to perform an exact search based on the SubDomain parameter.
51
52
*`keyword` - (Optional, String) Search for resolution records by keyword, currently supporting searching host headers and record values.
0 commit comments