tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeService.md +1 -0
  3. tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
  4. tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
  5. tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
  6. tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
  7. tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
  8. tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
  9. tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
  10. tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
  11. tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
  12. tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
  16. tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
  17. tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
  18. tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
  19. tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
  20. tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
  21. tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
  22. tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
  23. tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
  24. tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
  25. tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
  26. tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
  27. tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
  28. tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
  29. tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
  30. tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
  31. tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
  32. tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
  33. tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
  34. tccli/examples/waf/v20180125/DescribeSession.md +51 -0
  35. tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
  36. tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
  37. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
  38. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
  39. tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
  40. tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
  41. tccli/examples/waf/v20180125/UpsertSession.md +25 -0
  42. tccli/services/apigateway/v20180808/api.json +22 -2
  43. tccli/services/apigateway/v20180808/examples.json +1 -1
  44. tccli/services/asr/v20190614/api.json +3 -3
  45. tccli/services/bma/v20221115/api.json +27 -6
  46. tccli/services/bma/v20221115/examples.json +2 -2
  47. tccli/services/cdwch/cdwch_client.py +278 -66
  48. tccli/services/cdwch/v20200915/api.json +314 -1
  49. tccli/services/cdwch/v20200915/examples.json +33 -1
  50. tccli/services/cfw/v20190904/api.json +3 -0
  51. tccli/services/cfw/v20190904/examples.json +2 -2
  52. tccli/services/ckafka/v20190819/api.json +83 -15
  53. tccli/services/csip/v20221121/api.json +24 -12
  54. tccli/services/csip/v20221121/examples.json +1 -1
  55. tccli/services/cvm/v20170312/api.json +4 -4
  56. tccli/services/cvm/v20170312/examples.json +1 -1
  57. tccli/services/cwp/v20180228/api.json +20 -2
  58. tccli/services/cynosdb/v20190107/api.json +3 -3
  59. tccli/services/dbbrain/v20210527/api.json +53 -33
  60. tccli/services/dsgc/dsgc_client.py +106 -0
  61. tccli/services/dsgc/v20190723/api.json +414 -46
  62. tccli/services/dsgc/v20190723/examples.json +18 -2
  63. tccli/services/ess/v20201111/api.json +1 -1
  64. tccli/services/faceid/v20180301/api.json +26 -7
  65. tccli/services/faceid/v20180301/examples.json +1 -1
  66. tccli/services/lcic/v20220817/api.json +2 -0
  67. tccli/services/lcic/v20220817/examples.json +10 -4
  68. tccli/services/lighthouse/v20200324/api.json +1 -1
  69. tccli/services/oceanus/v20190422/api.json +122 -36
  70. tccli/services/trtc/v20190722/api.json +3 -3
  71. tccli/services/tsf/v20180326/api.json +26 -8
  72. tccli/services/vod/v20180717/api.json +57 -11
  73. tccli/services/vpc/v20170312/api.json +155 -18
  74. tccli/services/vpc/v20170312/examples.json +19 -3
  75. tccli/services/vpc/vpc_client.py +195 -89
  76. tccli/services/waf/v20180125/api.json +2671 -582
  77. tccli/services/waf/v20180125/examples.json +202 -0
  78. tccli/services/waf/waf_client.py +1365 -305
  79. tccli/services/wedata/v20210820/api.json +40 -30
  80. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
  82. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
@@ -460,6 +460,22 @@
460
460
  "title": "xx"
461
461
  }
462
462
  ],
463
+ "DescribeDSPAAssessmentRiskSideDistributed": [
464
+ {
465
+ "document": "查询风险面的分布详情",
466
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPAAssessmentRiskSideDistributed\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"TemplateId\": 0\n}",
467
+ "output": "{\n \"Response\": {\n \"RiskSideDistributed\": [\n {\n \"AssessmentRiskSide\": {\n \"Key\": \"abc\",\n \"Value\": 0\n },\n \"AssessmentRisk\": [\n {\n \"Key\": \"abc\",\n \"Value\": 0\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
468
+ "title": "xx"
469
+ }
470
+ ],
471
+ "DescribeDSPAAssessmentRiskSideList": [
472
+ {
473
+ "document": "查询风险面的列表",
474
+ "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPAAssessmentRiskSideItemList\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"TemplateId\": 0\n}",
475
+ "output": "{\n \"Response\": {\n \"RiskSideItmeList\": [\n {\n \"Key\": \"abc\",\n \"Value\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
476
+ "title": "风险面列表"
477
+ }
478
+ ],
463
479
  "DescribeDSPAAssessmentRiskTemplateDetail": [
464
480
  {
465
481
  "document": "xx",
@@ -472,7 +488,7 @@
472
488
  {
473
489
  "document": "xx",
474
490
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPAAssessmentRiskTemplateVulnerableList\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"RiskType\": \"abc\",\n \"RiskName\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0\n}",
475
- "output": "{\n \"Response\": {\n \"RiskItemList\": [\n {\n \"Id\": 0,\n \"RiskName\": \"abc\",\n \"Level\": \"abc\",\n \"Description\": \"abc\",\n \"RiskType\": \"abc\",\n \"ReferTemplateCount\": 0,\n \"SupportDataSource\": [\n \"abc\"\n ]\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
491
+ "output": "{\n \"Response\": {\n \"RiskItemList\": [\n {\n \"Id\": 0,\n \"RiskName\": \"abc\",\n \"Level\": \"abc\",\n \"Description\": \"abc\",\n \"RiskType\": \"abc\",\n \"ReferTemplateCount\": 0,\n \"SupportDataSource\": [\n \"abc\"\n ],\n \"RiskSide\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
476
492
  "title": "xx"
477
493
  }
478
494
  ],
@@ -720,7 +736,7 @@
720
736
  {
721
737
  "document": "查询es的分类分级扫描任务结果详情",
722
738
  "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPAESDiscoveryTaskResultDetail\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"TaskId\": 0,\n \"ComplianceId\": 0,\n \"CategoryIdList\": [\n 0\n ],\n \"LevelId\": 0,\n \"Offset\": 0,\n \"Limit\": 0\n}",
723
- "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"TaskId\": \"abc\",\n \"FieldName\": \"abc\",\n \"RuleId\": 0,\n \"RuleName\": \"abc\",\n \"CategoryId\": 0,\n \"CategoryName\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
739
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"Id\": 0,\n \"TaskId\": 0,\n \"FieldName\": \"abc\",\n \"RuleId\": 0,\n \"RuleName\": \"abc\",\n \"CategoryId\": 0,\n \"CategoryName\": \"abc\",\n \"CategoryArr\": [\n \"abc\"\n ],\n \"LevelId\": 0,\n \"LevelName\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
724
740
  "title": "xx"
725
741
  }
726
742
  ],
@@ -5976,7 +5976,7 @@
5976
5976
  },
5977
5977
  {
5978
5978
  "disabled": false,
5979
- "document": "查询的印章状态列表。\n取值为空,只查询启用状态的印章;\n取值ALL,查询所有状态的印章;\n取值CHECKING,查询待审核的印章;\n取值SUCCESS,查询启用状态的印章;\n取值FAIL,查询印章审核拒绝的印章;\n取值DISABLE,查询已停用的印章;\n取值STOPPED,查询已终止的印章;\n取值VOID,查询已作废的印章;\n取值INVALID,查询以失效的印章;\n",
5979
+ "document": "查询的印章状态列表。\n取值为空,只查询启用状态的印章;\n取值ALL,查询所有状态的印章;\n取值CHECKING,查询待审核的印章;\n取值SUCCESS,查询启用状态的印章;\n取值FAIL,查询印章审核拒绝的印章;\n取值DISABLE,查询已停用的印章;\n取值STOPPED,查询已终止的印章;\n取值VOID,查询已作废的印章;\n取值INVALID,查询已失效的印章;\n",
5980
5980
  "example": "无",
5981
5981
  "member": "string",
5982
5982
  "name": "SealStatuses",
@@ -2216,7 +2216,7 @@
2216
2216
  "example": "无",
2217
2217
  "member": "DetectInfoText",
2218
2218
  "name": "Text",
2219
- "required": true,
2219
+ "output_required": true,
2220
2220
  "type": "object",
2221
2221
  "value_allowed_null": true
2222
2222
  },
@@ -2226,7 +2226,7 @@
2226
2226
  "example": "无",
2227
2227
  "member": "DetectInfoIdCardData",
2228
2228
  "name": "IdCardData",
2229
- "required": true,
2229
+ "output_required": true,
2230
2230
  "type": "object",
2231
2231
  "value_allowed_null": true
2232
2232
  },
@@ -2236,7 +2236,7 @@
2236
2236
  "example": "无",
2237
2237
  "member": "DetectInfoBestFrame",
2238
2238
  "name": "BestFrame",
2239
- "required": true,
2239
+ "output_required": true,
2240
2240
  "type": "object",
2241
2241
  "value_allowed_null": true
2242
2242
  },
@@ -2246,7 +2246,7 @@
2246
2246
  "example": "无",
2247
2247
  "member": "EidInfo",
2248
2248
  "name": "EidInfo",
2249
- "required": true,
2249
+ "output_required": true,
2250
2250
  "type": "object",
2251
2251
  "value_allowed_null": true
2252
2252
  },
@@ -2256,7 +2256,7 @@
2256
2256
  "example": "无",
2257
2257
  "member": "IntentionVerifyData",
2258
2258
  "name": "IntentionVerifyData",
2259
- "required": true,
2259
+ "output_required": true,
2260
2260
  "type": "object",
2261
2261
  "value_allowed_null": true
2262
2262
  },
@@ -2266,7 +2266,17 @@
2266
2266
  "example": "无",
2267
2267
  "member": "IntentionQuestionResult",
2268
2268
  "name": "IntentionQuestionResult",
2269
- "required": true,
2269
+ "output_required": true,
2270
+ "type": "object",
2271
+ "value_allowed_null": true
2272
+ },
2273
+ {
2274
+ "disabled": false,
2275
+ "document": "意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。\n注意:此字段可能返回 null,表示取不到有效值。",
2276
+ "example": "无",
2277
+ "member": "IntentionActionResult",
2278
+ "name": "IntentionActionResult",
2279
+ "output_required": true,
2270
2280
  "type": "object",
2271
2281
  "value_allowed_null": true
2272
2282
  },
@@ -2302,7 +2312,7 @@
2302
2312
  },
2303
2313
  {
2304
2314
  "disabled": false,
2305
- "document": "意愿核身模式。枚举值:1( 朗读模式),2(问答模式) 。默认值1",
2315
+ "document": "意愿核身模式。枚举值:1( 语音朗读模式),2(语音问答模式) ,3(点头确认模式)。默认值为1",
2306
2316
  "example": "1",
2307
2317
  "member": "string",
2308
2318
  "name": "IntentionMode",
@@ -2327,6 +2337,15 @@
2327
2337
  "required": false,
2328
2338
  "type": "list"
2329
2339
  },
2340
+ {
2341
+ "disabled": false,
2342
+ "document": "意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。默认为空,最长可接受150的字符串长度。",
2343
+ "example": "无",
2344
+ "member": "IntentionActionConfig",
2345
+ "name": "IntentionActions",
2346
+ "required": false,
2347
+ "type": "list"
2348
+ },
2330
2349
  {
2331
2350
  "disabled": false,
2332
2351
  "document": "意愿核身过程中识别用户的回答意图,开启后除了IntentionQuestions的Answers列表中的标准回答会通过,近似意图的回答也会通过,默认不开启。",
@@ -132,7 +132,7 @@
132
132
  {
133
133
  "document": "",
134
134
  "input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetEidResult\n<公共请求参数>\n\n{\n \"InfoType\": \"1\",\n \"EidToken\": \"CE661F1A-0F1E-45BD-BE13-34C05CEA7681\"\n}",
135
- "output": "{\n \"Response\": {\n \"Text\": {\n \"ErrCode\": 0,\n \"ErrMsg\": \"成功\",\n \"IdCard\": \"\",\n \"Name\": \"\",\n \"OcrNation\": null,\n \"OcrAddress\": null,\n \"OcrBirth\": null,\n \"OcrAuthority\": null,\n \"OcrValidDate\": null,\n \"OcrName\": \"爱新觉罗永琪\",\n \"OcrIdCard\": \"440111111111111111\",\n \"OcrGender\": null,\n \"LiveStatus\": 0,\n \"LiveMsg\": \"成功\",\n \"Comparestatus\": 0,\n \"Comparemsg\": \"成功\",\n \"CompareLibType\": \"xx\",\n \"Sim\": \"76.52\",\n \"Location\": null,\n \"Mobile\": null,\n \"Extra\": \"\",\n \"LivenessDetail\": [\n {\n \"ReqTime\": \"1577179388135\",\n \"Seq\": \"3d12da91-db34-4e55-81c3-993a41d7ccb7\",\n \"Idcard\": \"\",\n \"Name\": \"\",\n \"CompareLibType\": \"xx\",\n \"Sim\": \"76.52\",\n \"IsNeedCharge\": true,\n \"Errcode\": 0,\n \"Errmsg\": \"成功\",\n \"Livestatus\": 0,\n \"Livemsg\": \"成功\",\n \"Comparestatus\": 0,\n \"Comparemsg\": \"成功\"\n }\n ]\n },\n \"IdCardData\": {\n \"ProcessedBackImage\": \"xx\",\n \"ProcessedFrontImage\": \"xx\",\n \"OcrFront\": \"xx\",\n \"OcrBack\": \"xx\",\n \"Avatar\": \"xx\"\n },\n \"BestFrame\": {\n \"BestFrame\": \"xx\",\n \"BestFrames\": [\n \"xx\"\n ]\n },\n \"IntentionVerifyData\": {\n \"IntentionVerifyVideo\": \"xx\",\n \"ErrorCode\": 0,\n \"ErrorMessage\": \"成功\",\n \"AsrResult\": \"xx\",\n \"IntentionVerifyBestFrame\": \"xx\"\n },\n \"EidInfo\": {\n \"EidCode\": \"xx\",\n \"EidSign\": \"xx\",\n \"DesKey\": \"xxxxxx\",\n \"UserInfo\": \"xxxxxx\"\n },\n \"IntentionQuestionResult\": {\n \"ScreenShot\": [\n \"xx\"\n ],\n \"FinalResultCode\": \"xx\",\n \"AsrResult\": [\n \"xx\"\n ],\n \"Audios\": [\n \"xx\"\n ],\n \"Video\": \"xx\",\n \"ResultCode\": [\n \"xx\"\n ]\n },\n \"RequestId\": \"f52bac9a-0aee-4fe6-8d34-7de4bce89473\"\n }\n}",
135
+ "output": "{\n \"Response\": {\n \"Text\": {\n \"ErrCode\": 0,\n \"ErrMsg\": \"成功\",\n \"IdCard\": \"\",\n \"Name\": \"\",\n \"UseIDType\": 1,\n \"OcrNation\": null,\n \"OcrAddress\": null,\n \"OcrBirth\": null,\n \"OcrAuthority\": null,\n \"OcrValidDate\": null,\n \"OcrName\": \"爱新觉罗永琪\",\n \"OcrIdCard\": \"440111111111111111\",\n \"OcrGender\": null,\n \"IdInfoFrom\": \"abc\",\n \"LiveStatus\": 0,\n \"LiveMsg\": \"成功\",\n \"Comparestatus\": 0,\n \"Comparemsg\": \"成功\",\n \"CompareLibType\": \"abc\",\n \"Sim\": \"76.52\",\n \"Location\": null,\n \"Mobile\": \"13800000000\",\n \"Extra\": \"\",\n \"LivenessDetail\": [\n {\n \"ReqTime\": \"1577179388135\",\n \"Seq\": \"3d12da91-db34-4e55-81c3-993a41d7ccb7\",\n \"Idcard\": \"\",\n \"Name\": \"\",\n \"CompareLibType\": \"公安商业库\",\n \"Sim\": \"76.52\",\n \"IsNeedCharge\": true,\n \"Errcode\": 0,\n \"Errmsg\": \"成功\",\n \"Livestatus\": 0,\n \"Livemsg\": \"成功\",\n \"LivenessMode\": 1,\n \"Comparestatus\": 0,\n \"Comparemsg\": \"成功\"\n }\n ],\n \"LivenessMode\": 1,\n \"NFCRequestIds\": [\n \"abc\"\n ],\n \"NFCBillingCounts\": 0,\n \"PassNo\": \"abc\",\n \"VisaNum\": \"abc\"\n },\n \"IdCardData\": {\n \"ProcessedBackImage\": \"base64\",\n \"ProcessedFrontImage\": \"base64\",\n \"OcrFront\": \"base64\",\n \"OcrBack\": \"base64\",\n \"Avatar\": \"base64\",\n \"WarnInfos\": [\n 0\n ],\n \"BackWarnInfos\": [\n 0\n ]\n },\n \"BestFrame\": {\n \"BestFrame\": \"base64\",\n \"BestFrames\": [\n \"base64\"\n ]\n },\n \"IntentionVerifyData\": {\n \"IntentionVerifyVideo\": \"base64\",\n \"ErrorCode\": 0,\n \"ErrorMessage\": \"成功\",\n \"AsrResult\": \"\",\n \"IntentionVerifyBestFrame\": \"base64\",\n \"AsrResultSimilarity\": \"0\"\n },\n \"EidInfo\": {\n \"EidCode\": \"\",\n \"EidSign\": \"\",\n \"DesKey\": \"\",\n \"UserInfo\": \"\"\n },\n \"IntentionQuestionResult\": {\n \"ScreenShot\": [\n \"base64\"\n ],\n \"FinalResultCode\": \"0\",\n \"AsrResult\": [\n \"\"\n ],\n \"Audios\": [\n \"base64\"\n ],\n \"Video\": \"base64\",\n \"FinalResultDetailCode\": 0,\n \"FinalResultMessage\": \"Success\",\n \"ResultCode\": [\n \"\"\n ]\n },\n \"IntentionActionResult\": {\n \"FinalResultDetailCode\": 0,\n \"FinalResultMessage\": \"abc\",\n \"Details\": [\n {\n \"Video\": \"abc\",\n \"ScreenShot\": [\n \"abc\"\n ]\n }\n ]\n },\n \"RequestId\": \"f52bac9a-0aee-4fe6-8d34-7de4bce89473\"\n }\n}",
136
136
  "title": "获取所有类型的信息"
137
137
  }
138
138
  ],
@@ -2504,6 +2504,7 @@
2504
2504
  "example": "1",
2505
2505
  "member": "uint64",
2506
2506
  "name": "Total",
2507
+ "output_required": true,
2507
2508
  "type": "int",
2508
2509
  "value_allowed_null": false
2509
2510
  },
@@ -2513,6 +2514,7 @@
2513
2514
  "example": "无",
2514
2515
  "member": "GroupInfo",
2515
2516
  "name": "GroupInfos",
2517
+ "output_required": true,
2516
2518
  "type": "list",
2517
2519
  "value_allowed_null": true
2518
2520
  },
@@ -254,10 +254,16 @@
254
254
  ],
255
255
  "DescribeGroupList": [
256
256
  {
257
- "document": "获取群组列表",
258
- "input": "{\n \"SdkAppId\": 12345678\n}",
259
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"Total\": 1,\n \"GroupInfos\": [\n {\n \"GroupId\": \"adfgdfg\",\n \"GroupName\": \"test\",\n \"GroupType\": 0\n }\n ]\n }\n}",
260
- "title": "获取群组列表"
257
+ "document": "TeacherId和MemberId都不填的返回结果",
258
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupList\n<公共请求参数>\n\n{\n \"SdkAppId\": 3618809\n}",
259
+ "output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"cfmsqfu2r378uak93i70\",\n \"GroupName\": \"修改测试群组名称\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"2LoDvr6M9TvI4x4dMFBpGRzxZXr\"\n },\n {\n \"GroupId\": \"cfmst8u2r378uak93i90\",\n \"GroupName\": \"批量创建群组1\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"\"\n },\n {\n \"GroupId\": \"cfmst8u2r378uak93i9g\",\n \"GroupName\": \"批量创建群组2\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"\"\n },\n {\n \"GroupId\": \"cfmthke2r378uak93ii0\",\n \"GroupName\": \"测试修改群组\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"2LoDvr6M9TvI4x4dMFBpGRzxZXr\"\n },\n {\n \"GroupId\": \"cjdipop7qk6r714q0fh0\",\n \"GroupName\": \"lukatest\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"\"\n }\n ],\n \"RequestId\": \"5b261337-70dc-49a9-92cb-820641958626\",\n \"Total\": 5\n }\n}",
260
+ "title": "示例1"
261
+ },
262
+ {
263
+ "document": "查询TeacherId的结果",
264
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupList\n<公共请求参数>\n\n{\n \"SdkAppId\": 3618809,\n \"TeacherId\": \"2LoDvr6M9TvI4x4dMFBpGRzxZXr\"\n}",
265
+ "output": "{\n \"Response\": {\n \"GroupInfos\": [\n {\n \"GroupId\": \"cfmsqfu2r378uak93i70\",\n \"GroupName\": \"修改测试群组名称\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"2LoDvr6M9TvI4x4dMFBpGRzxZXr\"\n },\n {\n \"GroupId\": \"cfmthke2r378uak93ii0\",\n \"GroupName\": \"测试修改群组\",\n \"GroupType\": 0,\n \"SubGroupIds\": null,\n \"TeacherId\": \"2LoDvr6M9TvI4x4dMFBpGRzxZXr\"\n }\n ],\n \"RequestId\": \"a69c412e-1da6-4d27-bd37-c74a2703f94a\",\n \"Total\": 2\n }\n}",
266
+ "title": "示例2"
261
267
  }
262
268
  ],
263
269
  "DescribeGroupMemberList": [
@@ -673,7 +673,7 @@
673
673
  "status": "online"
674
674
  },
675
675
  "ResetInstancesPassword": {
676
- "document": "本接口(ResetInstancesPassword)用于将实例操作系统的密码重置为用户指定的密码。\n* 只修改管理员帐号的密码。实例的操作系统不同,管理员帐号也会不一样(Windows 为 Administrator,Ubuntu 为 ubuntu ,其它系统为 root)。\n* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为 100。\n* 建议对运行中的实例先手动关机,然后再进行密码重置。如实例处于运行中状态,本接口操作过程中会对实例进行关机操作,尝试正常关机失败后进行强制关机。\n* 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。实例操作结果可以通过调用 DescribeInstances 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。\n注意:强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏。",
676
+ "document": "本接口(ResetInstancesPassword)用于将实例操作系统的密码重置为用户指定的密码。\n* 只修改管理员账号的密码。实例的操作系统不同,管理员账号也会不一样(Windows 为 Administrator,Ubuntu 为 ubuntu ,其它系统为 root)。\n* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为 100。\n* 建议对运行中的实例先手动关机,然后再进行密码重置。如实例处于运行中状态,本接口操作过程中会对实例进行关机操作,尝试正常关机失败后进行强制关机。\n* 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。实例操作结果可以通过调用 DescribeInstances 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。\n注意:强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏。",
677
677
  "input": "ResetInstancesPasswordRequest",
678
678
  "name": "重置实例密码",
679
679
  "output": "ResetInstancesPasswordResponse",
@@ -351,7 +351,7 @@
351
351
  "example": "cluster-xxxx",
352
352
  "member": "string",
353
353
  "name": "ClusterId",
354
- "required": true,
354
+ "output_required": true,
355
355
  "type": "string",
356
356
  "value_allowed_null": false
357
357
  },
@@ -361,7 +361,7 @@
361
361
  "example": "-",
362
362
  "member": "string",
363
363
  "name": "Name",
364
- "required": true,
364
+ "output_required": true,
365
365
  "type": "string",
366
366
  "value_allowed_null": false
367
367
  },
@@ -371,7 +371,7 @@
371
371
  "example": "ap-guangzhou",
372
372
  "member": "string",
373
373
  "name": "Region",
374
- "required": true,
374
+ "output_required": true,
375
375
  "type": "string",
376
376
  "value_allowed_null": false
377
377
  },
@@ -381,7 +381,7 @@
381
381
  "example": "12314214",
382
382
  "member": "uint64",
383
383
  "name": "AppId",
384
- "required": true,
384
+ "output_required": true,
385
385
  "type": "int",
386
386
  "value_allowed_null": false
387
387
  },
@@ -391,7 +391,7 @@
391
391
  "example": "12314214",
392
392
  "member": "string",
393
393
  "name": "OwnerUin",
394
- "required": true,
394
+ "output_required": true,
395
395
  "type": "string",
396
396
  "value_allowed_null": false
397
397
  },
@@ -401,7 +401,7 @@
401
401
  "example": "12314214",
402
402
  "member": "string",
403
403
  "name": "CreatorUin",
404
- "required": true,
404
+ "output_required": true,
405
405
  "type": "string",
406
406
  "value_allowed_null": false
407
407
  },
@@ -411,7 +411,7 @@
411
411
  "example": "1",
412
412
  "member": "int64",
413
413
  "name": "Status",
414
- "required": true,
414
+ "output_required": true,
415
415
  "type": "int",
416
416
  "value_allowed_null": false
417
417
  },
@@ -421,7 +421,7 @@
421
421
  "example": "test",
422
422
  "member": "string",
423
423
  "name": "Remark",
424
- "required": true,
424
+ "output_required": true,
425
425
  "type": "string",
426
426
  "value_allowed_null": false
427
427
  },
@@ -431,7 +431,7 @@
431
431
  "example": "2020-01-21 00:00:10",
432
432
  "member": "string",
433
433
  "name": "CreateTime",
434
- "required": true,
434
+ "output_required": true,
435
435
  "type": "string",
436
436
  "value_allowed_null": false
437
437
  },
@@ -441,7 +441,7 @@
441
441
  "example": "2020-01-21 01:00:10",
442
442
  "member": "string",
443
443
  "name": "UpdateTime",
444
- "required": true,
444
+ "output_required": true,
445
445
  "type": "string",
446
446
  "value_allowed_null": false
447
447
  },
@@ -451,7 +451,7 @@
451
451
  "example": "12",
452
452
  "member": "uint64",
453
453
  "name": "CuNum",
454
- "required": true,
454
+ "output_required": true,
455
455
  "type": "int",
456
456
  "value_allowed_null": false
457
457
  },
@@ -461,7 +461,7 @@
461
461
  "example": "4",
462
462
  "member": "uint64",
463
463
  "name": "CuMem",
464
- "required": true,
464
+ "output_required": true,
465
465
  "type": "int",
466
466
  "value_allowed_null": false
467
467
  },
@@ -471,7 +471,7 @@
471
471
  "example": "ap-guangzhou-1",
472
472
  "member": "string",
473
473
  "name": "Zone",
474
- "required": true,
474
+ "output_required": true,
475
475
  "type": "string",
476
476
  "value_allowed_null": false
477
477
  },
@@ -481,7 +481,7 @@
481
481
  "example": "1",
482
482
  "member": "string",
483
483
  "name": "StatusDesc",
484
- "required": true,
484
+ "output_required": true,
485
485
  "type": "string",
486
486
  "value_allowed_null": false
487
487
  },
@@ -491,7 +491,7 @@
491
491
  "example": "[]",
492
492
  "member": "CCN",
493
493
  "name": "CCNs",
494
- "required": true,
494
+ "output_required": true,
495
495
  "type": "list",
496
496
  "value_allowed_null": false
497
497
  },
@@ -501,7 +501,7 @@
501
501
  "example": "2",
502
502
  "member": "uint64",
503
503
  "name": "NetEnvironmentType",
504
- "required": true,
504
+ "output_required": true,
505
505
  "type": "int",
506
506
  "value_allowed_null": false
507
507
  },
@@ -511,7 +511,7 @@
511
511
  "example": "2",
512
512
  "member": "int64",
513
513
  "name": "FreeCuNum",
514
- "required": true,
514
+ "output_required": true,
515
515
  "type": "int",
516
516
  "value_allowed_null": false
517
517
  },
@@ -521,7 +521,7 @@
521
521
  "example": "[]",
522
522
  "member": "Tag",
523
523
  "name": "Tags",
524
- "required": true,
524
+ "output_required": true,
525
525
  "type": "list",
526
526
  "value_allowed_null": true
527
527
  },
@@ -531,7 +531,7 @@
531
531
  "example": "-",
532
532
  "member": "string",
533
533
  "name": "IsolatedTime",
534
- "required": true,
534
+ "output_required": true,
535
535
  "type": "string",
536
536
  "value_allowed_null": true
537
537
  },
@@ -541,7 +541,7 @@
541
541
  "example": "-",
542
542
  "member": "string",
543
543
  "name": "ExpireTime",
544
- "required": true,
544
+ "output_required": true,
545
545
  "type": "string",
546
546
  "value_allowed_null": true
547
547
  },
@@ -551,7 +551,7 @@
551
551
  "example": "-",
552
552
  "member": "string",
553
553
  "name": "SecondsUntilExpiry",
554
- "required": true,
554
+ "output_required": true,
555
555
  "type": "string",
556
556
  "value_allowed_null": true
557
557
  },
@@ -561,7 +561,7 @@
561
561
  "example": "0",
562
562
  "member": "int64",
563
563
  "name": "AutoRenewFlag",
564
- "required": true,
564
+ "output_required": true,
565
565
  "type": "int",
566
566
  "value_allowed_null": true
567
567
  },
@@ -571,7 +571,7 @@
571
571
  "example": "test-12314214",
572
572
  "member": "string",
573
573
  "name": "DefaultCOSBucket",
574
- "required": true,
574
+ "output_required": true,
575
575
  "type": "string",
576
576
  "value_allowed_null": true
577
577
  },
@@ -581,7 +581,7 @@
581
581
  "example": "xxxx-xx-xx-xxxx",
582
582
  "member": "string",
583
583
  "name": "CLSLogSet",
584
- "required": true,
584
+ "output_required": true,
585
585
  "type": "string",
586
586
  "value_allowed_null": true
587
587
  },
@@ -591,7 +591,7 @@
591
591
  "example": "xxxx-xx-xx-xxxx",
592
592
  "member": "string",
593
593
  "name": "CLSTopicId",
594
- "required": true,
594
+ "output_required": true,
595
595
  "type": "string",
596
596
  "value_allowed_null": true
597
597
  },
@@ -601,7 +601,7 @@
601
601
  "example": "日志集名字",
602
602
  "member": "string",
603
603
  "name": "CLSLogName",
604
- "required": true,
604
+ "output_required": true,
605
605
  "type": "string",
606
606
  "value_allowed_null": true
607
607
  },
@@ -611,7 +611,7 @@
611
611
  "example": "日志主题名字",
612
612
  "member": "string",
613
613
  "name": "CLSTopicName",
614
- "required": true,
614
+ "output_required": true,
615
615
  "type": "string",
616
616
  "value_allowed_null": true
617
617
  },
@@ -621,7 +621,7 @@
621
621
  "example": "[]",
622
622
  "member": "ClusterVersion",
623
623
  "name": "Version",
624
- "required": true,
624
+ "output_required": true,
625
625
  "type": "object",
626
626
  "value_allowed_null": true
627
627
  },
@@ -631,7 +631,7 @@
631
631
  "example": "0.5",
632
632
  "member": "float",
633
633
  "name": "FreeCu",
634
- "required": true,
634
+ "output_required": true,
635
635
  "type": "float",
636
636
  "value_allowed_null": true
637
637
  },
@@ -641,7 +641,7 @@
641
641
  "example": "xxx",
642
642
  "member": "string",
643
643
  "name": "DefaultLogCollectConf",
644
- "required": true,
644
+ "output_required": true,
645
645
  "type": "string",
646
646
  "value_allowed_null": true
647
647
  },
@@ -651,7 +651,7 @@
651
651
  "example": "0",
652
652
  "member": "int64",
653
653
  "name": "CustomizedDNSEnabled",
654
- "required": true,
654
+ "output_required": true,
655
655
  "type": "int",
656
656
  "value_allowed_null": true
657
657
  },
@@ -661,7 +661,7 @@
661
661
  "example": "[]",
662
662
  "member": "WorkSpaceClusterItem",
663
663
  "name": "Correlations",
664
- "required": true,
664
+ "output_required": true,
665
665
  "type": "list",
666
666
  "value_allowed_null": true
667
667
  },
@@ -671,7 +671,7 @@
671
671
  "example": "0.5",
672
672
  "member": "float",
673
673
  "name": "RunningCu",
674
- "required": true,
674
+ "output_required": true,
675
675
  "type": "float",
676
676
  "value_allowed_null": true
677
677
  },
@@ -681,7 +681,7 @@
681
681
  "example": "1",
682
682
  "member": "int64",
683
683
  "name": "PayMode",
684
- "required": true,
684
+ "output_required": true,
685
685
  "type": "int",
686
686
  "value_allowed_null": true
687
687
  },
@@ -691,7 +691,7 @@
691
691
  "example": "0 / 1",
692
692
  "member": "int64",
693
693
  "name": "IsNeedManageNode",
694
- "required": true,
694
+ "output_required": true,
695
695
  "type": "int",
696
696
  "value_allowed_null": true
697
697
  },
@@ -701,7 +701,37 @@
701
701
  "example": "无",
702
702
  "member": "ClusterSession",
703
703
  "name": "ClusterSessions",
704
- "required": false,
704
+ "output_required": true,
705
+ "type": "list",
706
+ "value_allowed_null": true
707
+ },
708
+ {
709
+ "disabled": false,
710
+ "document": "V3版本 = 2\n注意:此字段可能返回 null,表示取不到有效值。",
711
+ "example": "1",
712
+ "member": "uint64",
713
+ "name": "ArchGeneration",
714
+ "output_required": false,
715
+ "type": "int",
716
+ "value_allowed_null": true
717
+ },
718
+ {
719
+ "disabled": false,
720
+ "document": "0:TKE, 1:EKS\n注意:此字段可能返回 null,表示取不到有效值。",
721
+ "example": "1",
722
+ "member": "uint64",
723
+ "name": "ClusterType",
724
+ "output_required": false,
725
+ "type": "int",
726
+ "value_allowed_null": true
727
+ },
728
+ {
729
+ "disabled": false,
730
+ "document": "订单信息\n注意:此字段可能返回 null,表示取不到有效值。",
731
+ "example": "无",
732
+ "member": "Order",
733
+ "name": "Orders",
734
+ "output_required": false,
705
735
  "type": "list",
706
736
  "value_allowed_null": true
707
737
  }
@@ -3991,6 +4021,62 @@
3991
4021
  ],
3992
4022
  "usage": "both"
3993
4023
  },
4024
+ "Order": {
4025
+ "document": "集群购买、扩缩容、续费订单信息",
4026
+ "members": [
4027
+ {
4028
+ "disabled": false,
4029
+ "document": "创建、续费、扩缩容 1 2 3\n注意:此字段可能返回 null,表示取不到有效值。",
4030
+ "example": "1",
4031
+ "member": "int64",
4032
+ "name": "Type",
4033
+ "required": false,
4034
+ "type": "int",
4035
+ "value_allowed_null": true
4036
+ },
4037
+ {
4038
+ "disabled": false,
4039
+ "document": "自动续费 1\n注意:此字段可能返回 null,表示取不到有效值。",
4040
+ "example": "1",
4041
+ "member": "int64",
4042
+ "name": "AutoRenewFlag",
4043
+ "required": false,
4044
+ "type": "int",
4045
+ "value_allowed_null": true
4046
+ },
4047
+ {
4048
+ "disabled": false,
4049
+ "document": "操作人的UIN\n注意:此字段可能返回 null,表示取不到有效值。",
4050
+ "example": "1201111",
4051
+ "member": "string",
4052
+ "name": "OperateUin",
4053
+ "required": false,
4054
+ "type": "string",
4055
+ "value_allowed_null": true
4056
+ },
4057
+ {
4058
+ "disabled": false,
4059
+ "document": "最终集群的CU数量\n注意:此字段可能返回 null,表示取不到有效值。",
4060
+ "example": "12",
4061
+ "member": "int64",
4062
+ "name": "ComputeCu",
4063
+ "required": false,
4064
+ "type": "int",
4065
+ "value_allowed_null": true
4066
+ },
4067
+ {
4068
+ "disabled": false,
4069
+ "document": "订单的时间\n注意:此字段可能返回 null,表示取不到有效值。",
4070
+ "example": "2020-12-08 14:12:40",
4071
+ "member": "string",
4072
+ "name": "OrderTime",
4073
+ "required": false,
4074
+ "type": "string",
4075
+ "value_allowed_null": true
4076
+ }
4077
+ ],
4078
+ "usage": "out"
4079
+ },
3994
4080
  "Property": {
3995
4081
  "document": "系统配置属性",
3996
4082
  "members": [
@@ -2485,7 +2485,7 @@
2485
2485
  {
2486
2486
  "disabled": false,
2487
2487
  "document": "TRTC的SDKAppId。",
2488
- "example": "",
2488
+ "example": "1400000000",
2489
2489
  "member": "uint64",
2490
2490
  "name": "SdkAppId",
2491
2491
  "required": true,
@@ -2493,8 +2493,8 @@
2493
2493
  },
2494
2494
  {
2495
2495
  "disabled": false,
2496
- "document": "房间号。",
2497
- "example": "",
2496
+ "document": "字符串类型房间号。\n本接口仅支持解散字符串类型房间号,如需解散数字类型房间号,请使用:DismissRoom",
2497
+ "example": "abcd",
2498
2498
  "member": "string",
2499
2499
  "name": "RoomId",
2500
2500
  "required": true,