tccli 3.0.1316.1__py2.py3-none-any.whl → 3.0.1317.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/cbs/v20170312/api.json +57 -58
  4. tccli/services/cbs/v20170312/examples.json +5 -5
  5. tccli/services/cdb/v20170320/api.json +9 -9
  6. tccli/services/cdb/v20170320/examples.json +12 -0
  7. tccli/services/cvm/v20170312/api.json +13 -13
  8. tccli/services/cvm/v20170312/examples.json +1 -1
  9. tccli/services/cynosdb/v20190107/api.json +24 -2
  10. tccli/services/dnspod/v20210323/api.json +85 -65
  11. tccli/services/dnspod/v20210323/examples.json +28 -28
  12. tccli/services/domain/v20180808/api.json +10 -10
  13. tccli/services/domain/v20180808/examples.json +1 -1
  14. tccli/services/es/v20180416/api.json +49 -0
  15. tccli/services/ess/ess_client.py +53 -0
  16. tccli/services/ess/v20201111/api.json +82 -0
  17. tccli/services/ess/v20201111/examples.json +8 -0
  18. tccli/services/essbasic/v20210526/api.json +2 -2
  19. tccli/services/essbasic/v20210526/examples.json +9 -3
  20. tccli/services/hai/v20230812/api.json +1 -1
  21. tccli/services/lke/v20231130/api.json +11 -11
  22. tccli/services/lkeap/lkeap_client.py +53 -53
  23. tccli/services/lkeap/v20240522/api.json +90 -70
  24. tccli/services/lkeap/v20240522/examples.json +8 -8
  25. tccli/services/mps/v20190612/api.json +163 -0
  26. tccli/services/mps/v20190612/examples.json +1 -1
  27. tccli/services/mrs/v20200910/api.json +30 -0
  28. tccli/services/postgres/postgres_client.py +8 -61
  29. tccli/services/postgres/v20170312/api.json +0 -71
  30. tccli/services/postgres/v20170312/examples.json +0 -14
  31. tccli/services/privatedns/v20201028/api.json +2 -2
  32. tccli/services/tbaas/v20180416/api.json +3 -3
  33. tccli/services/tbaas/v20180416/examples.json +1 -1
  34. tccli/services/tcbr/v20220217/api.json +16 -16
  35. tccli/services/teo/v20220901/api.json +34 -6
  36. tccli/services/teo/v20220901/examples.json +1 -1
  37. tccli/services/tke/v20180525/api.json +6 -6
  38. tccli/services/tke/v20220501/api.json +61 -1
  39. tccli/services/tke/v20220501/examples.json +1 -1
  40. tccli/services/vpc/v20170312/api.json +1 -1
  41. tccli/services/waf/v20180125/api.json +78 -22
  42. {tccli-3.0.1316.1.dist-info → tccli-3.0.1317.1.dist-info}/METADATA +2 -2
  43. {tccli-3.0.1316.1.dist-info → tccli-3.0.1317.1.dist-info}/RECORD +46 -46
  44. {tccli-3.0.1316.1.dist-info → tccli-3.0.1317.1.dist-info}/WHEEL +0 -0
  45. {tccli-3.0.1316.1.dist-info → tccli-3.0.1317.1.dist-info}/entry_points.txt +0 -0
  46. {tccli-3.0.1316.1.dist-info → tccli-3.0.1317.1.dist-info}/license_files/LICENSE +0 -0
@@ -73,8 +73,8 @@
73
73
  "CreateDomainsAnalyticsFile": [
74
74
  {
75
75
  "document": "批量导出域名解析量",
76
- "input": "{\n \"Domains\": [\n \"dnspod.cn\"\n ],\n \"DNSFormat\": \"DATE\",\n \"StartDate\": \"2023-02-09\",\n \"EndDate\": \"2023-02-10\"\n}",
77
- "output": "{\n \"Response\": {\n \"JobId\": 1,\n \"RequestId\": \"xx\"\n }\n}",
76
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDomainsAnalyticsFile\n<公共请求参数>\n\n{\n \"Domains\": [\n \"dnspod.cn\"\n ],\n \"DNSFormat\": \"DATE\",\n \"StartDate\": \"2023-02-09\",\n \"EndDate\": \"2023-02-10\"\n}",
77
+ "output": "{\n \"Response\": {\n \"JobId\": 1,\n \"RequestId\": \"033a322d-e4e1-4b4d-bb74-aab903901d2f\"\n }\n}",
78
78
  "title": "批量导出域名解析量参数示例"
79
79
  }
80
80
  ],
@@ -104,16 +104,16 @@
104
104
  ],
105
105
  "CreateRecordBatch": [
106
106
  {
107
- "document": " ",
108
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordBatch\n<公共请求参数>\n\n{\n \"DomainIdList\": [\n 49,\n 53\n ],\n \"RecordList\": [\n {\n \"SubDomain\": \"aa,bb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"Value\": \"11.22.33.44\",\n \"TTL\": 600\n }\n ]\n}",
109
- "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 0,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 0,\n \"DomainId\": 48,\n \"Domain\": \"dnsapi6.cn\",\n \"DomainGrade\": \"DP_PLUS\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n },\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 0,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": \"600\",\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 1,\n \"DomainId\": 49,\n \"Domain\": \"dnsapi1.cn\",\n \"DomainGrade\": \"DP_FREE\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n }\n ],\n \"JobId\": 34\n }\n}",
107
+ "document": " 批量添加记录",
108
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordBatch\n<公共请求参数>\n\n{\n \"DomainIdList\": [\n \"49\",\n \"53\"\n ],\n \"RecordList\": [\n {\n \"SubDomain\": \"aa,bb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"Value\": \"11.22.33.44\",\n \"TTL\": 600\n }\n ]\n}",
109
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"test\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 0,\n \"DomainId\": 48,\n \"Domain\": \"dnsapi6.cn\",\n \"DomainGrade\": \"DP_PLUS\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n },\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"test\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 1,\n \"DomainId\": 49,\n \"Domain\": \"dnsapi1.cn\",\n \"DomainGrade\": \"DP_FREE\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n }\n ],\n \"JobId\": 34\n }\n}",
110
110
  "title": "批量添加记录"
111
111
  }
112
112
  ],
113
113
  "CreateRecordGroup": [
114
114
  {
115
115
  "document": " ",
116
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"domain.com\",\n \"GroupName\": \"分组2\"\n}",
116
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"GroupName\": \"分组2\"\n}",
117
117
  "output": "{\n \"Response\": {\n \"RequestId\": \"ec8949ba-ec3c-446e-b9eb-5aeafa238f0a\",\n \"GroupId\": 146\n }\n}",
118
118
  "title": "添加记录分组"
119
119
  }
@@ -129,8 +129,8 @@
129
129
  "CreateSubDomainsAnalyticsFile": [
130
130
  {
131
131
  "document": "批量导出子域名解析量",
132
- "input": "{\n \"Domains\": [\n {\n \"Domain\": \"dnspod.cn\",\n \"SubDomain\": \"www\",\n \"Offset\": 0,\n \"Limit\": 1\n }\n ],\n \"DNSFormat\": \"DATE\",\n \"StartDate\": \"2023-02-09\",\n \"EndDate\": \"2023-02-10\",\n \"SubDomainType\": 1\n}",
133
- "output": "{\n \"Response\": {\n \"JobId\": 1,\n \"RequestId\": \"xx\"\n }\n}",
132
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSubDomainsAnalyticsFile\n<公共请求参数>\n\n{\n \"Domains\": [\n {\n \"Domain\": \"dnspod.cn\",\n \"SubDomain\": \"www\",\n \"Offset\": 0,\n \"Limit\": 1\n }\n ],\n \"DNSFormat\": \"DATE\",\n \"StartDate\": \"2023-02-09\",\n \"EndDate\": \"2023-02-10\",\n \"SubDomainType\": 1\n}",
133
+ "output": "{\n \"Response\": {\n \"JobId\": 1,\n \"RequestId\": \"85e43382-1c33-464b-b779-524461c79bd1\"\n }\n}",
134
134
  "title": "批量导出子域名解析量参数示例"
135
135
  }
136
136
  ],
@@ -199,7 +199,7 @@
199
199
  "DeleteRecord": [
200
200
  {
201
201
  "document": " ",
202
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.site\",\n \"DomainId\": 62,\n \"RecordId\": 162\n}",
202
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 1923,\n \"RecordId\": 162\n}",
203
203
  "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\"\n }\n}",
204
204
  "title": "删除解析记录"
205
205
  }
@@ -215,7 +215,7 @@
215
215
  "DeleteRecordGroup": [
216
216
  {
217
217
  "document": " ",
218
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"domain.com\",\n \"GroupId\": 156\n}",
218
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"GroupId\": 156\n}",
219
219
  "output": "{\n \"Response\": {\n \"RequestId\": \"ec8949ba-ec3c-446e-b9eb-5aeafa238f0a\"\n }\n}",
220
220
  "title": "删除记录分组"
221
221
  }
@@ -231,7 +231,7 @@
231
231
  "DeleteSnapshot": [
232
232
  {
233
233
  "document": " ",
234
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSnapshot\n<公共请求参数>\n\n{\n \"Domain\": \"domain.com\",\n \"SnapshotId\": \"B102XXXA\"\n}",
234
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSnapshot\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"SnapshotId\": \"B102XXXA\"\n}",
235
235
  "output": "{\n \"Response\": {\n \"RequestId\": \"e3c8c279-ccfb-4630-810c-36bc11e21ff9\"\n }\n}",
236
236
  "title": "删除快照"
237
237
  }
@@ -304,14 +304,14 @@
304
304
  {
305
305
  "document": "获取域名列表",
306
306
  "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDomainList\n<公共请求参数>\n\n{\n \"Type\": \"ALL\",\n \"Keyword\": \"dnspod\",\n \"Limit\": 1,\n \"Offset\": 0,\n \"GroupId\": 1\n}",
307
- "output": "{\n \"Response\": {\n \"DomainCountInfo\": {\n \"AllTotal\": 35,\n \"DomainTotal\": 1,\n \"ErrorTotal\": 28,\n \"GroupTotal\": 0,\n \"LockTotal\": 1,\n \"MineTotal\": 28,\n \"PauseTotal\": 1,\n \"ShareOutTotal\": 4,\n \"ShareTotal\": 7,\n \"SpamTotal\": 0,\n \"VipExpire\": 0,\n \"VipTotal\": 4\n },\n \"DomainList\": [\n {\n \"CNAMESpeedup\": \"DISABLE\",\n \"CreatedOn\": \"2021-05-06 20:40:39\",\n \"DNSStatus\": \"DNSERROR\",\n \"DomainId\": 12614766,\n \"EffectiveDNS\": [\n \"ns3.dnsv5.com\",\n \"ns4.dnsv5.com\"\n ],\n \"Grade\": \"DP_ULTRA\",\n \"GradeLevel\": 10,\n \"GradeTitle\": \"尊享版\",\n \"GroupId\": 1,\n \"IsVip\": \"YES\",\n \"Name\": \"dnspod.com\",\n \"Owner\": \"qcloud_uin_000000000@qcloud.com\",\n \"Punycode\": \"dnspod.com\",\n \"RecordCount\": 0,\n \"Remark\": \"\",\n \"SearchEnginePush\": \"NO\",\n \"Status\": \"ENABLE\",\n \"TTL\": 600,\n \"UpdatedOn\": \"2023-03-09 11:51:56\",\n \"VipAutoRenew\": \"YES\",\n \"VipEndAt\": \"2024-01-16 15:56:31\",\n \"VipStartAt\": \"2023-01-16 15:56:31\"\n }\n ],\n \"RequestId\": \"bfb3f27e-4dba-4a5c-9aff-08d1c27d1c61\"\n }\n}",
307
+ "output": "{\n \"Response\": {\n \"DomainCountInfo\": {\n \"AllTotal\": 35,\n \"DomainTotal\": 1,\n \"ErrorTotal\": 28,\n \"GroupTotal\": 0,\n \"LockTotal\": 1,\n \"MineTotal\": 28,\n \"PauseTotal\": 1,\n \"ShareOutTotal\": 4,\n \"ShareTotal\": 7,\n \"SpamTotal\": 0,\n \"VipExpire\": 0,\n \"VipTotal\": 4\n },\n \"DomainList\": [\n {\n \"CNAMESpeedup\": \"DISABLE\",\n \"CreatedOn\": \"2021-05-06 20:40:39\",\n \"DNSStatus\": \"DNSERROR\",\n \"DomainId\": 12614766,\n \"EffectiveDNS\": [\n \"ns3.dnsv5.com\",\n \"ns4.dnsv5.com\"\n ],\n \"Grade\": \"DP_ULTRA\",\n \"GradeLevel\": 10,\n \"GradeTitle\": \"尊享版\",\n \"GroupId\": 1,\n \"IsVip\": \"YES\",\n \"Name\": \"dnspod.com\",\n \"Owner\": \"qcloud_uin_000000000@qcloud.com\",\n \"Punycode\": \"dnspod.com\",\n \"RecordCount\": 0,\n \"Remark\": \"\",\n \"SearchEnginePush\": \"NO\",\n \"Status\": \"ENABLE\",\n \"TTL\": 600,\n \"UpdatedOn\": \"2023-03-09 11:51:56\",\n \"VipAutoRenew\": \"YES\",\n \"VipEndAt\": \"2024-01-16 15:56:31\",\n \"VipStartAt\": \"2023-01-16 15:56:31\",\n \"TagList\": [\n {\n \"TagKey\": \"app\",\n \"TagValue\": \"redis\"\n }\n ]\n }\n ],\n \"RequestId\": \"bfb3f27e-4dba-4a5c-9aff-08d1c27d1c61\"\n }\n}",
308
308
  "title": "获取域名列表参数示例"
309
309
  }
310
310
  ],
311
311
  "DescribeDomainLogList": [
312
312
  {
313
313
  "document": " ",
314
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDomainLogList\n<公共请求参数>\n\n{\n \"Domain\": \"test.com\",\n \"Limit\": 100,\n \"Offset\": 0\n}",
314
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDomainLogList\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"Limit\": 100,\n \"Offset\": 0\n}",
315
315
  "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"LogList\": [\n \"2021-01-18 12:06:11: (111.111.111.111) 添加 A 记录 默认 线路 ftp 值 64.144.7.51\"\n ],\n \"PageSize\": 100,\n \"TotalCount\": 1\n }\n}",
316
316
  "title": "获取域名日志"
317
317
  }
@@ -351,8 +351,8 @@
351
351
  "DescribeDomainWhois": [
352
352
  {
353
353
  "document": "获取域名Whois信息",
354
- "input": "{\n \"Domain\": \"dnspod.cn\"\n}",
355
- "output": "{\n \"Response\": {\n \"Info\": {\n \"Contacts\": {\n \"Admin\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"REDACTED FOR PRIVACY\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": \"REDACTED FOR PRIVACY\",\n \"FaxExt\": \"REDACTED FOR PRIVACY\",\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": \"REDACTED FOR PRIVACY\",\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Billing\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"REDACTED FOR PRIVACY\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": null,\n \"FaxExt\": null,\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": \"REDACTED FOR PRIVACY\",\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Registrant\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"CN\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": \"REDACTED FOR PRIVACY\",\n \"FaxExt\": \"REDACTED FOR PRIVACY\",\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": null,\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Tech\": null\n },\n \"CreationDate\": \"2020-04-12 13:30:07\",\n \"ExpirationDate\": \"2023-04-12 13:30:07\",\n \"IsQcloud\": true,\n \"IsQcloudOwner\": true,\n \"NameServers\": [\n \"hannah.dnspod.net\",\n \"perch.dnspod.net\"\n ],\n \"Raw\": [\n \"Domain Name: dnspod.cn\\nRegistry Domain ID: 2513768290_DOMAIN_COM-VRSN\\nRegistrar WHOIS Server: whois.dnspod.com\\nRegistrar URL: https://www.dnspod.com\\nUpdated Date: 2022-04-01 14:44:21\\nCreation Date: 2020-04-12 13:30:07\\nRegistry Expiry Date: 2023-04-12 13:30:07\\nRegistrar: DNSPod, Inc.\\nRegistrar IANA ID: 1697\\nRegistrar Abuse Contact Email: abuse@dnspod.com\\nRegistrar Abuse Contact Phone: +86.95716\\nDomain Status: ok https://www.icann.org/epp#ok\\nRegistry Registrant ID: REDACTED FOR PRIVACY\\nRegistrant Name: REDACTED FOR PRIVACY\\nRegistrant Organization: REDACTED FOR PRIVACY\\nRegistrant Street: REDACTED FOR PRIVACY\\nRegistrant City: REDACTED FOR PRIVACY\\nRegistrant State/Province: \\nRegistrant Postal Code: REDACTED FOR PRIVACY\\nRegistrant Country: CN\\nRegistrant Phone: REDACTED FOR PRIVACY\\nRegistrant Phone Ext: REDACTED FOR PRIVACY\\nRegistrant Fax: REDACTED FOR PRIVACY\\nRegistrant Fax Ext: REDACTED FOR PRIVACY\\nRegistrant Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Admin ID: REDACTED FOR PRIVACY\\nAdmin Name: REDACTED FOR PRIVACY\\nAdmin Organization: REDACTED FOR PRIVACY\\nAdmin Street: REDACTED FOR PRIVACY\\nAdmin City: REDACTED FOR PRIVACY\\nAdmin State/Province: REDACTED FOR PRIVACY\\nAdmin Postal Code: REDACTED FOR PRIVACY\\nAdmin Country: REDACTED FOR PRIVACY\\nAdmin Phone: REDACTED FOR PRIVACY\\nAdmin Phone Ext: REDACTED FOR PRIVACY\\nAdmin Fax: REDACTED FOR PRIVACY\\nAdmin Fax Ext: REDACTED FOR PRIVACY\\nAdmin Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Tech ID: REDACTED FOR PRIVACY\\nTech Name: REDACTED FOR PRIVACY\\nTech Organization: REDACTED FOR PRIVACY\\nTech Street: REDACTED FOR PRIVACY\\nTech State/Province: REDACTED FOR PRIVACY\\nTech Postal Code: REDACTED FOR PRIVACY\\nTech Country: REDACTED FOR PRIVACY\\nTech Phone: REDACTED FOR PRIVACY\\nTech Phone Ext: REDACTED FOR PRIVACY\\nTech Fax: REDACTED FOR PRIVACY\\nTech Fax Ext: REDACTED FOR PRIVACY\\nTech Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Billing ID: REDACTED FOR PRIVACY\\nBilling Name: REDACTED FOR PRIVACY\\nBilling Organization: REDACTED FOR PRIVACY\\nBilling Street: REDACTED FOR PRIVACY\\nBilling City: REDACTED FOR PRIVACY\\nBilling State/Province: REDACTED FOR PRIVACY\\nBilling Postal Code: REDACTED FOR PRIVACY\\nBilling Country: REDACTED FOR PRIVACY\\nBilling Phone: REDACTED FOR PRIVACY\\nBilling Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nName Server:hannah.dnspod.net\\nName Server:perch.dnspod.net\\nDNSSEC: unsigned\\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net\\n>>>Last update of WHOIS database: 2023-02-09T19:00:00Z <<<\\n\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\n\\nThe data in this whois database is provided to you for information\\npurposes only, that is, to assist you in obtaining information about or\\nrelated to a domain name registration record. We make this information\\navailable \\\"as is,\\\" and do not guarantee its accuracy. By submitting a\\nwhois query, you agree that you will use this data only for lawful\\npurposes and that, under no circumstances will you use this data to: (1)\\nenable high volume, automated, electronic processes that stress or load\\nthis whois database system providing you this information; or (2) allow,\\nenable, or otherwise support the transmission of mass unsolicited,\\ncommercial advertising or solicitations via direct mail, electronic\\nmail, or by telephone. The compilation, repackaging, dissemination or\\nother use of this data is expressly prohibited without prior written\\nconsent from us.\\n\\n\",\n \"Domain Name: dnspod.cn\\nRegistry Domain ID: 2513768290_DOMAIN_COM-VRSN\\nRegistrar WHOIS Server: whois.dnspod.com\\nRegistrar URL: https://www.dnspod.com\\nUpdated Date: 2022-04-01 14:44:21\\nCreation Date: 2020-04-12 13:30:07\\nRegistry Expiry Date: 2023-04-12 13:30:07\\nRegistrar: DNSPod, Inc.\\nRegistrar IANA ID: 1697\\nRegistrar Abuse Contact Email: abuse@dnspod.com\\nRegistrar Abuse Contact Phone: +86.95716\\nDomain Status: ok https://www.icann.org/epp#ok\\nRegistry Registrant ID: REDACTED FOR PRIVACY\\nRegistrant Name: REDACTED FOR PRIVACY\\nRegistrant Organization: REDACTED FOR PRIVACY\\nRegistrant Street: REDACTED FOR PRIVACY\\nRegistrant City: REDACTED FOR PRIVACY\\nRegistrant State/Province: \\nRegistrant Postal Code: REDACTED FOR PRIVACY\\nRegistrant Country: CN\\nRegistrant Phone: REDACTED FOR PRIVACY\\nRegistrant Phone Ext: REDACTED FOR PRIVACY\\nRegistrant Fax: REDACTED FOR PRIVACY\\nRegistrant Fax Ext: REDACTED FOR PRIVACY\\nRegistrant Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Admin ID: REDACTED FOR PRIVACY\\nAdmin Name: REDACTED FOR PRIVACY\\nAdmin Organization: REDACTED FOR PRIVACY\\nAdmin Street: REDACTED FOR PRIVACY\\nAdmin City: REDACTED FOR PRIVACY\\nAdmin State/Province: REDACTED FOR PRIVACY\\nAdmin Postal Code: REDACTED FOR PRIVACY\\nAdmin Country: REDACTED FOR PRIVACY\\nAdmin Phone: REDACTED FOR PRIVACY\\nAdmin Phone Ext: REDACTED FOR PRIVACY\\nAdmin Fax: REDACTED FOR PRIVACY\\nAdmin Fax Ext: REDACTED FOR PRIVACY\\nAdmin Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Tech ID: REDACTED FOR PRIVACY\\nTech Name: REDACTED FOR PRIVACY\\nTech Organization: REDACTED FOR PRIVACY\\nTech Street: REDACTED FOR PRIVACY\\nTech State/Province: REDACTED FOR PRIVACY\\nTech Postal Code: REDACTED FOR PRIVACY\\nTech Country: REDACTED FOR PRIVACY\\nTech Phone: REDACTED FOR PRIVACY\\nTech Phone Ext: REDACTED FOR PRIVACY\\nTech Fax: REDACTED FOR PRIVACY\\nTech Fax Ext: REDACTED FOR PRIVACY\\nTech Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Billing ID: REDACTED FOR PRIVACY\\nBilling Name: REDACTED FOR PRIVACY\\nBilling Organization: REDACTED FOR PRIVACY\\nBilling Street: REDACTED FOR PRIVACY\\nBilling City: REDACTED FOR PRIVACY\\nBilling State/Province: REDACTED FOR PRIVACY\\nBilling Postal Code: REDACTED FOR PRIVACY\\nBilling Country: REDACTED FOR PRIVACY\\nBilling Phone: REDACTED FOR PRIVACY\\nBilling Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nName Server:hannah.dnspod.net\\nName Server:perch.dnspod.net\\nDNSSEC: unsigned\\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net\\n>>>Last update of WHOIS database: 2023-02-09T19:00:00Z <<<\\n\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\n\\nThe data in this whois database is provided to you for information\\npurposes only, that is, to assist you in obtaining information about or\\nrelated to a domain name registration record. We make this information\\navailable \\\"as is,\\\" and do not guarantee its accuracy. By submitting a\\nwhois query, you agree that you will use this data only for lawful\\npurposes and that, under no circumstances will you use this data to: (1)\\nenable high volume, automated, electronic processes that stress or load\\nthis whois database system providing you this information; or (2) allow,\\nenable, or otherwise support the transmission of mass unsolicited,\\ncommercial advertising or solicitations via direct mail, electronic\\nmail, or by telephone. The compilation, repackaging, dissemination or\\nother use of this data is expressly prohibited without prior written\\nconsent from us.\\n\\n\",\n \" Domain Name: dnspod.cn\\n Registry Domain ID: 2513768290_DOMAIN_COM-VRSN\\n Registrar WHOIS Server: whois.dnspod.cn\\n Registrar URL: http://www.dnspod.cn\\n Updated Date: 2022-04-01T06:44:18Z\\n Creation Date: 2020-04-12T13:30:07Z\\n Registry Expiry Date: 2023-04-12T13:30:07Z\\n Registrar: DNSPod, Inc.\\n Registrar IANA ID: 1697\\n Registrar Abuse Contact Email: abuse@dnspod.com\\n Registrar Abuse Contact Phone: +86.4009100100\\n Domain Status: ok https://icann.org/epp#ok\\n Name Server: HANNAH.DNSPOD.NET\\n Name Server: PERCH.DNSPOD.NET\\n DNSSEC: unsigned\\n URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\\n>>> Last update of whois database: 2023-02-10T03:06:58Z <<<\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\nNOTICE: The expiration date displayed in this record is the date the\\nregistrar's sponsorship of the domain name registration in the registry is\\ncurrently set to expire. This date does not necessarily reflect the expiration\\ndate of the domain name registrant's agreement with the sponsoring\\nregistrar. Users may consult the sponsoring registrar's Whois database to\\nview the registrar's reported date of expiration for this registration.\\n\\nTERMS OF USE: You are not authorized to access or query our Whois\\ndatabase through the use of electronic processes that are high-volume and\\nautomated except as reasonably necessary to register domain names or\\nmodify existing registrations; the Data in VeriSign Global Registry\\nServices' (\\\"VeriSign\\\") Whois database is provided by VeriSign for\\ninformation purposes only, and to assist persons in obtaining information\\nabout or related to a domain name registration record. VeriSign does not\\nguarantee its accuracy. By submitting a Whois query, you agree to abide\\nby the following terms of use: You agree that you may use this Data only\\nfor lawful purposes and that under no circumstances will you use this Data\\nto: (1) allow, enable, or otherwise support the transmission of mass\\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\\nor facsimile; or (2) enable high volume, automated, electronic processes\\nthat apply to VeriSign (or its computer systems). The compilation,\\nrepackaging, dissemination or other use of this Data is expressly\\nprohibited without the prior written consent of VeriSign. You agree not to\\nuse electronic processes that are automated and high-volume to access or\\nquery the Whois database except as reasonably necessary to register\\ndomain names or modify existing registrations. VeriSign reserves the right\\nto restrict your access to the Whois database in its sole discretion to ensure\\noperational stability. VeriSign may restrict or terminate your access to the\\nWhois database for failure to abide by these terms of use. VeriSign\\nreserves the right to modify these terms at any time.\\n\\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\\nRegistrars.\\n\"\n ],\n \"Registrar\": [\n \"DNSPod, Inc.\"\n ],\n \"Status\": [\n \"ok https://icann.org/epp#ok\"\n ],\n \"UpdatedDate\": \"2022-04-01 14:44:21\"\n },\n \"RequestId\": \"f9f630a2-ef8d-42cf-9abb-5c63479464f3\"\n }\n}",
354
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDomainWhois\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\"\n}",
355
+ "output": "{\n \"Response\": {\n \"Info\": {\n \"Contacts\": {\n \"Admin\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"REDACTED FOR PRIVACY\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": \"REDACTED FOR PRIVACY\",\n \"FaxExt\": \"REDACTED FOR PRIVACY\",\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": \"REDACTED FOR PRIVACY\",\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Billing\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"REDACTED FOR PRIVACY\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": null,\n \"FaxExt\": null,\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": \"REDACTED FOR PRIVACY\",\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Registrant\": {\n \"City\": \"REDACTED FOR PRIVACY\",\n \"Country\": \"CN\",\n \"Email\": \"Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\",\n \"Fax\": \"REDACTED FOR PRIVACY\",\n \"FaxExt\": \"REDACTED FOR PRIVACY\",\n \"Handle\": \"REDACTED FOR PRIVACY\",\n \"Name\": \"REDACTED FOR PRIVACY\",\n \"Organization\": \"REDACTED FOR PRIVACY\",\n \"Phone\": \"REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY\",\n \"PostalCode\": null,\n \"State\": null,\n \"Street\": \"REDACTED FOR PRIVACY\"\n },\n \"Tech\": null\n },\n \"CreationDate\": \"2020-04-12 13:30:07\",\n \"ExpirationDate\": \"2023-04-12 13:30:07\",\n \"IsQcloud\": true,\n \"IsQcloudOwner\": true,\n \"NameServers\": [\n \"hannah.dnspod.net\",\n \"perch.dnspod.net\"\n ],\n \"Raw\": [\n \"Domain Name: dnspod.cn\\nRegistry Domain ID: 2513768290_DOMAIN_COM-VRSN\\nRegistrar WHOIS Server: whois.dnspod.com\\nRegistrar URL: https://www.dnspod.com\\nUpdated Date: 2022-04-01 14:44:21\\nCreation Date: 2020-04-12 13:30:07\\nRegistry Expiry Date: 2023-04-12 13:30:07\\nRegistrar: DNSPod, Inc.\\nRegistrar IANA ID: 1697\\nRegistrar Abuse Contact Email: abuse@dnspod.com\\nRegistrar Abuse Contact Phone: +86.95716\\nDomain Status: ok https://www.icann.org/epp#ok\\nRegistry Registrant ID: REDACTED FOR PRIVACY\\nRegistrant Name: REDACTED FOR PRIVACY\\nRegistrant Organization: REDACTED FOR PRIVACY\\nRegistrant Street: REDACTED FOR PRIVACY\\nRegistrant City: REDACTED FOR PRIVACY\\nRegistrant State/Province: \\nRegistrant Postal Code: REDACTED FOR PRIVACY\\nRegistrant Country: CN\\nRegistrant Phone: REDACTED FOR PRIVACY\\nRegistrant Phone Ext: REDACTED FOR PRIVACY\\nRegistrant Fax: REDACTED FOR PRIVACY\\nRegistrant Fax Ext: REDACTED FOR PRIVACY\\nRegistrant Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Admin ID: REDACTED FOR PRIVACY\\nAdmin Name: REDACTED FOR PRIVACY\\nAdmin Organization: REDACTED FOR PRIVACY\\nAdmin Street: REDACTED FOR PRIVACY\\nAdmin City: REDACTED FOR PRIVACY\\nAdmin State/Province: REDACTED FOR PRIVACY\\nAdmin Postal Code: REDACTED FOR PRIVACY\\nAdmin Country: REDACTED FOR PRIVACY\\nAdmin Phone: REDACTED FOR PRIVACY\\nAdmin Phone Ext: REDACTED FOR PRIVACY\\nAdmin Fax: REDACTED FOR PRIVACY\\nAdmin Fax Ext: REDACTED FOR PRIVACY\\nAdmin Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Tech ID: REDACTED FOR PRIVACY\\nTech Name: REDACTED FOR PRIVACY\\nTech Organization: REDACTED FOR PRIVACY\\nTech Street: REDACTED FOR PRIVACY\\nTech State/Province: REDACTED FOR PRIVACY\\nTech Postal Code: REDACTED FOR PRIVACY\\nTech Country: REDACTED FOR PRIVACY\\nTech Phone: REDACTED FOR PRIVACY\\nTech Phone Ext: REDACTED FOR PRIVACY\\nTech Fax: REDACTED FOR PRIVACY\\nTech Fax Ext: REDACTED FOR PRIVACY\\nTech Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Billing ID: REDACTED FOR PRIVACY\\nBilling Name: REDACTED FOR PRIVACY\\nBilling Organization: REDACTED FOR PRIVACY\\nBilling Street: REDACTED FOR PRIVACY\\nBilling City: REDACTED FOR PRIVACY\\nBilling State/Province: REDACTED FOR PRIVACY\\nBilling Postal Code: REDACTED FOR PRIVACY\\nBilling Country: REDACTED FOR PRIVACY\\nBilling Phone: REDACTED FOR PRIVACY\\nBilling Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nName Server:hannah.dnspod.net\\nName Server:perch.dnspod.net\\nDNSSEC: unsigned\\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net\\n>>>Last update of WHOIS database: 2023-02-09T19:00:00Z <<<\\n\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\n\\nThe data in this whois database is provided to you for information\\npurposes only, that is, to assist you in obtaining information about or\\nrelated to a domain name registration record. We make this information\\navailable \\\"as is,\\\" and do not guarantee its accuracy. By submitting a\\nwhois query, you agree that you will use this data only for lawful\\npurposes and that, under no circumstances will you use this data to: (1)\\nenable high volume, automated, electronic processes that stress or load\\nthis whois database system providing you this information; or (2) allow,\\nenable, or otherwise support the transmission of mass unsolicited,\\ncommercial advertising or solicitations via direct mail, electronic\\nmail, or by telephone. The compilation, repackaging, dissemination or\\nother use of this data is expressly prohibited without prior written\\nconsent from us.\\n\\n\",\n \"Domain Name: dnspod.cn\\nRegistry Domain ID: 2513768290_DOMAIN_COM-VRSN\\nRegistrar WHOIS Server: whois.dnspod.com\\nRegistrar URL: https://www.dnspod.com\\nUpdated Date: 2022-04-01 14:44:21\\nCreation Date: 2020-04-12 13:30:07\\nRegistry Expiry Date: 2023-04-12 13:30:07\\nRegistrar: DNSPod, Inc.\\nRegistrar IANA ID: 1697\\nRegistrar Abuse Contact Email: abuse@dnspod.com\\nRegistrar Abuse Contact Phone: +86.95716\\nDomain Status: ok https://www.icann.org/epp#ok\\nRegistry Registrant ID: REDACTED FOR PRIVACY\\nRegistrant Name: REDACTED FOR PRIVACY\\nRegistrant Organization: REDACTED FOR PRIVACY\\nRegistrant Street: REDACTED FOR PRIVACY\\nRegistrant City: REDACTED FOR PRIVACY\\nRegistrant State/Province: \\nRegistrant Postal Code: REDACTED FOR PRIVACY\\nRegistrant Country: CN\\nRegistrant Phone: REDACTED FOR PRIVACY\\nRegistrant Phone Ext: REDACTED FOR PRIVACY\\nRegistrant Fax: REDACTED FOR PRIVACY\\nRegistrant Fax Ext: REDACTED FOR PRIVACY\\nRegistrant Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Admin ID: REDACTED FOR PRIVACY\\nAdmin Name: REDACTED FOR PRIVACY\\nAdmin Organization: REDACTED FOR PRIVACY\\nAdmin Street: REDACTED FOR PRIVACY\\nAdmin City: REDACTED FOR PRIVACY\\nAdmin State/Province: REDACTED FOR PRIVACY\\nAdmin Postal Code: REDACTED FOR PRIVACY\\nAdmin Country: REDACTED FOR PRIVACY\\nAdmin Phone: REDACTED FOR PRIVACY\\nAdmin Phone Ext: REDACTED FOR PRIVACY\\nAdmin Fax: REDACTED FOR PRIVACY\\nAdmin Fax Ext: REDACTED FOR PRIVACY\\nAdmin Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Tech ID: REDACTED FOR PRIVACY\\nTech Name: REDACTED FOR PRIVACY\\nTech Organization: REDACTED FOR PRIVACY\\nTech Street: REDACTED FOR PRIVACY\\nTech State/Province: REDACTED FOR PRIVACY\\nTech Postal Code: REDACTED FOR PRIVACY\\nTech Country: REDACTED FOR PRIVACY\\nTech Phone: REDACTED FOR PRIVACY\\nTech Phone Ext: REDACTED FOR PRIVACY\\nTech Fax: REDACTED FOR PRIVACY\\nTech Fax Ext: REDACTED FOR PRIVACY\\nTech Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nRegistry Billing ID: REDACTED FOR PRIVACY\\nBilling Name: REDACTED FOR PRIVACY\\nBilling Organization: REDACTED FOR PRIVACY\\nBilling Street: REDACTED FOR PRIVACY\\nBilling City: REDACTED FOR PRIVACY\\nBilling State/Province: REDACTED FOR PRIVACY\\nBilling Postal Code: REDACTED FOR PRIVACY\\nBilling Country: REDACTED FOR PRIVACY\\nBilling Phone: REDACTED FOR PRIVACY\\nBilling Email: Select Contact Domain Holder link at https://whois.cloud.tencent.com/domain?domain=dnspod.cn\\nName Server:hannah.dnspod.net\\nName Server:perch.dnspod.net\\nDNSSEC: unsigned\\nURL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net\\n>>>Last update of WHOIS database: 2023-02-09T19:00:00Z <<<\\n\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\n\\nThe data in this whois database is provided to you for information\\npurposes only, that is, to assist you in obtaining information about or\\nrelated to a domain name registration record. We make this information\\navailable \\\"as is,\\\" and do not guarantee its accuracy. By submitting a\\nwhois query, you agree that you will use this data only for lawful\\npurposes and that, under no circumstances will you use this data to: (1)\\nenable high volume, automated, electronic processes that stress or load\\nthis whois database system providing you this information; or (2) allow,\\nenable, or otherwise support the transmission of mass unsolicited,\\ncommercial advertising or solicitations via direct mail, electronic\\nmail, or by telephone. The compilation, repackaging, dissemination or\\nother use of this data is expressly prohibited without prior written\\nconsent from us.\\n\\n\",\n \" Domain Name: dnspod.cn\\n Registry Domain ID: 2513768290_DOMAIN_COM-VRSN\\n Registrar WHOIS Server: whois.dnspod.cn\\n Registrar URL: http://www.dnspod.cn\\n Updated Date: 2022-04-01T06:44:18Z\\n Creation Date: 2020-04-12T13:30:07Z\\n Registry Expiry Date: 2023-04-12T13:30:07Z\\n Registrar: DNSPod, Inc.\\n Registrar IANA ID: 1697\\n Registrar Abuse Contact Email: abuse@dnspod.com\\n Registrar Abuse Contact Phone: +86.4009100100\\n Domain Status: ok https://icann.org/epp#ok\\n Name Server: HANNAH.DNSPOD.NET\\n Name Server: PERCH.DNSPOD.NET\\n DNSSEC: unsigned\\n URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\\n>>> Last update of whois database: 2023-02-10T03:06:58Z <<<\\n\\nFor more information on Whois status codes, please visit https://icann.org/epp\\n\\nNOTICE: The expiration date displayed in this record is the date the\\nregistrar's sponsorship of the domain name registration in the registry is\\ncurrently set to expire. This date does not necessarily reflect the expiration\\ndate of the domain name registrant's agreement with the sponsoring\\nregistrar. Users may consult the sponsoring registrar's Whois database to\\nview the registrar's reported date of expiration for this registration.\\n\\nTERMS OF USE: You are not authorized to access or query our Whois\\ndatabase through the use of electronic processes that are high-volume and\\nautomated except as reasonably necessary to register domain names or\\nmodify existing registrations; the Data in VeriSign Global Registry\\nServices' (\\\"VeriSign\\\") Whois database is provided by VeriSign for\\ninformation purposes only, and to assist persons in obtaining information\\nabout or related to a domain name registration record. VeriSign does not\\nguarantee its accuracy. By submitting a Whois query, you agree to abide\\nby the following terms of use: You agree that you may use this Data only\\nfor lawful purposes and that under no circumstances will you use this Data\\nto: (1) allow, enable, or otherwise support the transmission of mass\\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\\nor facsimile; or (2) enable high volume, automated, electronic processes\\nthat apply to VeriSign (or its computer systems). The compilation,\\nrepackaging, dissemination or other use of this Data is expressly\\nprohibited without the prior written consent of VeriSign. You agree not to\\nuse electronic processes that are automated and high-volume to access or\\nquery the Whois database except as reasonably necessary to register\\ndomain names or modify existing registrations. VeriSign reserves the right\\nto restrict your access to the Whois database in its sole discretion to ensure\\noperational stability. VeriSign may restrict or terminate your access to the\\nWhois database for failure to abide by these terms of use. VeriSign\\nreserves the right to modify these terms at any time.\\n\\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\\nRegistrars.\\n\"\n ],\n \"Dnssec\": \"unsigned\",\n \"Registrar\": [\n \"DNSPod, Inc.\"\n ],\n \"Status\": [\n \"ok https://icann.org/epp#ok\"\n ],\n \"UpdatedDate\": \"2022-04-01 14:44:21\"\n },\n \"RequestId\": \"f9f630a2-ef8d-42cf-9abb-5c63479464f3\"\n }\n}",
356
356
  "title": "获取域名Whois信息"
357
357
  }
358
358
  ],
@@ -383,8 +383,8 @@
383
383
  "DescribeRecord": [
384
384
  {
385
385
  "document": " 获取记录信息",
386
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.site\",\n \"DomainId\": 62,\n \"RecordId\": 162\n}",
387
- "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"RecordInfo\": {\n \"Id\": 158,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"百度\",\n \"RecordLineId\": \"90=0\",\n \"Value\": \"129.23.32.32\",\n \"Weight\": null,\n \"MX\": 0,\n \"TTL\": 10,\n \"Enabled\": 1,\n \"MonitorStatus\": \"Ok\",\n \"Remark\": \"备注\",\n \"UpdatedOn\": \"2021-03-31 11:38:02\",\n \"DomainId\": 62\n }\n }\n}",
386
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 1923,\n \"RecordId\": 162\n}",
387
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"RecordInfo\": {\n \"Id\": 162,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"百度\",\n \"RecordLineId\": \"90=0\",\n \"Value\": \"129.23.32.32\",\n \"Weight\": null,\n \"MX\": 0,\n \"TTL\": 10,\n \"Enabled\": 1,\n \"MonitorStatus\": \"Ok\",\n \"Remark\": \"备注\",\n \"UpdatedOn\": \"2021-03-31 11:38:02\",\n \"DomainId\": 62\n }\n }\n}",
388
388
  "title": "获取记录信息"
389
389
  }
390
390
  ],
@@ -400,14 +400,14 @@
400
400
  {
401
401
  "document": "获取域名的解析记录筛选列表",
402
402
  "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordFilterList\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 1,\n \"Offset\": 0,\n \"Limit\": 1\n}",
403
- "output": "{\n \"Response\": {\n \"RecordCountInfo\": {\n \"ListCount\": 1,\n \"SubdomainCount\": 27,\n \"TotalCount\": 27\n },\n \"RecordList\": [\n {\n \"DefaultNS\": false,\n \"Line\": \"默认\",\n \"LineId\": \"0\",\n \"MX\": 1,\n \"MonitorStatus\": \"\",\n \"Name\": \"@\",\n \"RecordId\": 1,\n \"Remark\": \"示例\",\n \"Status\": \"ENABLE\",\n \"TTL\": 3600,\n \"Type\": \"CNAME\",\n \"UpdatedOn\": \"2022-03-11 14:47:49\",\n \"Value\": \"dnspod.cn.\",\n \"Weight\": null\n }\n ],\n \"RequestId\": \"xxx\"\n }\n}",
403
+ "output": "{\n \"Response\": {\n \"RecordCountInfo\": {\n \"ListCount\": 1,\n \"SubdomainCount\": 27,\n \"TotalCount\": 27\n },\n \"RecordList\": [\n {\n \"DefaultNS\": false,\n \"Line\": \"默认\",\n \"LineId\": \"0\",\n \"MX\": 1,\n \"MonitorStatus\": \"\",\n \"Name\": \"@\",\n \"RecordId\": 1,\n \"Remark\": \"示例\",\n \"Status\": \"ENABLE\",\n \"TTL\": 3600,\n \"Type\": \"CNAME\",\n \"UpdatedOn\": \"2022-03-11 14:47:49\",\n \"Value\": \"dnspod.cn.\",\n \"Weight\": null\n }\n ],\n \"RequestId\": \"67782c34-e7a3-4111-8a41-2e7cde699cd6\"\n }\n}",
404
404
  "title": "获取域名的解析记录筛选列表参数示例"
405
405
  }
406
406
  ],
407
407
  "DescribeRecordGroupList": [
408
408
  {
409
409
  "document": " ",
410
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordGroupList\n<公共请求参数>\n\n{\n \"Domain\": \"recordgroup.com\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
410
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordGroupList\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
411
411
  "output": "{\n \"Response\": {\n \"RequestId\": \"0076ce66-aff3-4d2b-bd6e-92bf053ae150\",\n \"GroupList\": [\n {\n \"GroupId\": 0,\n \"GroupName\": \"默认分组\",\n \"GroupType\": \"system\"\n },\n {\n \"GroupId\": 144,\n \"GroupName\": \"分组啊\",\n \"GroupType\": \"user\"\n }\n ]\n }\n}",
412
412
  "title": "查询解析记录分组列表"
413
413
  }
@@ -431,7 +431,7 @@
431
431
  "DescribeRecordList": [
432
432
  {
433
433
  "document": " ",
434
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 2,\n \"Domain\": \"shenjianing.com\",\n \"DomainId\": 123,\n \"Subdomain\": \"www\",\n \"Keyword\": \"dnspod\",\n \"RecordType\": \"NS\",\n \"RecordLine\": \"默认\",\n \"RecordLineId\": \"0\",\n \"SortField\": \"type\",\n \"SortType\": \"ASC\",\n \"GroupId\": 34\n}",
434
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 2,\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 123,\n \"Subdomain\": \"www\",\n \"Keyword\": \"dnspod\",\n \"RecordType\": \"NS\",\n \"RecordLine\": \"默认\",\n \"RecordLineId\": \"0\",\n \"SortField\": \"type\",\n \"SortType\": \"ASC\",\n \"GroupId\": 34\n}",
435
435
  "output": "{\n \"Response\": {\n \"RequestId\": \"561cdfcb-37a6-47de-b3c5-2b038e2c2276\",\n \"RecordCountInfo\": {\n \"SubdomainCount\": 2,\n \"TotalCount\": 2,\n \"ListCount\": 2\n },\n \"RecordList\": [\n {\n \"RecordId\": 556507778,\n \"Value\": \"f1g1ns1.dnspod.net.\",\n \"Status\": \"ENABLE\",\n \"UpdatedOn\": \"2021-03-28 11:27:09\",\n \"Name\": \"@\",\n \"Line\": \"默认\",\n \"LineId\": \"0\",\n \"Type\": \"NS\",\n \"Weight\": null,\n \"MonitorStatus\": \"\",\n \"Remark\": \"\",\n \"TTL\": 86400,\n \"MX\": 0,\n \"DefaultNS\": true\n },\n {\n \"RecordId\": 556507779,\n \"Value\": \"f1g1ns2.dnspod.net.\",\n \"Status\": \"ENABLE\",\n \"UpdatedOn\": \"2021-03-28 11:27:09\",\n \"Name\": \"@\",\n \"Line\": \"默认\",\n \"LineId\": \"0\",\n \"Type\": \"NS\",\n \"Weight\": null,\n \"MonitorStatus\": \"\",\n \"Remark\": \"\",\n \"TTL\": 86400,\n \"MX\": 0,\n \"DefaultNS\": true\n }\n ]\n }\n}",
436
436
  "title": "查询域名的解析记录"
437
437
  }
@@ -455,7 +455,7 @@
455
455
  "DescribeSnapshotConfig": [
456
456
  {
457
457
  "document": " 查询解析快照配置",
458
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSnapshotConfig\n<公共请求参数>\n\n{\n \"Domain\": \"xx.com\"\n}",
458
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSnapshotConfig\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\"\n}",
459
459
  "output": "{\n \"Response\": {\n \"RequestId\": \"567ca259-aff2-449b-a3af-c8cf7ee32f91\",\n \"SnapshotConfig\": {\n \"Id\": \"1112\",\n \"DomainId\": \"121212\",\n \"Status\": \"enable\",\n \"Config\": \"monthly\",\n \"CreatedOn\": \"2022-08-16 11:33:56\",\n \"UpdatedOn\": \"2022-10-16 11:34:21\",\n \"SnapshotCount\": 3\n }\n }\n}",
460
460
  "title": "查询解析快照配置"
461
461
  }
@@ -463,8 +463,8 @@
463
463
  "DescribeSnapshotList": [
464
464
  {
465
465
  "document": " ",
466
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSnapshotList\n<公共请求参数>\n\n{\n \"Domain\": \"domain.com\"\n}",
467
- "output": "{\n \"Response\": {\n \"RequestId\": \"86690c76-ee04-4501-807a-821350c915db\",\n \"SnapshotList\": [\n {\n \"Id\": \"BXXBCBE1\",\n \"RecordCount\": \"57\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx1.csv\",\n \"CreatedOn\": \"2022-10-16 11:34:20\",\n \"Domain\": \"domain.com\"\n },\n {\n \"Id\": \"3EEXXF2D\",\n \"RecordCount\": \"49\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx2.csv\",\n \"CreatedOn\": \"2022-09-16 11:34:09\",\n \"Domain\": \"domain.com\"\n },\n {\n \"Id\": \"B1XXXX8A\",\n \"RecordCount\": \"43\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx3.csv\",\n \"CreatedOn\": \"2022-08-16 11:34:03\",\n \"Domain\": \"domain.com\"\n }\n ],\n \"Info\": {\n \"Total\": 3\n }\n }\n}",
466
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSnapshotList\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\"\n}",
467
+ "output": "{\n \"Response\": {\n \"RequestId\": \"86690c76-ee04-4501-807a-821350c915db\",\n \"SnapshotList\": [\n {\n \"Id\": \"BXXBCBE1\",\n \"RecordCount\": \"57\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx1.csv\",\n \"CreatedOn\": \"2022-10-16 11:34:20\",\n \"Domain\": \"dnspod.cn\"\n },\n {\n \"Id\": \"3EEXXF2D\",\n \"RecordCount\": \"49\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx2.csv\",\n \"CreatedOn\": \"2022-09-16 11:34:09\",\n \"Domain\": \"dnspod.cn\"\n },\n {\n \"Id\": \"B1XXXX8A\",\n \"RecordCount\": \"43\",\n \"Status\": \"normal\",\n \"CosUrl\": \"https://newdnspod-1252120672.cos.ap-shanghai.myqcloud.com/snapshot_backup_xx3.csv\",\n \"CreatedOn\": \"2022-08-16 11:34:03\",\n \"Domain\": \"dnspod.cn\"\n }\n ],\n \"Info\": {\n \"Total\": 3\n }\n }\n}",
468
468
  "title": "查询快照列表"
469
469
  }
470
470
  ],
@@ -502,7 +502,7 @@
502
502
  {
503
503
  "document": "查看添加子域名 Zone 域解析 TXT 记录值验证状态",
504
504
  "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubdomainValidateStatus\n<公共请求参数>\n\n{\n \"DomainZone\": \"sub.dnspod.cn\"\n}",
505
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
505
+ "output": "{\n \"Response\": {\n \"RequestId\": \"32e73135-1f5a-45f2-80c8-0108086462cb\"\n }\n}",
506
506
  "title": "查看添加子域名 Zone 域解析 TXT 记录值验证状态参数示例"
507
507
  }
508
508
  ],
@@ -541,7 +541,7 @@
541
541
  "ModifyDomainLock": [
542
542
  {
543
543
  "document": " ",
544
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDomainLock\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.site\",\n \"DomainId\": 62,\n \"LockDays\": 30\n}",
544
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDomainLock\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 62,\n \"LockDays\": 30\n}",
545
545
  "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"LockInfo\": {\n \"DomainId\": 62,\n \"LockCode\": \"M3xkbnNwb2Quc2l0ZXwxNjE3MzMwODMwfDhlMTkyODZlOGJjMjU4MDBlNjVlZDA1NDFhZjM4NzJm\",\n \"LockEnd\": \"2021-05-02\"\n }\n }\n}",
546
546
  "title": "锁定域名"
547
547
  }
@@ -619,7 +619,7 @@
619
619
  "ModifyRecord": [
620
620
  {
621
621
  "document": " ",
622
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.site\",\n \"DomainId\": 62,\n \"SubDomain\": \"bbbb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"RecordLineId\": \"0\",\n \"Value\": \"129.23.32.32\",\n \"MX\": 0,\n \"TTL\": 600,\n \"Weight\": 10,\n \"Status\": \"DISABLE\",\n \"RecordId\": 162\n}",
622
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRecord\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"DomainId\": 62,\n \"SubDomain\": \"bbbb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"RecordLineId\": \"0\",\n \"Value\": \"129.23.32.32\",\n \"MX\": 0,\n \"TTL\": 600,\n \"Weight\": 10,\n \"Status\": \"DISABLE\",\n \"RecordId\": 162\n}",
623
623
  "output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"RecordId\": 162\n }\n}",
624
624
  "title": "修改记录"
625
625
  }
@@ -643,7 +643,7 @@
643
643
  "ModifyRecordGroup": [
644
644
  {
645
645
  "document": " ",
646
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"domain.com\",\n \"GroupName\": \"分组2\",\n \"GroupId\": 145\n}",
646
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRecordGroup\n<公共请求参数>\n\n{\n \"Domain\": \"dnspod.cn\",\n \"GroupName\": \"分组2\",\n \"GroupId\": 145\n}",
647
647
  "output": "{\n \"Response\": {\n \"RequestId\": \"ec8949ba-ec3c-446e-b9eb-5aeafa238f0a\",\n \"GroupId\": 145\n }\n}",
648
648
  "title": "修改记录分组"
649
649
  }
@@ -733,7 +733,7 @@
733
733
  "RollbackRecordSnapshot": [
734
734
  {
735
735
  "document": " 重新回滚指定解析记录快照",
736
- "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollbackRecordSnapshot\n<公共请求参数>\n\n{\n \"TaskId\": 179,\n \"Domain\": \"domain.com\",\n \"SnapshotId\": \"A4EE5XXX\",\n \"RecordList\": [\n {\n \"RecordId\": \"11112\",\n \"SubDomain\": \"no_line\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"测试啊\",\n \"Value\": \"0.0.0.1\",\n \"TTL\": \"600\",\n \"MX\": \"0\"\n }\n ]\n}",
736
+ "input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollbackRecordSnapshot\n<公共请求参数>\n\n{\n \"TaskId\": 179,\n \"Domain\": \"dnspod.cn\",\n \"SnapshotId\": \"A4EE5XXX\",\n \"RecordList\": [\n {\n \"RecordId\": \"11112\",\n \"SubDomain\": \"no_line\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"测试啊\",\n \"Value\": \"0.0.0.1\",\n \"TTL\": \"600\",\n \"MX\": \"0\"\n }\n ]\n}",
737
737
  "output": "{\n \"Response\": {\n \"RequestId\": \"265628c4-a5ed-4a84-9c8b-719582e6c43b\",\n \"JobId\": 5657107\n }\n}",
738
738
  "title": "重新回滚指定解析记录快照"
739
739
  }
@@ -1720,8 +1720,8 @@
1720
1720
  "members": [
1721
1721
  {
1722
1722
  "disabled": false,
1723
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
1724
- "example": "domain-dwwwwwwq",
1723
+ "document": "域名实例ID\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
1724
+ "example": "domain-esydsfsdq",
1725
1725
  "member": "string",
1726
1726
  "name": "DomainId",
1727
1727
  "required": true,
@@ -2749,7 +2749,7 @@
2749
2749
  "members": [
2750
2750
  {
2751
2751
  "disabled": false,
2752
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
2752
+ "document": "域名实例ID\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
2753
2753
  "example": "domain-esysdasdgq",
2754
2754
  "member": "string",
2755
2755
  "name": "DomainId",
@@ -2759,7 +2759,7 @@
2759
2759
  {
2760
2760
  "disabled": false,
2761
2761
  "document": "返回数量,默认为20,取值范围[1,100]",
2762
- "example": "1",
2762
+ "example": "20",
2763
2763
  "member": "uint64",
2764
2764
  "name": "Limit",
2765
2765
  "required": true,
@@ -2768,7 +2768,7 @@
2768
2768
  {
2769
2769
  "disabled": false,
2770
2770
  "document": "偏移量,默认为0",
2771
- "example": "20",
2771
+ "example": "0",
2772
2772
  "member": "uint64",
2773
2773
  "name": "Offset",
2774
2774
  "required": true,
@@ -3436,7 +3436,7 @@
3436
3436
  },
3437
3437
  {
3438
3438
  "disabled": false,
3439
- "document": "四级分类\n1:\"仅含2种数字\"\n1:\"仅含2种数字\"\n2:\"仅含3种数字\"\n4:\"仅含1种字母\"\n8:\"仅含1种数字\"\n",
3439
+ "document": "四级分类\n1:\"仅含2种数字\"\n2:\"仅含3种数字\"\n4:\"仅含1种字母\"\n8:\"仅含1种数字\"\n",
3440
3440
  "example": "6",
3441
3441
  "member": "int64",
3442
3442
  "name": "ClassFour",
@@ -3481,7 +3481,7 @@
3481
3481
  },
3482
3482
  {
3483
3483
  "disabled": false,
3484
- "document": "是否搜索白金域名",
3484
+ "document": "是否搜索白金域名(默认值为false)",
3485
3485
  "example": "false",
3486
3486
  "member": "bool",
3487
3487
  "name": "IsTop",
@@ -4668,7 +4668,7 @@
4668
4668
  "members": [
4669
4669
  {
4670
4670
  "disabled": false,
4671
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
4671
+ "document": "域名实例ID\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
4672
4672
  "example": "domain-esyfsdfgq",
4673
4673
  "member": "string",
4674
4674
  "name": "DomainId",
@@ -5562,7 +5562,7 @@
5562
5562
  {
5563
5563
  "disabled": false,
5564
5564
  "document": "预约预释放域名列表",
5565
- "example": "[\"tencent01.com\",\"tencent02.com\"]",
5565
+ "example": "[\"aksdwe1.cn\",\"aksdwe2.cn\"]",
5566
5566
  "member": "string",
5567
5567
  "name": "DomainList",
5568
5568
  "required": true,
@@ -5743,7 +5743,7 @@
5743
5743
  "members": [
5744
5744
  {
5745
5745
  "disabled": false,
5746
- "document": "域名实例ID\n可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)",
5746
+ "document": "域名实例ID\n可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取",
5747
5747
  "example": "domain-eszczxcigq",
5748
5748
  "member": "string",
5749
5749
  "name": "DomainId",
@@ -391,7 +391,7 @@
391
391
  "ReservedPreDomains": [
392
392
  {
393
393
  "document": "",
394
- "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReservedPreDomains\n<公共请求参数>\n\n{\n \"DomainList\": [\n \"aksdwe1.cn\",\n \"aksdwe2.cn\"\n ],\n \"TemplateId\": \"tmpl-abxxxxxx\"\n}",
394
+ "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReservedPreDomains\n<公共请求参数>\n\n{\n \"DomainList\": [\n \"aksdwe1.cn\",\n \"aksdwe2.cn\"\n ],\n \"TemplateId\": \"tmpl-qdpjnfe8\",\n \"IsAutoPay\": 0,\n \"IsBidAutoPay\": 0\n}",
395
395
  "output": "{\n \"Response\": {\n \"SucDomainList\": [\n \"aksdwe1.cn\"\n ],\n \"FailDomainList\": [\n {\n \"Domain\": \"aksdwe2.cn\",\n \"FailReason\": \"域名下架\"\n }\n ],\n \"SucDomains\": [\n {\n \"Domain\": \"aksdwe1.cn\",\n \"BusinessId\": \"P00117****\"\n }\n ],\n \"RequestId\": \"sdwewx-sdowe-***\"\n }\n}",
396
396
  "title": "成功示例"
397
397
  }
@@ -1740,6 +1740,24 @@
1740
1740
  "name": "OperationDuration",
1741
1741
  "required": false,
1742
1742
  "type": "object"
1743
+ },
1744
+ {
1745
+ "disabled": false,
1746
+ "document": "多可用区部署时可用区的详细信息",
1747
+ "example": "无",
1748
+ "member": "ZoneDetail",
1749
+ "name": "MultiZoneInfo",
1750
+ "required": false,
1751
+ "type": "list"
1752
+ },
1753
+ {
1754
+ "disabled": false,
1755
+ "document": "部署模式,0:单可用区、1:多可用区",
1756
+ "example": "0",
1757
+ "member": "uint64",
1758
+ "name": "DeployMode",
1759
+ "required": false,
1760
+ "type": "int"
1743
1761
  }
1744
1762
  ],
1745
1763
  "type": "object"
@@ -7532,6 +7550,26 @@
7532
7550
  "output_required": true,
7533
7551
  "type": "int",
7534
7552
  "value_allowed_null": true
7553
+ },
7554
+ {
7555
+ "disabled": false,
7556
+ "document": "部署模式,0:单可用区、1:多可用区",
7557
+ "example": "0",
7558
+ "member": "uint64",
7559
+ "name": "DeployMode",
7560
+ "output_required": false,
7561
+ "type": "int",
7562
+ "value_allowed_null": false
7563
+ },
7564
+ {
7565
+ "disabled": false,
7566
+ "document": "多可用区部署时可用区的详细信息",
7567
+ "example": "无",
7568
+ "member": "ZoneDetail",
7569
+ "name": "MultiZoneInfo",
7570
+ "output_required": false,
7571
+ "type": "list",
7572
+ "value_allowed_null": false
7535
7573
  }
7536
7574
  ],
7537
7575
  "usage": "out"
@@ -11675,6 +11713,17 @@
11675
11713
  "required": true,
11676
11714
  "type": "string",
11677
11715
  "value_allowed_null": false
11716
+ },
11717
+ {
11718
+ "disabled": false,
11719
+ "document": "是否为隐藏可用区\n注意:此字段可能返回 null,表示取不到有效值。",
11720
+ "example": "false",
11721
+ "member": "bool",
11722
+ "name": "Hidden",
11723
+ "output_required": false,
11724
+ "required": false,
11725
+ "type": "bool",
11726
+ "value_allowed_null": true
11678
11727
  }
11679
11728
  ],
11680
11729
  "usage": "both"
@@ -1317,6 +1317,58 @@ def doDescribeFlowEvidenceReport(args, parsed_globals):
1317
1317
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1318
1318
 
1319
1319
 
1320
+ def doCreateUserNameChangeUrl(args, parsed_globals):
1321
+ g_param = parse_global_arg(parsed_globals)
1322
+
1323
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1324
+ cred = credential.CVMRoleCredential()
1325
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1326
+ cred = credential.STSAssumeRoleCredential(
1327
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1328
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1329
+ )
1330
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
1331
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1332
+ else:
1333
+ cred = credential.Credential(
1334
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1335
+ )
1336
+ http_profile = HttpProfile(
1337
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1338
+ reqMethod="POST",
1339
+ endpoint=g_param[OptionsDefine.Endpoint],
1340
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1341
+ )
1342
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1343
+ if g_param[OptionsDefine.Language]:
1344
+ profile.language = g_param[OptionsDefine.Language]
1345
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1346
+ client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
1347
+ client._sdkVersion += ("_CLI_" + __version__)
1348
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
1349
+ model = models.CreateUserNameChangeUrlRequest()
1350
+ model.from_json_string(json.dumps(args))
1351
+ start_time = time.time()
1352
+ while True:
1353
+ rsp = client.CreateUserNameChangeUrl(model)
1354
+ result = rsp.to_json_string()
1355
+ try:
1356
+ json_obj = json.loads(result)
1357
+ except TypeError as e:
1358
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
1359
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1360
+ break
1361
+ cur_time = time.time()
1362
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1363
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1364
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1365
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1366
+ else:
1367
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1368
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1369
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1370
+
1371
+
1320
1372
  def doDeleteIntegrationEmployees(args, parsed_globals):
1321
1373
  g_param = parse_global_arg(parsed_globals)
1322
1374
 
@@ -5461,6 +5513,7 @@ ACTION_MAP = {
5461
5513
  "CreateFlowReminds": doCreateFlowReminds,
5462
5514
  "DescribePersonCertificate": doDescribePersonCertificate,
5463
5515
  "DescribeFlowEvidenceReport": doDescribeFlowEvidenceReport,
5516
+ "CreateUserNameChangeUrl": doCreateUserNameChangeUrl,
5464
5517
  "DeleteIntegrationEmployees": doDeleteIntegrationEmployees,
5465
5518
  "CreateUserAutoSignSealUrl": doCreateUserAutoSignSealUrl,
5466
5519
  "DescribeOrganizationAuthStatus": doDescribeOrganizationAuthStatus,