tccli 3.0.1226.1__py2.py3-none-any.whl → 3.0.1228.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 (56) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/cam/v20190116/api.json +19 -13
  4. tccli/services/cdb/v20170320/api.json +159 -1
  5. tccli/services/cdb/v20170320/examples.json +2 -2
  6. tccli/services/cfs/v20190719/api.json +19 -0
  7. tccli/services/ckafka/v20190819/api.json +968 -763
  8. tccli/services/ckafka/v20190819/examples.json +112 -118
  9. tccli/services/cloudapp/v20220530/api.json +2 -2
  10. tccli/services/cloudapp/v20220530/examples.json +1 -1
  11. tccli/services/cynosdb/cynosdb_client.py +110 -4
  12. tccli/services/cynosdb/v20190107/api.json +125 -0
  13. tccli/services/cynosdb/v20190107/examples.json +16 -0
  14. tccli/services/emr/v20190103/api.json +28 -22
  15. tccli/services/ess/v20201111/api.json +18 -0
  16. tccli/services/essbasic/v20210526/api.json +10 -1
  17. tccli/services/faceid/v20180301/api.json +1 -1
  18. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  19. tccli/services/iotexplorer/v20190423/api.json +145 -0
  20. tccli/services/iotexplorer/v20190423/examples.json +14 -0
  21. tccli/services/ivld/v20210903/api.json +245 -192
  22. tccli/services/ivld/v20210903/examples.json +10 -10
  23. tccli/services/lcic/v20220817/api.json +1 -1
  24. tccli/services/lke/lke_client.py +394 -23
  25. tccli/services/lke/v20231130/api.json +756 -23
  26. tccli/services/lke/v20231130/examples.json +62 -0
  27. tccli/services/mps/v20190612/api.json +13 -13
  28. tccli/services/organization/v20181225/api.json +75 -51
  29. tccli/services/organization/v20181225/examples.json +20 -20
  30. tccli/services/organization/v20210331/api.json +74 -61
  31. tccli/services/organization/v20210331/examples.json +14 -14
  32. tccli/services/privatedns/v20201028/api.json +41 -13
  33. tccli/services/rce/v20201103/api.json +1 -1
  34. tccli/services/redis/v20180412/api.json +1 -1
  35. tccli/services/teo/v20220901/api.json +3 -3
  36. tccli/services/tke/v20220501/api.json +109 -0
  37. tccli/services/tmt/v20180321/api.json +2 -2
  38. tccli/services/tmt/v20180321/examples.json +2 -2
  39. tccli/services/trocket/v20230308/api.json +79 -79
  40. tccli/services/trocket/v20230308/examples.json +8 -8
  41. tccli/services/trtc/v20190722/api.json +84 -0
  42. tccli/services/vcube/__init__.py +4 -0
  43. tccli/services/vcube/v20220410/api.json +4168 -0
  44. tccli/services/vcube/v20220410/examples.json +277 -0
  45. tccli/services/vcube/vcube_client.py +1956 -0
  46. tccli/services/vdb/v20230616/api.json +9 -0
  47. tccli/services/vod/v20180717/api.json +40 -3
  48. tccli/services/vod/v20180717/examples.json +13 -1
  49. tccli/services/vpc/v20170312/api.json +163 -11
  50. tccli/services/vpc/v20170312/examples.json +10 -2
  51. tccli/services/vpc/vpc_client.py +53 -0
  52. {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/METADATA +2 -2
  53. {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/RECORD +56 -52
  54. {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/WHEEL +0 -0
  55. {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/entry_points.txt +0 -0
  56. {tccli-3.0.1226.1.dist-info → tccli-3.0.1228.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,7 +3,7 @@
3
3
  "AcceptOrganizationInvitation": [
4
4
  {
5
5
  "document": "",
6
- "input": "https://organization.tencentcloudapi.com/?Action=AcceptOrganizationInvitation\r\n&Id=123\r\n&<公共请求参数>",
6
+ "input": "https://organization.tencentcloudapi.com/?Action=AcceptOrganizationInvitation\n&Id=1001\n&<公共请求参数>",
7
7
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
8
8
  "title": "接受企业组织邀请"
9
9
  }
@@ -11,15 +11,15 @@
11
11
  "AddOrganizationNode": [
12
12
  {
13
13
  "document": "",
14
- "input": "https://organization.tencentcloudapi.com/?Action=AddOrganizationNode\r\n&ParentNodeId=123\r\n&Name=\"test\"\r\n&<公共请求参数>",
15
- "output": "{\n \"Response\": {\n \"NodeId\": 123,\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
14
+ "input": "https://organization.tencentcloudapi.com/?Action=AddOrganizationNode\n&ParentNodeId=101\n&Name=\"test\"\n&<公共请求参数>",
15
+ "output": "{\n \"Response\": {\n \"NodeId\": 1001,\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
16
16
  "title": "添加企业组织单元"
17
17
  }
18
18
  ],
19
19
  "CancelOrganizationInvitation": [
20
20
  {
21
21
  "document": "",
22
- "input": "https://organization.tencentcloudapi.com/?Action=CancelOrganizationInvitation\r\n&Id=123\r\n&<公共请求参数>",
22
+ "input": "https://organization.tencentcloudapi.com/?Action=CancelOrganizationInvitation\n&Id=1001\n&<公共请求参数>",
23
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
24
24
  "title": "取消企业组织邀请"
25
25
  }
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "document": "",
30
30
  "input": "https://organization.tencentcloudapi.com/?Action=CreateOrganization\r\n&OrgType=1\r\n&<公共请求参数>",
31
- "output": "{\n \"Response\": {\n \"OrgId\": 123,\n \"Nickname\": \"test\",\n \"Mail\": \"test@qq.com\",\n \"OrgType\": 1,\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"OrgId\": 101,\n \"Nickname\": \"host_name\",\n \"Mail\": \"23***.qq.com\",\n \"OrgType\": 1,\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
32
32
  "title": "创建企业组织"
33
33
  }
34
34
  ],
@@ -43,7 +43,7 @@
43
43
  "DeleteOrganizationMemberFromNode": [
44
44
  {
45
45
  "document": "",
46
- "input": "https://organization.tencentcloudapi.com/?Action=DeleteOrganizationMemberFromNode\r\n&MemberUin=123\r\n&NodeId=12\r\n&<公共请求参数>",
46
+ "input": "https://organization.tencentcloudapi.com/?Action=DeleteOrganizationMemberFromNode\n&MemberUin=100000000001\n&NodeId=1001\n&<公共请求参数>",
47
47
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
48
48
  "title": "删除企业组织成员"
49
49
  }
@@ -59,7 +59,7 @@
59
59
  "DeleteOrganizationNodes": [
60
60
  {
61
61
  "document": "",
62
- "input": "https://organization.tencentcloudapi.com/?Action=DeleteOrganizationNodes\r\n&NodeIds.0=123\r\n&<公共请求参数>",
62
+ "input": "https://organization.tencentcloudapi.com/?Action=DeleteOrganizationNodes\n&NodeIds.0=1001\n&<公共请求参数>",
63
63
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
64
64
  "title": "删除企业组织单元"
65
65
  }
@@ -67,7 +67,7 @@
67
67
  "DenyOrganizationInvitation": [
68
68
  {
69
69
  "document": "",
70
- "input": "https://organization.tencentcloudapi.com/?Action=DenyOrganizationInvitation\r\n&Id=123\r\n&<公共请求参数>",
70
+ "input": "https://organization.tencentcloudapi.com/?Action=DenyOrganizationInvitation\n&Id=1001\n&<公共请求参数>",
71
71
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
72
72
  "title": "拒绝企业组织邀请"
73
73
  }
@@ -76,23 +76,23 @@
76
76
  {
77
77
  "document": "",
78
78
  "input": "https://organization.tencentcloudapi.com/?Action=GetOrganization\r\n&<公共请求参数>",
79
- "output": "{\n \"Response\": {\n \"OrgId\": 1,\n \"HostUin\": 1,\n \"Nickname\": \"test\",\n \"Mail\": \"test@qq.com\",\n \"OrgType\": 1,\n \"IsEmpty\": 1,\n \"RequestId\": \"629cde15-2b9c-403b-b5f1-033992709327\"\n }\n}",
79
+ "output": "{\n \"Response\": {\n \"OrgId\": 101,\n \"HostUin\": 100000000001,\n \"Nickname\": \"host_name\",\n \"Mail\": \"23***@qq.com\",\n \"OrgType\": 1,\n \"IsEmpty\": 1,\n \"RequestId\": \"629cde15-2b9c-403b-b5f1-033992709327\"\n }\n}",
80
80
  "title": "获取企业组织信息"
81
81
  }
82
82
  ],
83
83
  "GetOrganizationMember": [
84
84
  {
85
85
  "document": "",
86
- "input": "https://organization.tencentcloudapi.com/?Action=GetOrganizationMember\r\n&MemberUin=123\r\n&<公共请求参数>",
87
- "output": "{\n \"Response\": {\n \"Uin\": 1,\n \"Name\": \"aa\",\n \"Remark\": \"\",\n \"JoinTime\": \"2019-10-10 00:00:00\",\n \"NodeId\": 1,\n \"NodeName\": \"aa\",\n \"ParentNodeId\": 0,\n \"RequestId\": \"fae840be-2b30-47ae-93b7-df5610168eff\"\n }\n}",
86
+ "input": "https://organization.tencentcloudapi.com/?Action=GetOrganizationMember\n&MemberUin=100000000001\n&<公共请求参数>",
87
+ "output": "{\n \"Response\": {\n \"Uin\": 100000000001,\n \"Name\": \"member_name\",\n \"Remark\": \"create member\",\n \"JoinTime\": \"2020-10-08 12:09:12\",\n \"NodeId\": 1001,\n \"NodeName\": \"node_name\",\n \"ParentNodeId\": 101,\n \"RequestId\": \"fae840be-2b30-47ae-93b7-df5610168eff\"\n }\n}",
88
88
  "title": "获取企业组织成员"
89
89
  }
90
90
  ],
91
91
  "ListOrganizationInvitations": [
92
92
  {
93
93
  "document": "",
94
- "input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationInvitations\r\n&Invited=1\r\n&Offset=0\r\n&Limit=10\r\n&<公共请求参数>",
95
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Invitations\": [\n {\n \"Id\": 1,\n \"Uin\": 1,\n \"HostUin\": 1,\n \"HostName\": \"aa\",\n \"HostMail\": \"aa@qq.com\",\n \"Status\": 1,\n \"Name\": \"aa\",\n \"Remark\": \"\",\n \"OrgType\": 1,\n \"InviteTime\": \"2019-10-10 00:00:00\",\n \"ExpireTime\": \"2019-10-10 00:00:00\"\n }\n ],\n \"RequestId\": \"97fd9345-cfd6-4b93-8205-e25d21ecd26e\"\n }\n}",
94
+ "input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationInvitations\n&Invited=101\n&Offset=0\n&Limit=10\n&<公共请求参数>",
95
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Invitations\": [\n {\n \"Id\": 1,\n \"Uin\": 1000001,\n \"HostUin\": 1000001,\n \"HostName\": \"host_name\",\n \"HostMail\": \"23**@qq.com\",\n \"Status\": 1,\n \"Name\": \"member_name\",\n \"Remark\": \"invitation member\",\n \"OrgType\": 1,\n \"InviteTime\": \"2021-03-04 12:22:21\",\n \"ExpireTime\": \"2021-03-04 12:22:21\"\n }\n ],\n \"RequestId\": \"97fd9345-cfd6-4b93-8205-e25d21ecd26e\"\n }\n}",
96
96
  "title": "获取邀请信息列表"
97
97
  }
98
98
  ],
@@ -100,15 +100,15 @@
100
100
  {
101
101
  "document": "",
102
102
  "input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationMembers\r\n&Offset=0\r\n&Limit=10\r\n&<公共请求参数>",
103
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Members\": [\n {\n \"Uin\": 1,\n \"Name\": \"aa\",\n \"Remark\": \"\",\n \"JoinTime\": \"2019-10-10 00:00:00\"\n }\n ],\n \"RequestId\": \"789d9d58-8e51-4b50-b3d7-f851216c5e9c\"\n }\n}",
103
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Members\": [\n {\n \"Uin\": 100000000001,\n \"Name\": \"member_name\",\n \"Remark\": \"invitation member\",\n \"JoinTime\": \"2023-12-13 12:34:51\"\n }\n ],\n \"RequestId\": \"789d9d58-8e51-4b50-b3d7-f851216c5e9c\"\n }\n}",
104
104
  "title": "获取企业组织成员列表"
105
105
  }
106
106
  ],
107
107
  "ListOrganizationNodeMembers": [
108
108
  {
109
109
  "document": "",
110
- "input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationNodeMembers\r\n&NodeId=123\r\n&Offset=0\r\n&Limit=10\r\n&<公共请求参数>",
111
- "output": "{\n \"Response\": {\n \"TotalCount\": 100,\n \"Members\": [\n {\n \"Uin\": 1,\n \"Name\": \"aa\",\n \"Remark\": \"\",\n \"JoinTime\": \"2019-10-10 00:00:00\"\n }\n ],\n \"RequestId\": \"53a54672-d955-4f21-a7c2-a1adaf038702\"\n }\n}",
110
+ "input": "https://organization.tencentcloudapi.com/?Action=ListOrganizationNodeMembers\n&NodeId=101\n&Offset=0\n&Limit=10\n&<公共请求参数>",
111
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Members\": [\n {\n \"Uin\": 100000000001,\n \"Name\": \"member_name\",\n \"Remark\": \"invitation member\",\n \"JoinTime\": \"2023-12-13 12:34:51\"\n }\n ],\n \"RequestId\": \"53a54672-d955-4f21-a7c2-a1adaf038702\"\n }\n}",
112
112
  "title": "获取企业组织单元成员列表"
113
113
  }
114
114
  ],
@@ -123,7 +123,7 @@
123
123
  "MoveOrganizationMembersToNode": [
124
124
  {
125
125
  "document": "",
126
- "input": "https://organization.tencentcloudapi.com/?Action=MoveOrganizationMembersToNode\r\n&NodeId=123\r\n&Uins.0=11\r\n&<公共请求参数>",
126
+ "input": "https://organization.tencentcloudapi.com/?Action=MoveOrganizationMembersToNode\n&NodeId=101\n&Uins.0=100000000001\n&<公共请求参数>",
127
127
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
128
128
  "title": "移动成员到指定组织单元"
129
129
  }
@@ -131,7 +131,7 @@
131
131
  "QuitOrganization": [
132
132
  {
133
133
  "document": "",
134
- "input": "https://organization.tencentcloudapi.com/?Action=QuitOrganization\r\n&OrgId=123\r\n&<公共请求参数>",
134
+ "input": "https://organization.tencentcloudapi.com/?Action=QuitOrganization\n&OrgId=101\n&<公共请求参数>",
135
135
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
136
136
  "title": "退出企业组织"
137
137
  }
@@ -147,7 +147,7 @@
147
147
  "UpdateOrganizationMember": [
148
148
  {
149
149
  "document": "",
150
- "input": "https://organization.tencentcloudapi.com/?Action=UpdateOrganizationMember\r\n&MemberUin=123\r\n&Name=\"test\"\r\n&Remark=\"test\"\r\n&<公共请求参数>",
150
+ "input": "https://organization.tencentcloudapi.com/?Action=UpdateOrganizationMember\n&MemberUin=100000000001\n&Name=\"member_name\"\n&Remark=\"create member\"\n&<公共请求参数>",
151
151
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
152
152
  "title": "更新企业成员信息"
153
153
  }
@@ -155,7 +155,7 @@
155
155
  "UpdateOrganizationNode": [
156
156
  {
157
157
  "document": "",
158
- "input": "https://organization.tencentcloudapi.com/?Action=UpdateOrganizationNode\r\n&NodeId=123\r\n&Name=\"test\"\r\n&ParentNodeId=11\r\n&<公共请求参数>",
158
+ "input": "https://organization.tencentcloudapi.com/?Action=UpdateOrganizationNode\n&NodeId=1001\n&Name=\"node_name\"\n&ParentNodeId=101\n&<公共请求参数>",
159
159
  "output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
160
160
  "title": "更新企业组织单元"
161
161
  }
@@ -4469,8 +4469,8 @@
4469
4469
  "members": [
4470
4470
  {
4471
4471
  "disabled": false,
4472
- "document": "策略Id",
4473
- "example": "133495775",
4472
+ "document": "策略Id。可以调用[ListPolicies](https://cloud.tencent.com/document/product/850/105311)获取",
4473
+ "example": "10001",
4474
4474
  "member": "uint64",
4475
4475
  "name": "PolicyId",
4476
4476
  "required": true,
@@ -4494,18 +4494,20 @@
4494
4494
  {
4495
4495
  "disabled": false,
4496
4496
  "document": "策略Id。",
4497
- "example": "10098",
4497
+ "example": "10001",
4498
4498
  "member": "uint64",
4499
4499
  "name": "PolicyId",
4500
+ "output_required": true,
4500
4501
  "type": "int",
4501
4502
  "value_allowed_null": false
4502
4503
  },
4503
4504
  {
4504
4505
  "disabled": false,
4505
4506
  "document": "策略名称。\n注意:此字段可能返回 null,表示取不到有效值。",
4506
- "example": "test_policy",
4507
+ "example": "policy_name",
4507
4508
  "member": "string",
4508
4509
  "name": "PolicyName",
4510
+ "output_required": true,
4509
4511
  "type": "string",
4510
4512
  "value_allowed_null": true
4511
4513
  },
@@ -4515,15 +4517,17 @@
4515
4517
  "example": "1",
4516
4518
  "member": "uint64",
4517
4519
  "name": "Type",
4520
+ "output_required": true,
4518
4521
  "type": "int",
4519
4522
  "value_allowed_null": false
4520
4523
  },
4521
4524
  {
4522
4525
  "disabled": false,
4523
4526
  "document": "策略描述。\n注意:此字段可能返回 null,表示取不到有效值。",
4524
- "example": "测试权限",
4527
+ "example": "cvm policy",
4525
4528
  "member": "string",
4526
4529
  "name": "Description",
4530
+ "output_required": true,
4527
4531
  "type": "string",
4528
4532
  "value_allowed_null": true
4529
4533
  },
@@ -4533,6 +4537,7 @@
4533
4537
  "example": "{\"version\":\"2.0\",\"statement\":[{\"effect\":\"allow\",\"action\":[\"name\\",
4534
4538
  "member": "string",
4535
4539
  "name": "PolicyDocument",
4540
+ "output_required": true,
4536
4541
  "type": "string",
4537
4542
  "value_allowed_null": true
4538
4543
  },
@@ -4542,6 +4547,7 @@
4542
4547
  "example": "2022-07-29 21:18:40",
4543
4548
  "member": "string",
4544
4549
  "name": "UpdateTime",
4550
+ "output_required": true,
4545
4551
  "type": "string",
4546
4552
  "value_allowed_null": true
4547
4553
  },
@@ -4551,6 +4557,7 @@
4551
4557
  "example": "2022-07-29 21:18:40",
4552
4558
  "member": "string",
4553
4559
  "name": "AddTime",
4560
+ "output_required": true,
4554
4561
  "type": "string",
4555
4562
  "value_allowed_null": true
4556
4563
  },
@@ -5761,7 +5768,7 @@
5761
5768
  {
5762
5769
  "disabled": false,
5763
5770
  "document": "关系策略。取值:Financial",
5764
- "example": "Finical",
5771
+ "example": "Financial",
5765
5772
  "member": "string",
5766
5773
  "name": "PolicyType",
5767
5774
  "required": true,
@@ -5788,7 +5795,7 @@
5788
5795
  {
5789
5796
  "disabled": false,
5790
5797
  "document": "备注。",
5791
- "example": "\"\"",
5798
+ "example": "invitation member",
5792
5799
  "member": "string",
5793
5800
  "name": "Remark",
5794
5801
  "required": false,
@@ -5806,7 +5813,7 @@
5806
5813
  {
5807
5814
  "disabled": false,
5808
5815
  "document": "代付者Uin。成员代付费时需要",
5809
- "example": "\"\"",
5816
+ "example": "100000000001",
5810
5817
  "member": "string",
5811
5818
  "name": "PayUin",
5812
5819
  "required": false,
@@ -5815,7 +5822,7 @@
5815
5822
  {
5816
5823
  "disabled": false,
5817
5824
  "document": "互信实名主体名称。",
5818
- "example": "\"\"",
5825
+ "example": "company_name",
5819
5826
  "member": "string",
5820
5827
  "name": "RelationAuthName",
5821
5828
  "required": false,
@@ -5824,7 +5831,7 @@
5824
5831
  {
5825
5832
  "disabled": false,
5826
5833
  "document": "互信主体证明文件列表。",
5827
- "example": "[]",
5834
+ "example": "[{\"Name\":\"file_name\",\"Url\":\"file/file_name.txt\"}]",
5828
5835
  "member": "AuthRelationFile",
5829
5836
  "name": "AuthFile",
5830
5837
  "required": false,
@@ -5833,7 +5840,7 @@
5833
5840
  {
5834
5841
  "disabled": false,
5835
5842
  "document": "成员标签列表。最大10个",
5836
- "example": "[]",
5843
+ "example": "[{\"Tagkey\":\"key\",\"TagValue\":\"value\"}]",
5837
5844
  "member": "Tag",
5838
5845
  "name": "Tags",
5839
5846
  "required": false,
@@ -6352,7 +6359,7 @@
6352
6359
  {
6353
6360
  "disabled": false,
6354
6361
  "document": "从上一页的响应中获取的下一页的Token值。\n如果是第一次请求,设置为空。",
6355
- "example": "\"\"",
6362
+ "example": "fgh363",
6356
6363
  "member": "string",
6357
6364
  "name": "PaginationToken",
6358
6365
  "required": false,
@@ -6361,7 +6368,7 @@
6361
6368
  {
6362
6369
  "disabled": false,
6363
6370
  "document": "标签键。",
6364
- "example": "\"\"",
6371
+ "example": "key",
6365
6372
  "member": "string",
6366
6373
  "name": "TagKey",
6367
6374
  "required": false,
@@ -6375,23 +6382,23 @@
6375
6382
  "members": [
6376
6383
  {
6377
6384
  "disabled": false,
6378
- "document": "资源及标签合规信息。\n注意:此字段可能返回 null,表示取不到有效值。",
6379
- "example": "",
6385
+ "document": "资源及标签合规信息。",
6386
+ "example": "[{\"Resource\":\"qcs::vpc::uin/1111111111:subnet/subnet1\",\"ComplianceDetails\":{\"ComplianceStatus\":true,\"KeysWithNonCompliantValues\":[\"key\"],\"NonCompliantKeys\":[\"key\"]},\"Tags\":[{\"TagKey\":\"key\",\"TagValue\":\"value\"}]}]",
6380
6387
  "member": "ResourceTagMapping",
6381
6388
  "name": "Items",
6382
6389
  "output_required": true,
6383
6390
  "type": "list",
6384
- "value_allowed_null": true
6391
+ "value_allowed_null": false
6385
6392
  },
6386
6393
  {
6387
6394
  "disabled": false,
6388
- "document": "获取的下一页的Token值。\n注意:此字段可能返回 null,表示取不到有效值。",
6389
- "example": "\"\"",
6395
+ "document": "获取的下一页的Token值。",
6396
+ "example": "fgh363",
6390
6397
  "member": "string",
6391
6398
  "name": "PaginationToken",
6392
6399
  "output_required": true,
6393
6400
  "type": "string",
6394
- "value_allowed_null": true
6401
+ "value_allowed_null": false
6395
6402
  },
6396
6403
  {
6397
6404
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6440,23 +6447,23 @@
6440
6447
  "members": [
6441
6448
  {
6442
6449
  "disabled": false,
6443
- "document": "总数。\n注意:此字段可能返回 null,表示取不到有效值。",
6450
+ "document": "总数。",
6444
6451
  "example": "1",
6445
6452
  "member": "int64",
6446
6453
  "name": "Total",
6447
6454
  "output_required": true,
6448
6455
  "type": "int",
6449
- "value_allowed_null": true
6456
+ "value_allowed_null": false
6450
6457
  },
6451
6458
  {
6452
6459
  "disabled": false,
6453
- "document": "委派管理员列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6454
- "example": "",
6460
+ "document": "委派管理员列表。",
6461
+ "example": "[{\"ServiceId\":1,\"ProductName\":\"CloudAudit\",\"MemberUin\":111111111111,\"MemberName\":\"mamber_name\",\"UsageStatus\":2,\"CreateTime\":\"2022-03-12 12:19:12\",\"ManagementScope\":1,\"ManagementScopeMembers\":[],\"ManagementScopeNodes\":[]}]",
6455
6462
  "member": "OrganizationServiceAssignMember",
6456
6463
  "name": "Items",
6457
6464
  "output_required": true,
6458
6465
  "type": "list",
6459
- "value_allowed_null": true
6466
+ "value_allowed_null": false
6460
6467
  },
6461
6468
  {
6462
6469
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6491,7 +6498,7 @@
6491
6498
  {
6492
6499
  "disabled": false,
6493
6500
  "document": "名称搜索关键字。",
6494
- "example": "test",
6501
+ "example": "identity_name",
6495
6502
  "member": "string",
6496
6503
  "name": "SearchKey",
6497
6504
  "required": false,
@@ -6523,23 +6530,23 @@
6523
6530
  "members": [
6524
6531
  {
6525
6532
  "disabled": false,
6526
- "document": "总数。\n注意:此字段可能返回 null,表示取不到有效值。",
6533
+ "document": "总数。",
6527
6534
  "example": "1",
6528
6535
  "member": "int64",
6529
6536
  "name": "Total",
6530
6537
  "output_required": true,
6531
6538
  "type": "int",
6532
- "value_allowed_null": true
6539
+ "value_allowed_null": false
6533
6540
  },
6534
6541
  {
6535
6542
  "disabled": false,
6536
- "document": "条目详情。\n注意:此字段可能返回 null,表示取不到有效值。",
6537
- "example": "",
6543
+ "document": "条目详情。",
6544
+ "example": "[{\"IdentityId\":1,\"IdentityAliasName\":\"identity_name\",\"Description\":\"\",\"IdentityPolicy\":[{\"PolicyId\":1,\"PolicyName\":\"AdministratorAccess\"}],\"IdentityType\":1,\"UpdateTime\":\"2021-07-15 21:08:38\"}]",
6538
6545
  "member": "OrgIdentity",
6539
6546
  "name": "Items",
6540
6547
  "output_required": true,
6541
6548
  "type": "list",
6542
- "value_allowed_null": true
6549
+ "value_allowed_null": false
6543
6550
  },
6544
6551
  {
6545
6552
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6574,7 +6581,7 @@
6574
6581
  {
6575
6582
  "disabled": false,
6576
6583
  "document": "名称搜索关键字。",
6577
- "example": "\"\"",
6584
+ "example": "cloudaudit",
6578
6585
  "member": "string",
6579
6586
  "name": "SearchKey",
6580
6587
  "required": false,
@@ -6588,23 +6595,23 @@
6588
6595
  "members": [
6589
6596
  {
6590
6597
  "disabled": false,
6591
- "document": "总数。\n注意:此字段可能返回 null,表示取不到有效值。",
6598
+ "document": "总数。",
6592
6599
  "example": "1",
6593
6600
  "member": "int64",
6594
6601
  "name": "Total",
6595
6602
  "output_required": true,
6596
6603
  "type": "int",
6597
- "value_allowed_null": true
6604
+ "value_allowed_null": false
6598
6605
  },
6599
6606
  {
6600
6607
  "disabled": false,
6601
- "document": "集团服务列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6602
- "example": "",
6608
+ "document": "集团服务列表。",
6609
+ "example": "[{\"ServiceId\":1,\"ProductName\":\"CloudAudit\",\"IsAssign\":1,\"CanAssignCount\":5,\"Description\":\"\",\"MemberNum\":\"0\",\"Document\":\"\",\"ConsoleUrl\":\"\",\"IsUsageStatus\":2,\"Product\":\"cloudaudit\",\"ServiceGrant\":2,\"GrantStatus\":\"Disabled\",\"IsSetManagementScope\":2}]",
6603
6610
  "member": "OrganizationServiceAssign",
6604
6611
  "name": "Items",
6605
6612
  "output_required": true,
6606
6613
  "type": "list",
6607
- "value_allowed_null": true
6614
+ "value_allowed_null": false
6608
6615
  },
6609
6616
  {
6610
6617
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6827,7 +6834,7 @@
6827
6834
  {
6828
6835
  "disabled": false,
6829
6836
  "document": "搜索关键字。按照策略名称搜索",
6830
- "example": "testName",
6837
+ "example": "policy_name",
6831
6838
  "member": "string",
6832
6839
  "name": "Keyword",
6833
6840
  "required": false,
@@ -6842,20 +6849,22 @@
6842
6849
  {
6843
6850
  "disabled": false,
6844
6851
  "document": "总数。",
6845
- "example": "12",
6852
+ "example": "1",
6846
6853
  "member": "uint64",
6847
6854
  "name": "TotalNum",
6855
+ "output_required": true,
6848
6856
  "type": "int",
6849
6857
  "value_allowed_null": false
6850
6858
  },
6851
6859
  {
6852
6860
  "disabled": false,
6853
- "document": "目标关联的策略列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6854
- "example": "",
6861
+ "document": "目标关联的策略列表。",
6862
+ "example": "[{\"StrategyId\":10001,\"StrategyName\":\"policy_name\",\"AddTime\":\"2022-08-07 20:20:09\",\"UpdateTime\":\"2022-08-07 20:20:09\",\"AttachTime\":\"2022-08-08 14:49:59\",\"Type\":2,\"Remark\":\"deny policy\",\"Uin\":111111111111,\"Name\":\"member_name\"}]",
6855
6863
  "member": "ListPoliciesForTarget",
6856
6864
  "name": "List",
6865
+ "output_required": true,
6857
6866
  "type": "list",
6858
- "value_allowed_null": true
6867
+ "value_allowed_null": false
6859
6868
  },
6860
6869
  {
6861
6870
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6899,7 +6908,7 @@
6899
6908
  {
6900
6909
  "disabled": false,
6901
6910
  "document": "搜索关键字。按照策略名搜索",
6902
- "example": "test_name",
6911
+ "example": "policy_name",
6903
6912
  "member": "string",
6904
6913
  "name": "Keyword",
6905
6914
  "required": false,
@@ -6923,20 +6932,22 @@
6923
6932
  {
6924
6933
  "disabled": false,
6925
6934
  "document": "策略总数",
6926
- "example": "12",
6935
+ "example": "1",
6927
6936
  "member": "uint64",
6928
6937
  "name": "TotalNum",
6938
+ "output_required": true,
6929
6939
  "type": "int",
6930
6940
  "value_allowed_null": false
6931
6941
  },
6932
6942
  {
6933
6943
  "disabled": false,
6934
- "document": "策略列表数据\n注意:此字段可能返回 null,表示取不到有效值。",
6935
- "example": "",
6944
+ "document": "策略列表数据",
6945
+ "example": "[{\"AddTime\":\"2022-08-04 16:04:17\",\"AttachedTimes\":0,\"Description\":\"deny policy\",\"PolicyId\":10001,\"PolicyName\":\"policy_name\",\"Type\":1,\"UpdateTime\":\"2022-08-04 16:04:17\"}]",
6936
6946
  "member": "ListPolicyNode",
6937
6947
  "name": "List",
6948
+ "output_required": true,
6938
6949
  "type": "list",
6939
- "value_allowed_null": true
6950
+ "value_allowed_null": false
6940
6951
  },
6941
6952
  {
6942
6953
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -7542,7 +7553,7 @@
7542
7553
  {
7543
7554
  "disabled": false,
7544
7555
  "document": "策略Id。",
7545
- "example": "10083",
7556
+ "example": "1001",
7546
7557
  "member": "uint64",
7547
7558
  "name": "PolicyId",
7548
7559
  "required": true,
@@ -7587,7 +7598,7 @@
7587
7598
  {
7588
7599
  "disabled": false,
7589
7600
  "document": "按照多个策略id搜索,空格隔开。",
7590
- "example": "831 832",
7601
+ "example": "10001 10002",
7591
7602
  "member": "string",
7592
7603
  "name": "Keyword",
7593
7604
  "required": false,
@@ -7602,20 +7613,22 @@
7602
7613
  {
7603
7614
  "disabled": false,
7604
7615
  "document": "总数。",
7605
- "example": "12",
7616
+ "example": "1",
7606
7617
  "member": "uint64",
7607
7618
  "name": "TotalNum",
7619
+ "output_required": true,
7608
7620
  "type": "int",
7609
7621
  "value_allowed_null": false
7610
7622
  },
7611
7623
  {
7612
7624
  "disabled": false,
7613
- "document": "指定SCP策略关联目标列表。\n注意:此字段可能返回 null,表示取不到有效值。",
7614
- "example": "",
7625
+ "document": "指定SCP策略关联目标列表。",
7626
+ "example": "[{\"AddTime\":\"2022-08-09 17:08:35\",\"Name\":\"member_name\",\"RelatedType\":1,\"Uin\":111111111111}]",
7615
7627
  "member": "ListTargetsForPolicyNode",
7616
7628
  "name": "List",
7629
+ "output_required": true,
7617
7630
  "type": "list",
7618
- "value_allowed_null": true
7631
+ "value_allowed_null": false
7619
7632
  },
7620
7633
  {
7621
7634
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -9569,7 +9582,7 @@
9569
9582
  {
9570
9583
  "disabled": false,
9571
9584
  "document": "企业组织ID",
9572
- "example": "1234",
9585
+ "example": "101",
9573
9586
  "member": "uint64",
9574
9587
  "name": "OrgId",
9575
9588
  "required": true,
@@ -11299,7 +11312,7 @@
11299
11312
  {
11300
11313
  "disabled": false,
11301
11314
  "document": "身份描述。",
11302
- "example": "\"\"",
11315
+ "example": "admin identity",
11303
11316
  "member": "string",
11304
11317
  "name": "Description",
11305
11318
  "required": true,
@@ -11308,7 +11321,7 @@
11308
11321
  {
11309
11322
  "disabled": false,
11310
11323
  "document": "身份策略。",
11311
- "example": "",
11324
+ "example": "[{\"PolicyId\":1,\"PolicyName\":\"AdministratorAccess\"}]",
11312
11325
  "member": "IdentityPolicy",
11313
11326
  "name": "IdentityPolicy",
11314
11327
  "required": true,
@@ -11407,7 +11420,7 @@
11407
11420
  {
11408
11421
  "disabled": false,
11409
11422
  "document": "成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,",
11410
- "example": "name",
11423
+ "example": "member_name",
11411
11424
  "member": "string",
11412
11425
  "name": "Name",
11413
11426
  "required": false,
@@ -11416,7 +11429,7 @@
11416
11429
  {
11417
11430
  "disabled": false,
11418
11431
  "document": "备注。最大长度为40个字符",
11419
- "example": "remark",
11432
+ "example": "create member",
11420
11433
  "member": "string",
11421
11434
  "name": "Remark",
11422
11435
  "required": false,
@@ -11425,7 +11438,7 @@
11425
11438
  {
11426
11439
  "disabled": false,
11427
11440
  "document": "关系策略类型。PolicyType不为空,PermissionIds不能为空。取值:Financial",
11428
- "example": "\"\"",
11441
+ "example": "Financial",
11429
11442
  "member": "string",
11430
11443
  "name": "PolicyType",
11431
11444
  "required": false,
@@ -11434,7 +11447,7 @@
11434
11447
  {
11435
11448
  "disabled": false,
11436
11449
  "document": "成员财务权限ID列表。PermissionIds不为空,PolicyType不能为空。\n取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费、8-成本分析,如果有值,1、2 默认必须",
11437
- "example": "",
11450
+ "example": "[1,2]",
11438
11451
  "member": "uint64",
11439
11452
  "name": "PermissionIds",
11440
11453
  "required": false,
@@ -11443,7 +11456,7 @@
11443
11456
  {
11444
11457
  "disabled": false,
11445
11458
  "document": "是否允许成员退出组织。取值:Allow-允许、Denied-不允许",
11446
- "example": "\"\"",
11459
+ "example": "allow",
11447
11460
  "member": "string",
11448
11461
  "name": "IsAllowQuit",
11449
11462
  "required": false,
@@ -11452,7 +11465,7 @@
11452
11465
  {
11453
11466
  "disabled": false,
11454
11467
  "document": "代付者Uin。成员财务权限有代付费时需要,取值为成员对应主体的主体管理员Uin",
11455
- "example": "\"\"",
11468
+ "example": "100000000001",
11456
11469
  "member": "string",
11457
11470
  "name": "PayUin",
11458
11471
  "required": false,