tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1210.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 (63) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/batch/v20170312/api.json +20 -2
  4. tccli/services/bma/v20221115/api.json +26 -1
  5. tccli/services/bma/v20221115/examples.json +7 -7
  6. tccli/services/cam/v20190116/api.json +38 -30
  7. tccli/services/cam/v20190116/examples.json +2 -2
  8. tccli/services/ccc/v20200210/api.json +28 -1
  9. tccli/services/cdwdoris/v20211228/api.json +20 -1
  10. tccli/services/cfg/v20210820/api.json +21 -1
  11. tccli/services/cls/cls_client.py +216 -4
  12. tccli/services/cls/v20201016/api.json +497 -11
  13. tccli/services/cls/v20201016/examples.json +32 -0
  14. tccli/services/cynosdb/v20190107/api.json +30 -9
  15. tccli/services/cynosdb/v20190107/examples.json +2 -2
  16. tccli/services/dasb/v20191018/api.json +19 -10
  17. tccli/services/dasb/v20191018/examples.json +1 -1
  18. tccli/services/dc/dc_client.py +126 -73
  19. tccli/services/dc/v20180410/api.json +300 -0
  20. tccli/services/dc/v20180410/examples.json +8 -0
  21. tccli/services/dnspod/v20210323/api.json +3 -1
  22. tccli/services/emr/emr_client.py +238 -26
  23. tccli/services/emr/v20190103/api.json +1012 -116
  24. tccli/services/emr/v20190103/examples.json +32 -0
  25. tccli/services/es/v20180416/api.json +144 -2
  26. tccli/services/ess/v20201111/api.json +4 -4
  27. tccli/services/ess/v20201111/examples.json +10 -10
  28. tccli/services/essbasic/v20210526/api.json +15 -6
  29. tccli/services/faceid/v20180301/api.json +10 -0
  30. tccli/services/gwlb/__init__.py +4 -0
  31. tccli/services/gwlb/gwlb_client.py +1096 -0
  32. tccli/services/gwlb/v20240906/api.json +1807 -0
  33. tccli/services/gwlb/v20240906/examples.json +155 -0
  34. tccli/services/hunyuan/v20230901/api.json +85 -9
  35. tccli/services/hunyuan/v20230901/examples.json +1 -1
  36. tccli/services/iss/v20230517/api.json +62 -14
  37. tccli/services/iss/v20230517/examples.json +19 -13
  38. tccli/services/oceanus/v20190422/api.json +4 -4
  39. tccli/services/privatedns/privatedns_client.py +57 -4
  40. tccli/services/privatedns/v20201028/api.json +101 -0
  41. tccli/services/privatedns/v20201028/examples.json +8 -0
  42. tccli/services/redis/v20180412/api.json +2 -2
  43. tccli/services/sms/v20210111/api.json +3 -3
  44. tccli/services/sms/v20210111/examples.json +2 -2
  45. tccli/services/sqlserver/v20180328/api.json +32 -11
  46. tccli/services/sqlserver/v20180328/examples.json +1 -1
  47. tccli/services/sts/v20180813/api.json +11 -10
  48. tccli/services/sts/v20180813/examples.json +2 -2
  49. tccli/services/tcss/v20201101/api.json +136 -19
  50. tccli/services/teo/v20220901/api.json +23 -23
  51. tccli/services/teo/v20220901/examples.json +4 -58
  52. tccli/services/tke/tke_client.py +118 -12
  53. tccli/services/tke/v20180525/api.json +154 -2
  54. tccli/services/tke/v20180525/examples.json +16 -0
  55. tccli/services/vclm/v20240523/api.json +9 -0
  56. tccli/services/vpc/v20170312/api.json +59 -43
  57. tccli/services/vpc/v20170312/examples.json +1 -1
  58. tccli/services/vtc/v20240223/api.json +9 -0
  59. {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
  60. {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +63 -59
  61. {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
  62. {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
  63. {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
@@ -186,6 +186,14 @@
186
186
  "title": "创建机器组"
187
187
  }
188
188
  ],
189
+ "CreateNoticeContent": [
190
+ {
191
+ "document": "创建通知内容信息",
192
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNoticeContent\n<公共请求参数>\n\n{\n \"Name\": \"testEmail\",\n \"Type\": 0,\n \"NoticeContents\": [\n {\n \"Type\": \"Email\",\n \"TriggerContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
193
+ "output": "{\n \"Response\": {\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
194
+ "title": "创建通知内容信息"
195
+ }
196
+ ],
189
197
  "CreateScheduledSql": [
190
198
  {
191
199
  "document": "创建ScheduledSQL任务",
@@ -338,6 +346,14 @@
338
346
  "title": "删除机器组ip或者label"
339
347
  }
340
348
  ],
349
+ "DeleteNoticeContent": [
350
+ {
351
+ "document": "删除通知内容配置",
352
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n}",
353
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
354
+ "title": "删除通知内容配置"
355
+ }
356
+ ],
341
357
  "DeleteScheduledSql": [
342
358
  {
343
359
  "document": "",
@@ -552,6 +568,14 @@
552
568
  "title": "获取机器状态"
553
569
  }
554
570
  ],
571
+ "DescribeNoticeContents": [
572
+ {
573
+ "document": "获取通知内容配置列表。",
574
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNoticeContents\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"test\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
575
+ "output": "{\n \"Response\": {\n \"NoticeContents\": [\n {\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"Name\": \"test\",\n \"Type\": 0,\n \"NoticeContents\": [\n {\n \"Type\": \"Sms\",\n \"TriggerContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": []\n },\n \"RecoveryContent\": {\n \"Title\": \"title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ],\n \"Flag\": 0,\n \"Uin\": 100001,\n \"SubUin\": 100001,\n \"CreateTime\": 1693213128,\n \"UpdateTime\": 1693213128\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
576
+ "title": "获取通知内容配置列表。"
577
+ }
578
+ ],
555
579
  "DescribePartitions": [
556
580
  {
557
581
  "document": "",
@@ -734,6 +758,14 @@
734
758
  "title": "修改机器组"
735
759
  }
736
760
  ],
761
+ "ModifyNoticeContent": [
762
+ {
763
+ "document": "修改通知内容配置",
764
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNoticeContent\n<公共请求参数>\n\n{\n \"NoticeContentId\": \"noticetemplate-d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\",\n \"Name\": \"this is name\",\n \"Type\": 1,\n \"NoticeContents\": [\n {\n \"Type\": \"Http\",\n \"TriggerContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n },\n \"RecoveryContent\": {\n \"Title\": \"this is title\",\n \"Content\": \"this is content\",\n \"Headers\": [\n \"Content-Type:application/json\"\n ]\n }\n }\n ]\n}",
765
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d20a21f7-f6ac-4a7b-ba1b-1aa49be5fed1\"\n }\n}",
766
+ "title": "修改通知内容配置"
767
+ }
768
+ ],
737
769
  "ModifyScheduledSql": [
738
770
  {
739
771
  "document": "修改ScheduledSQL任务",
@@ -736,7 +736,7 @@
736
736
  "status": "online"
737
737
  },
738
738
  "ModifyDBInstanceSecurityGroups": {
739
- "document": "本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。",
739
+ "document": "本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。",
740
740
  "input": "ModifyDBInstanceSecurityGroupsRequest",
741
741
  "name": "修改实例绑定安全组",
742
742
  "output": "ModifyDBInstanceSecurityGroupsResponse",
@@ -1130,6 +1130,17 @@
1130
1130
  "required": false,
1131
1131
  "type": "string",
1132
1132
  "value_allowed_null": true
1133
+ },
1134
+ {
1135
+ "disabled": false,
1136
+ "document": "是否支持手动发起逻辑备份\n注意:此字段可能返回 null,表示取不到有效值。",
1137
+ "example": "无",
1138
+ "member": "string",
1139
+ "name": "IsSupportManualLogic",
1140
+ "output_required": false,
1141
+ "required": false,
1142
+ "type": "string",
1143
+ "value_allowed_null": true
1133
1144
  }
1134
1145
  ],
1135
1146
  "usage": "both"
@@ -19763,7 +19774,7 @@
19763
19774
  "example": "ap-shanghai-4",
19764
19775
  "member": "string",
19765
19776
  "name": "Zone",
19766
- "required": true,
19777
+ "output_required": true,
19767
19778
  "type": "string",
19768
19779
  "value_allowed_null": false
19769
19780
  },
@@ -19773,7 +19784,7 @@
19773
19784
  "example": "200004",
19774
19785
  "member": "int64",
19775
19786
  "name": "ZoneId",
19776
- "required": true,
19787
+ "output_required": true,
19777
19788
  "type": "int",
19778
19789
  "value_allowed_null": false
19779
19790
  },
@@ -19783,7 +19794,7 @@
19783
19794
  "example": "上海四区",
19784
19795
  "member": "string",
19785
19796
  "name": "ZoneZh",
19786
- "required": true,
19797
+ "output_required": true,
19787
19798
  "type": "string",
19788
19799
  "value_allowed_null": false
19789
19800
  },
@@ -19793,7 +19804,7 @@
19793
19804
  "example": "1",
19794
19805
  "member": "int64",
19795
19806
  "name": "IsSupportServerless",
19796
- "required": true,
19807
+ "output_required": true,
19797
19808
  "type": "int",
19798
19809
  "value_allowed_null": false
19799
19810
  },
@@ -19803,7 +19814,7 @@
19803
19814
  "example": "1",
19804
19815
  "member": "int64",
19805
19816
  "name": "IsSupportNormal",
19806
- "required": true,
19817
+ "output_required": true,
19807
19818
  "type": "int",
19808
19819
  "value_allowed_null": false
19809
19820
  },
@@ -19813,7 +19824,7 @@
19813
19824
  "example": "ap-guangzhou-2",
19814
19825
  "member": "string",
19815
19826
  "name": "PhysicalZone",
19816
- "required": true,
19827
+ "output_required": true,
19817
19828
  "type": "string",
19818
19829
  "value_allowed_null": false
19819
19830
  },
@@ -19823,7 +19834,7 @@
19823
19834
  "example": "false",
19824
19835
  "member": "bool",
19825
19836
  "name": "HasPermission",
19826
- "required": false,
19837
+ "output_required": true,
19827
19838
  "type": "bool",
19828
19839
  "value_allowed_null": true
19829
19840
  },
@@ -19833,9 +19844,19 @@
19833
19844
  "example": "无",
19834
19845
  "member": "string",
19835
19846
  "name": "IsWholeRdmaZone",
19836
- "required": false,
19847
+ "output_required": true,
19837
19848
  "type": "string",
19838
19849
  "value_allowed_null": false
19850
+ },
19851
+ {
19852
+ "disabled": false,
19853
+ "document": "当前可用区是否允许新购集群,1:允许,0:不允许",
19854
+ "example": "1",
19855
+ "member": "int64",
19856
+ "name": "IsSupportCreateCluster",
19857
+ "output_required": true,
19858
+ "type": "int",
19859
+ "value_allowed_null": false
19839
19860
  }
19840
19861
  ],
19841
19862
  "usage": "out"
@@ -652,7 +652,7 @@
652
652
  {
653
653
  "document": "仅查看用户有权限的可用区",
654
654
  "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
655
- "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"1qwert-123-asbc\"\n }\n}",
655
+ "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 1\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 0\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\",\n \"IsSupportCreateCluster\": 1\n }\n ]\n }\n ],\n \"RequestId\": \"1qwert-123-asbc\"\n }\n}",
656
656
  "title": "查询可售卖地域可用区信息"
657
657
  }
658
658
  ],
@@ -867,7 +867,7 @@
867
867
  "ModifyDBInstanceSecurityGroups": [
868
868
  {
869
869
  "document": "修改实例绑定安全组",
870
- "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSecurityGroups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-ins-lkj\",\n \"SecurityGroupIds\": [\n \"sg-mnbv\"\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
870
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSecurityGroups\n<公共请求参数>\n\n{\n \"InstanceId\": \"cynosdbmysql-j8ynfcpgj\",\n \"SecurityGroupIds\": [\n \"sg-mnbv\"\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
871
871
  "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
872
872
  "title": "修改实例绑定安全组"
873
873
  }
@@ -3559,21 +3559,30 @@
3559
3559
  "members": [
3560
3560
  {
3561
3561
  "disabled": false,
3562
- "document": "资产组ID",
3562
+ "document": "true - 查询已在该资产组的资产,false - 查询未在该资产组的资产",
3563
+ "example": "true",
3564
+ "member": "bool",
3565
+ "name": "Bound",
3566
+ "required": true,
3567
+ "type": "bool"
3568
+ },
3569
+ {
3570
+ "disabled": false,
3571
+ "document": "资产组ID,Id和IdSet二选一",
3563
3572
  "example": "1",
3564
3573
  "member": "uint64",
3565
3574
  "name": "Id",
3566
- "required": true,
3575
+ "required": false,
3567
3576
  "type": "int"
3568
3577
  },
3569
3578
  {
3570
3579
  "disabled": false,
3571
- "document": "true - 查询已在该资产组的资产,false - 查询未在该资产组的资产",
3572
- "example": "true",
3573
- "member": "bool",
3574
- "name": "Bound",
3575
- "required": true,
3576
- "type": "bool"
3580
+ "document": "资产组ID集合,传Id,IdSet不生效。",
3581
+ "example": "[1,2,3]",
3582
+ "member": "uint64",
3583
+ "name": "IdSet",
3584
+ "required": false,
3585
+ "type": "list"
3577
3586
  },
3578
3587
  {
3579
3588
  "disabled": false,
@@ -3641,7 +3650,7 @@
3641
3650
  "example": "10",
3642
3651
  "member": "uint64",
3643
3652
  "name": "TotalCount",
3644
- "required": true,
3653
+ "output_required": true,
3645
3654
  "type": "int",
3646
3655
  "value_allowed_null": false
3647
3656
  },
@@ -3651,7 +3660,7 @@
3651
3660
  "example": "[]",
3652
3661
  "member": "Device",
3653
3662
  "name": "DeviceSet",
3654
- "required": true,
3663
+ "output_required": true,
3655
3664
  "type": "list",
3656
3665
  "value_allowed_null": false
3657
3666
  },
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "document": "",
268
268
  "input": "POST / HTTP/1.1\nHost: dasb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceGroupMembers\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"研发主机\",\n \"Bound\": true\n}",
269
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"xx\",\n \"DeviceSet\": [\n {\n \"Kind\": 1,\n \"GroupSet\": [\n {\n \"Department\": {\n \"Managers\": [\n \"xx\"\n ],\n \"Id\": \"xx\",\n \"Name\": \"xx\"\n },\n \"Id\": 1,\n \"Name\": \"xx\"\n }\n ],\n \"Resource\": {\n \"RenewFlag\": 1,\n \"Zone\": \"xx\",\n \"SubnetName\": \"xx\",\n \"Nodes\": 1,\n \"Status\": 1,\n \"VpcId\": \"xx\",\n \"SubProductCode\": \"xx\",\n \"ResourceId\": \"xx\",\n \"PackageBandwidth\": 1,\n \"VpcName\": \"xx\",\n \"ApCode\": \"xx\",\n \"SubnetId\": \"xx\",\n \"ResourceName\": \"xx\",\n \"Expired\": true,\n \"Deployed\": true,\n \"ProductCode\": \"xx\",\n \"PublicIpSet\": [\n \"xx\"\n ],\n \"ModuleSet\": [\n \"xx\"\n ],\n \"ExtendPoints\": 1,\n \"UsedNodes\": 1,\n \"PrivateIpSet\": [\n \"xx\"\n ],\n \"Pid\": 1,\n \"VpcCidrBlock\": \"xx\",\n \"PackageNode\": 1,\n \"ExpireTime\": \"2020-09-22T00:00:00+00:00\",\n \"SvArgs\": \"xx\",\n \"CidrBlock\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"Name\": \"xx\",\n \"InstanceId\": \"xx\",\n \"OsName\": \"xx\",\n \"AccountCount\": 1,\n \"PrivateIp\": \"xx\",\n \"PublicIp\": \"xx\",\n \"Department\": {\n \"Managers\": [\n \"xx\"\n ],\n \"Id\": \"xx\",\n \"Name\": \"xx\"\n },\n \"VpcId\": \"xx\",\n \"ApCode\": \"xx\",\n \"SubnetId\": \"xx\",\n \"Port\": 1,\n \"Id\": 1\n }\n ]\n }\n}",
269
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DeviceSet\": [\n {\n \"Id\": 1,\n \"InstanceId\": \"abc\",\n \"Name\": \"abc\",\n \"PublicIp\": \"abc\",\n \"PrivateIp\": \"abc\",\n \"ApCode\": \"abc\",\n \"OsName\": \"abc\",\n \"Kind\": 1,\n \"Port\": 1,\n \"GroupSet\": [\n {\n \"Id\": 1,\n \"Name\": \"abc\",\n \"Department\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Managers\": [\n \"abc\"\n ],\n \"ManagerUsers\": [\n {\n \"ManagerId\": \"abc\",\n \"ManagerName\": \"abc\"\n }\n ]\n },\n \"Count\": 1\n }\n ],\n \"AccountCount\": 1,\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Resource\": {\n \"ResourceId\": \"abc\",\n \"ApCode\": \"abc\",\n \"SvArgs\": \"abc\",\n \"VpcId\": \"abc\",\n \"Nodes\": 1,\n \"RenewFlag\": 1,\n \"ExpireTime\": \"2020-09-22T00:00:00+00:00\",\n \"Status\": 1,\n \"ResourceName\": \"abc\",\n \"Pid\": 1,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ProductCode\": \"abc\",\n \"SubProductCode\": \"abc\",\n \"Zone\": \"abc\",\n \"Expired\": true,\n \"Deployed\": true,\n \"VpcName\": \"abc\",\n \"VpcCidrBlock\": \"abc\",\n \"SubnetId\": \"abc\",\n \"SubnetName\": \"abc\",\n \"CidrBlock\": \"abc\",\n \"PublicIpSet\": [\n \"abc\"\n ],\n \"PrivateIpSet\": [\n \"abc\"\n ],\n \"ModuleSet\": [\n \"abc\"\n ],\n \"UsedNodes\": 1,\n \"ExtendPoints\": 1,\n \"PackageBandwidth\": 1,\n \"PackageNode\": 1,\n \"LogDeliveryArgs\": \"abc\",\n \"ClbSet\": [\n {\n \"ClbIp\": \"abc\"\n }\n ],\n \"DomainCount\": 0,\n \"UsedDomainCount\": 1,\n \"Trial\": 1\n },\n \"Department\": {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Managers\": [\n \"abc\"\n ],\n \"ManagerUsers\": [\n {\n \"ManagerId\": \"abc\",\n \"ManagerName\": \"abc\"\n }\n ]\n },\n \"IpPortSet\": [\n \"abc\"\n ],\n \"DomainId\": \"abc\",\n \"DomainName\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
270
270
  "title": "查询资产组成员列表"
271
271
  }
272
272
  ],