Open vmdude opened 2 months ago
A sample output from cli:
aliyun alidns DescribeDomains
{
"Domains": {
"Domain": [
{
"AliDomain": false,
"CreateTime": "2020-02-08T19:07Z",
"CreateTimestamp": 1581188831000,
"DnsServers": {
"DnsServer": [
"ns7.alidns.com",
"ns8.alidns.com"
]
},
"DomainId": "REDACTED",
"DomainLoggingSwitchStatus": "CLOSE",
"DomainName": "REDACTED",
"PunyCode": "REDACTED",
"RecordCount": 0,
"ResourceGroupId": "rg-REDACTED",
"Starmark": false,
"Tags": {
"Tag": []
},
"VersionCode": "mianfei",
"VersionName": "Alibaba Cloud DNS"
},
{
"AliDomain": false,
"CreateTime": "2019-01-29T10:29Z",
"CreateTimestamp": 1548757740000,
"DnsServers": {
"DnsServer": [
"ns7.alidns.com",
"ns8.alidns.com"
]
},
"DomainId": "REDACTED",
"DomainLoggingSwitchStatus": "CLOSE",
"DomainName": "REDACTED",
"PunyCode": "REDACTED",
"RecordCount": 0,
"ResourceGroupId": "rg-REDACTED",
"Starmark": false,
"Tags": {
"Tag": []
},
"VersionCode": "mianfei",
"VersionName": "Alibaba Cloud DNS"
}
]
},
"PageNumber": 1,
"PageSize": 20,
"RequestId": "REDACTED",
"TotalCount": 2
}
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Still needing this table, it's no stale
References
The table
alicloud_alidns_domains
should mimic thealiyun alidns DescribeDomains
query.