Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table alicloud_alidns_domains #450

Open
vmdude opened this issue Sep 4, 2024 · 1 comment
Open

Add table alicloud_alidns_domains #450

vmdude opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request new table New table request

Comments

@vmdude
Copy link
Contributor

vmdude commented Sep 4, 2024

References

The table alicloud_alidns_domains should mimic the aliyun alidns DescribeDomains query.

@vmdude vmdude added enhancement New feature or request new table New table request labels Sep 4, 2024
@vmdude
Copy link
Contributor Author

vmdude commented Sep 4, 2024

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
}

@ParthaI ParthaI self-assigned this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new table New table request
Projects
None yet
Development

No branches or pull requests

2 participants