tccli 3.0.1340.1__py2.py3-none-any.whl → 3.0.1341.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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bh/bh_client.py +326 -8
  3. tccli/services/bh/v20230418/api.json +537 -0
  4. tccli/services/bh/v20230418/examples.json +48 -0
  5. tccli/services/ccc/v20200210/api.json +1 -1
  6. tccli/services/cdb/v20170320/api.json +144 -144
  7. tccli/services/cdb/v20170320/examples.json +19 -19
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/cwp/v20180228/api.json +106 -2
  10. tccli/services/cwp/v20180228/examples.json +12 -0
  11. tccli/services/cynosdb/v20190107/api.json +29 -2
  12. tccli/services/cynosdb/v20190107/examples.json +1 -1
  13. tccli/services/dsgc/v20190723/api.json +215 -17
  14. tccli/services/emr/v20190103/api.json +93 -0
  15. tccli/services/ess/v20201111/api.json +14 -3
  16. tccli/services/ims/v20200713/api.json +1 -1
  17. tccli/services/ims/v20200713/examples.json +1 -1
  18. tccli/services/kms/kms_client.py +915 -120
  19. tccli/services/kms/v20190118/api.json +1104 -27
  20. tccli/services/kms/v20190118/examples.json +126 -0
  21. tccli/services/lke/lke_client.py +228 -16
  22. tccli/services/lke/v20231130/api.json +1490 -217
  23. tccli/services/lke/v20231130/examples.json +33 -1
  24. tccli/services/ses/v20201002/api.json +8 -8
  25. tccli/services/tcss/v20201101/api.json +10 -0
  26. tccli/services/thpc/v20230321/api.json +32 -2
  27. tccli/services/tione/v20211111/api.json +11 -0
  28. tccli/services/trocket/trocket_client.py +53 -0
  29. tccli/services/trocket/v20230308/api.json +228 -138
  30. tccli/services/trocket/v20230308/examples.json +14 -6
  31. tccli/services/vpc/v20170312/api.json +9 -0
  32. tccli/services/waf/v20180125/api.json +59 -21
  33. tccli/services/wedata/v20210820/api.json +432 -10
  34. tccli/services/wedata/v20210820/examples.json +17 -1
  35. tccli/services/wedata/wedata_client.py +114 -8
  36. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
42
42
  "output": "BindDeviceResourceResponse",
43
43
  "status": "online"
44
44
  },
45
+ "CheckLDAPConnection": {
46
+ "document": "测试LDAP连接",
47
+ "input": "CheckLDAPConnectionRequest",
48
+ "name": "测试LDAP连接",
49
+ "output": "CheckLDAPConnectionResponse",
50
+ "status": "online"
51
+ },
45
52
  "CreateAccessWhiteListRule": {
46
53
  "document": "添加访问白名单规则",
47
54
  "input": "CreateAccessWhiteListRuleRequest",
@@ -287,6 +294,13 @@
287
294
  "output": "DescribeDomainsResponse",
288
295
  "status": "online"
289
296
  },
297
+ "DescribeLDAPUnitSet": {
298
+ "document": "获取LDAP ou 列表",
299
+ "input": "DescribeLDAPUnitSetRequest",
300
+ "name": "获取LDAP ou 列表",
301
+ "output": "DescribeLDAPUnitSetResponse",
302
+ "status": "online"
303
+ },
290
304
  "DescribeLoginEvent": {
291
305
  "document": "查询登录日志",
292
306
  "input": "DescribeLoginEventRequest",
@@ -378,6 +392,13 @@
378
392
  "output": "ModifyDeviceGroupResponse",
379
393
  "status": "online"
380
394
  },
395
+ "ModifyLDAPSetting": {
396
+ "document": "修改LDAP配置信息",
397
+ "input": "ModifyLDAPSettingRequest",
398
+ "name": "修改LDAP配置信息",
399
+ "output": "ModifyLDAPSettingResponse",
400
+ "status": "online"
401
+ },
381
402
  "ModifyOAuthSetting": {
382
403
  "document": "设置OAuth认证参数",
383
404
  "input": "ModifyOAuthSettingRequest",
@@ -413,6 +434,13 @@
413
434
  "output": "ModifyUserGroupResponse",
414
435
  "status": "online"
415
436
  },
437
+ "ReplaySession": {
438
+ "document": "会话回放",
439
+ "input": "ReplaySessionRequest",
440
+ "name": "会话回放",
441
+ "output": "ReplaySessionResponse",
442
+ "status": "online"
443
+ },
416
444
  "ResetDeviceAccountPassword": {
417
445
  "document": "清除设备账号绑定密码",
418
446
  "input": "ResetDeviceAccountPasswordRequest",
@@ -510,6 +538,20 @@
510
538
  "name": "搜索运维任务执行结果",
511
539
  "output": "SearchTaskResultResponse",
512
540
  "status": "online"
541
+ },
542
+ "SetLDAPSyncFlag": {
543
+ "document": "设置LDAP 立即同步标记",
544
+ "input": "SetLDAPSyncFlagRequest",
545
+ "name": "设置LDAP 立即同步标记",
546
+ "output": "SetLDAPSyncFlagResponse",
547
+ "status": "online"
548
+ },
549
+ "UnlockUser": {
550
+ "document": "解锁用户",
551
+ "input": "UnlockUserRequest",
552
+ "name": "解锁用户",
553
+ "output": "UnlockUserResponse",
554
+ "status": "online"
513
555
  }
514
556
  },
515
557
  "metadata": {
@@ -1896,6 +1938,105 @@
1896
1938
  ],
1897
1939
  "usage": "out"
1898
1940
  },
1941
+ "CheckLDAPConnectionRequest": {
1942
+ "document": "CheckLDAPConnection请求参数结构体",
1943
+ "members": [
1944
+ {
1945
+ "disabled": false,
1946
+ "document": "是否开启LDAP认证,必须为true",
1947
+ "example": "true",
1948
+ "member": "bool",
1949
+ "name": "Enable",
1950
+ "required": true,
1951
+ "type": "bool"
1952
+ },
1953
+ {
1954
+ "disabled": false,
1955
+ "document": "服务器地址",
1956
+ "example": "10.10.10.1",
1957
+ "member": "string",
1958
+ "name": "Ip",
1959
+ "required": true,
1960
+ "type": "string"
1961
+ },
1962
+ {
1963
+ "disabled": false,
1964
+ "document": "服务端口",
1965
+ "example": "389",
1966
+ "member": "uint64",
1967
+ "name": "Port",
1968
+ "required": true,
1969
+ "type": "int"
1970
+ },
1971
+ {
1972
+ "disabled": false,
1973
+ "document": "是否开启SSL,false-不开启,true-开启",
1974
+ "example": "true",
1975
+ "member": "bool",
1976
+ "name": "EnableSSL",
1977
+ "required": true,
1978
+ "type": "bool"
1979
+ },
1980
+ {
1981
+ "disabled": false,
1982
+ "document": "Base DN",
1983
+ "example": "bh-test-DN",
1984
+ "member": "string",
1985
+ "name": "BaseDN",
1986
+ "required": true,
1987
+ "type": "string"
1988
+ },
1989
+ {
1990
+ "disabled": false,
1991
+ "document": "管理员账号",
1992
+ "example": "admin",
1993
+ "member": "string",
1994
+ "name": "AdminAccount",
1995
+ "required": true,
1996
+ "type": "string"
1997
+ },
1998
+ {
1999
+ "disabled": false,
2000
+ "document": "管理员密码",
2001
+ "example": "pwd",
2002
+ "member": "string",
2003
+ "name": "AdminPassword",
2004
+ "required": true,
2005
+ "type": "string"
2006
+ },
2007
+ {
2008
+ "disabled": false,
2009
+ "document": "备用服务器地址",
2010
+ "example": "10.10.10.2",
2011
+ "member": "string",
2012
+ "name": "IpBackup",
2013
+ "required": false,
2014
+ "type": "string"
2015
+ },
2016
+ {
2017
+ "disabled": false,
2018
+ "document": "网络域id",
2019
+ "example": "net-default",
2020
+ "member": "string",
2021
+ "name": "DomainId",
2022
+ "required": false,
2023
+ "type": "string"
2024
+ }
2025
+ ],
2026
+ "type": "object"
2027
+ },
2028
+ "CheckLDAPConnectionResponse": {
2029
+ "document": "CheckLDAPConnection返回参数结构体",
2030
+ "members": [
2031
+ {
2032
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2033
+ "member": "string",
2034
+ "name": "RequestId",
2035
+ "type": "string"
2036
+ }
2037
+ ],
2038
+ "type": "object"
2039
+ },
1899
2040
  "Clb": {
1900
2041
  "document": "负载均衡",
1901
2042
  "members": [
@@ -4688,6 +4829,133 @@
4688
4829
  ],
4689
4830
  "type": "object"
4690
4831
  },
4832
+ "DescribeLDAPUnitSetRequest": {
4833
+ "document": "DescribeLDAPUnitSet请求参数结构体",
4834
+ "members": [
4835
+ {
4836
+ "disabled": false,
4837
+ "document": "是否开启LDAP认证,true-开启",
4838
+ "example": "true",
4839
+ "member": "bool",
4840
+ "name": "Enable",
4841
+ "required": true,
4842
+ "type": "bool"
4843
+ },
4844
+ {
4845
+ "disabled": false,
4846
+ "document": "服务器地址",
4847
+ "example": "10.10.10.1",
4848
+ "member": "string",
4849
+ "name": "Ip",
4850
+ "required": true,
4851
+ "type": "string"
4852
+ },
4853
+ {
4854
+ "disabled": false,
4855
+ "document": "服务端口",
4856
+ "example": "389",
4857
+ "member": "uint64",
4858
+ "name": "Port",
4859
+ "required": true,
4860
+ "type": "int"
4861
+ },
4862
+ {
4863
+ "disabled": false,
4864
+ "document": "是否开启SSL,false-不开启,true-开启",
4865
+ "example": "true",
4866
+ "member": "bool",
4867
+ "name": "EnableSSL",
4868
+ "required": true,
4869
+ "type": "bool"
4870
+ },
4871
+ {
4872
+ "disabled": false,
4873
+ "document": "Base DN",
4874
+ "example": "bh-test-DN",
4875
+ "member": "string",
4876
+ "name": "BaseDN",
4877
+ "required": true,
4878
+ "type": "string"
4879
+ },
4880
+ {
4881
+ "disabled": false,
4882
+ "document": "管理员账号",
4883
+ "example": "admin",
4884
+ "member": "string",
4885
+ "name": "AdminAccount",
4886
+ "required": true,
4887
+ "type": "string"
4888
+ },
4889
+ {
4890
+ "disabled": false,
4891
+ "document": "管理员密码",
4892
+ "example": "pwd",
4893
+ "member": "string",
4894
+ "name": "AdminPassword",
4895
+ "required": true,
4896
+ "type": "string"
4897
+ },
4898
+ {
4899
+ "disabled": false,
4900
+ "document": "用户名映射属性",
4901
+ "example": "attr-user-name",
4902
+ "member": "string",
4903
+ "name": "AttributeUserName",
4904
+ "required": true,
4905
+ "type": "string"
4906
+ },
4907
+ {
4908
+ "disabled": false,
4909
+ "document": "部门过滤",
4910
+ "example": "bh-attr-test",
4911
+ "member": "string",
4912
+ "name": "AttributeUnit",
4913
+ "required": true,
4914
+ "type": "string"
4915
+ },
4916
+ {
4917
+ "disabled": false,
4918
+ "document": "备用服务器地址",
4919
+ "example": "10.10.10.2",
4920
+ "member": "string",
4921
+ "name": "IpBackup",
4922
+ "required": false,
4923
+ "type": "string"
4924
+ },
4925
+ {
4926
+ "disabled": false,
4927
+ "document": "网络域Id",
4928
+ "example": "net-default",
4929
+ "member": "string",
4930
+ "name": "DomainId",
4931
+ "required": false,
4932
+ "type": "string"
4933
+ }
4934
+ ],
4935
+ "type": "object"
4936
+ },
4937
+ "DescribeLDAPUnitSetResponse": {
4938
+ "document": "DescribeLDAPUnitSet返回参数结构体",
4939
+ "members": [
4940
+ {
4941
+ "disabled": false,
4942
+ "document": "ou 列表",
4943
+ "example": "[]",
4944
+ "member": "string",
4945
+ "name": "UnitSet",
4946
+ "output_required": true,
4947
+ "type": "list",
4948
+ "value_allowed_null": false
4949
+ },
4950
+ {
4951
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4952
+ "member": "string",
4953
+ "name": "RequestId",
4954
+ "type": "string"
4955
+ }
4956
+ ],
4957
+ "type": "object"
4958
+ },
4691
4959
  "DescribeLoginEventRequest": {
4692
4960
  "document": "DescribeLoginEvent请求参数结构体",
4693
4961
  "members": [
@@ -6861,6 +7129,204 @@
6861
7129
  ],
6862
7130
  "type": "object"
6863
7131
  },
7132
+ "ModifyLDAPSettingRequest": {
7133
+ "document": "ModifyLDAPSetting请求参数结构体",
7134
+ "members": [
7135
+ {
7136
+ "disabled": false,
7137
+ "document": "是否开启LDAP认证,false-不开启,true-开启",
7138
+ "example": "true",
7139
+ "member": "bool",
7140
+ "name": "Enable",
7141
+ "required": true,
7142
+ "type": "bool"
7143
+ },
7144
+ {
7145
+ "disabled": false,
7146
+ "document": "服务器地址",
7147
+ "example": "10.10.10.1",
7148
+ "member": "string",
7149
+ "name": "Ip",
7150
+ "required": false,
7151
+ "type": "string"
7152
+ },
7153
+ {
7154
+ "disabled": false,
7155
+ "document": "备用服务器地址",
7156
+ "example": "10.10.10.2",
7157
+ "member": "string",
7158
+ "name": "IpBackup",
7159
+ "required": false,
7160
+ "type": "string"
7161
+ },
7162
+ {
7163
+ "disabled": false,
7164
+ "document": "服务端口",
7165
+ "example": "389",
7166
+ "member": "uint64",
7167
+ "name": "Port",
7168
+ "required": false,
7169
+ "type": "int"
7170
+ },
7171
+ {
7172
+ "disabled": false,
7173
+ "document": "是否开启SSL,false-不开启,true-开启",
7174
+ "example": "true",
7175
+ "member": "bool",
7176
+ "name": "EnableSSL",
7177
+ "required": false,
7178
+ "type": "bool"
7179
+ },
7180
+ {
7181
+ "disabled": false,
7182
+ "document": "Base DN",
7183
+ "example": "base-dn",
7184
+ "member": "string",
7185
+ "name": "BaseDN",
7186
+ "required": false,
7187
+ "type": "string"
7188
+ },
7189
+ {
7190
+ "disabled": false,
7191
+ "document": "管理员账号",
7192
+ "example": "admin",
7193
+ "member": "string",
7194
+ "name": "AdminAccount",
7195
+ "required": false,
7196
+ "type": "string"
7197
+ },
7198
+ {
7199
+ "disabled": false,
7200
+ "document": "管理员密码",
7201
+ "example": "adminpwd",
7202
+ "member": "string",
7203
+ "name": "AdminPassword",
7204
+ "required": false,
7205
+ "type": "string"
7206
+ },
7207
+ {
7208
+ "disabled": false,
7209
+ "document": "用户属性",
7210
+ "example": "attr-user",
7211
+ "member": "string",
7212
+ "name": "AttributeUser",
7213
+ "required": false,
7214
+ "type": "string"
7215
+ },
7216
+ {
7217
+ "disabled": false,
7218
+ "document": "用户名属性",
7219
+ "example": "attr-username",
7220
+ "member": "string",
7221
+ "name": "AttributeUserName",
7222
+ "required": false,
7223
+ "type": "string"
7224
+ },
7225
+ {
7226
+ "disabled": false,
7227
+ "document": "自动同步,false-不开启,true-开启",
7228
+ "example": "true",
7229
+ "member": "bool",
7230
+ "name": "AutoSync",
7231
+ "required": false,
7232
+ "type": "bool"
7233
+ },
7234
+ {
7235
+ "disabled": false,
7236
+ "document": "覆盖用户信息,false-不开启,true-开启",
7237
+ "example": "true",
7238
+ "member": "bool",
7239
+ "name": "Overwrite",
7240
+ "required": false,
7241
+ "type": "bool"
7242
+ },
7243
+ {
7244
+ "disabled": false,
7245
+ "document": "同步周期,30~60000之间的整数",
7246
+ "example": "30",
7247
+ "member": "uint64",
7248
+ "name": "SyncPeriod",
7249
+ "required": false,
7250
+ "type": "int"
7251
+ },
7252
+ {
7253
+ "disabled": false,
7254
+ "document": "是否同步全部,false-不开启,true-开启",
7255
+ "example": "true",
7256
+ "member": "bool",
7257
+ "name": "SyncAll",
7258
+ "required": false,
7259
+ "type": "bool"
7260
+ },
7261
+ {
7262
+ "disabled": false,
7263
+ "document": "同步OU列表,SyncAll为false时必传",
7264
+ "example": "[]",
7265
+ "member": "string",
7266
+ "name": "SyncUnitSet",
7267
+ "required": false,
7268
+ "type": "list"
7269
+ },
7270
+ {
7271
+ "disabled": false,
7272
+ "document": "组织单元属性",
7273
+ "example": "unit",
7274
+ "member": "string",
7275
+ "name": "AttributeUnit",
7276
+ "required": false,
7277
+ "type": "string"
7278
+ },
7279
+ {
7280
+ "disabled": false,
7281
+ "document": "用户姓名属性",
7282
+ "example": "realname",
7283
+ "member": "string",
7284
+ "name": "AttributeRealName",
7285
+ "required": false,
7286
+ "type": "string"
7287
+ },
7288
+ {
7289
+ "disabled": false,
7290
+ "document": "手机号属性",
7291
+ "example": "phone",
7292
+ "member": "string",
7293
+ "name": "AttributePhone",
7294
+ "required": false,
7295
+ "type": "string"
7296
+ },
7297
+ {
7298
+ "disabled": false,
7299
+ "document": "邮箱属性",
7300
+ "example": "email",
7301
+ "member": "string",
7302
+ "name": "AttributeEmail",
7303
+ "required": false,
7304
+ "type": "string"
7305
+ },
7306
+ {
7307
+ "disabled": false,
7308
+ "document": "网络域Id",
7309
+ "example": "net-default",
7310
+ "member": "string",
7311
+ "name": "DomainId",
7312
+ "required": false,
7313
+ "type": "string"
7314
+ }
7315
+ ],
7316
+ "type": "object"
7317
+ },
7318
+ "ModifyLDAPSettingResponse": {
7319
+ "document": "ModifyLDAPSetting返回参数结构体",
7320
+ "members": [
7321
+ {
7322
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7323
+ "member": "string",
7324
+ "name": "RequestId",
7325
+ "type": "string"
7326
+ }
7327
+ ],
7328
+ "type": "object"
7329
+ },
6864
7330
  "ModifyOAuthSettingRequest": {
6865
7331
  "document": "ModifyOAuthSetting请求参数结构体",
6866
7332
  "members": [
@@ -7484,6 +7950,33 @@
7484
7950
  ],
7485
7951
  "usage": "out"
7486
7952
  },
7953
+ "ReplaySessionRequest": {
7954
+ "document": "ReplaySession请求参数结构体",
7955
+ "members": [
7956
+ {
7957
+ "disabled": false,
7958
+ "document": "会话Sid",
7959
+ "example": "we123wrwqqw",
7960
+ "member": "string",
7961
+ "name": "Sid",
7962
+ "required": true,
7963
+ "type": "string"
7964
+ }
7965
+ ],
7966
+ "type": "object"
7967
+ },
7968
+ "ReplaySessionResponse": {
7969
+ "document": "ReplaySession返回参数结构体",
7970
+ "members": [
7971
+ {
7972
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7973
+ "member": "string",
7974
+ "name": "RequestId",
7975
+ "type": "string"
7976
+ }
7977
+ ],
7978
+ "type": "object"
7979
+ },
7487
7980
  "ResetDeviceAccountPasswordRequest": {
7488
7981
  "document": "ResetDeviceAccountPassword请求参数结构体",
7489
7982
  "members": [
@@ -10137,6 +10630,23 @@
10137
10630
  ],
10138
10631
  "usage": "out"
10139
10632
  },
10633
+ "SetLDAPSyncFlagRequest": {
10634
+ "document": "SetLDAPSyncFlag请求参数结构体",
10635
+ "members": [],
10636
+ "type": "object"
10637
+ },
10638
+ "SetLDAPSyncFlagResponse": {
10639
+ "document": "SetLDAPSyncFlag返回参数结构体",
10640
+ "members": [
10641
+ {
10642
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10643
+ "member": "string",
10644
+ "name": "RequestId",
10645
+ "type": "string"
10646
+ }
10647
+ ],
10648
+ "type": "object"
10649
+ },
10140
10650
  "TagFilter": {
10141
10651
  "document": "资产标签",
10142
10652
  "members": [
@@ -10257,6 +10767,33 @@
10257
10767
  ],
10258
10768
  "usage": "out"
10259
10769
  },
10770
+ "UnlockUserRequest": {
10771
+ "document": "UnlockUser请求参数结构体",
10772
+ "members": [
10773
+ {
10774
+ "disabled": false,
10775
+ "document": "用户id",
10776
+ "example": "[1]",
10777
+ "member": "uint64",
10778
+ "name": "IdSet",
10779
+ "required": true,
10780
+ "type": "list"
10781
+ }
10782
+ ],
10783
+ "type": "object"
10784
+ },
10785
+ "UnlockUserResponse": {
10786
+ "document": "UnlockUser返回参数结构体",
10787
+ "members": [
10788
+ {
10789
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10790
+ "member": "string",
10791
+ "name": "RequestId",
10792
+ "type": "string"
10793
+ }
10794
+ ],
10795
+ "type": "object"
10796
+ },
10260
10797
  "User": {
10261
10798
  "document": "用户信息",
10262
10799
  "members": [
@@ -48,6 +48,14 @@
48
48
  "title": "修改资产绑定的堡垒机服务"
49
49
  }
50
50
  ],
51
+ "CheckLDAPConnection": [
52
+ {
53
+ "document": "测试LDAP连接",
54
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckLDAPConnection\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminPassword\": \"pwd\",\n \"Ip\": \"10.10.1.10\",\n \"BaseDN\": \"bh-test-DN\",\n \"EnableSSL\": true,\n \"IpBackup\": \"\",\n \"AdminAccount\": \"admin\",\n \"Port\": 80\n}",
55
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
56
+ "title": "测试LDAP连接"
57
+ }
58
+ ],
51
59
  "CreateAccessWhiteListRule": [
52
60
  {
53
61
  "document": "新建访问白名单规则",
@@ -352,6 +360,14 @@
352
360
  "title": "查询网络域"
353
361
  }
354
362
  ],
363
+ "DescribeLDAPUnitSet": [
364
+ {
365
+ "document": "获取LDAP ou 列表",
366
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLDAPUnitSet\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminPassword\": \"pwd\",\n \"Ip\": \"192.168.0.1\",\n \"BaseDN\": \"bh-base-dn\",\n \"EnableSSL\": true,\n \"IpBackup\": \"\",\n \"AttributeUserName\": \"attr-user\",\n \"AdminAccount\": \"admin\",\n \"AttributeUnit\": \"attr-uint\",\n \"Port\": 22\n}",
367
+ "output": "{\n \"Response\": {\n \"UnitSet\": [\n \"bh-test-uint\"\n ],\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
368
+ "title": "获取LDAP ou 列表"
369
+ }
370
+ ],
355
371
  "DescribeLoginEvent": [
356
372
  {
357
373
  "document": "",
@@ -462,6 +478,14 @@
462
478
  "title": "修改资产组"
463
479
  }
464
480
  ],
481
+ "ModifyLDAPSetting": [
482
+ {
483
+ "document": "修改LDAP配置信息",
484
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLDAPSetting\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminAccount\": \"admin\",\n \"AttributeEmail\": \"bhtets@email.com\",\n \"AdminPassword\": \"password\",\n \"AutoSync\": true,\n \"Ip\": \"172.168.0.1\",\n \"BaseDN\": \"bhtest-dn\",\n \"SyncPeriod\": 1,\n \"SyncAll\": true,\n \"EnableSSL\": true,\n \"AttributeRealName\": \"attrRealName\",\n \"SyncUnitSet\": [\n \"\"\n ],\n \"IpBackup\": \"\",\n \"AttributeUser\": \"user\",\n \"AttributeUserName\": \"testusername\",\n \"AttributePhone\": \"phone\",\n \"AttributeUnit\": \"unit\",\n \"Port\": 1,\n \"Overwrite\": true\n}",
485
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9e5a83b7-564a-4831-8111-28a4ec740c61\"\n }\n}",
486
+ "title": "修改LDAP配置信息"
487
+ }
488
+ ],
465
489
  "ModifyOAuthSetting": [
466
490
  {
467
491
  "document": "",
@@ -502,6 +526,14 @@
502
526
  "title": "新建主机成功"
503
527
  }
504
528
  ],
529
+ "ReplaySession": [
530
+ {
531
+ "document": "会话回放",
532
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaySession\n<公共请求参数>\n\n{\n \"Sid\": \"1weqr234131qw\"\n}",
533
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
534
+ "title": "会话回放"
535
+ }
536
+ ],
505
537
  "ResetDeviceAccountPassword": [
506
538
  {
507
539
  "document": "清除设备账号绑定密码",
@@ -613,6 +645,22 @@
613
645
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c241022e-c50d-47b2-9748-691a09c143c4\",\n \"TaskResult\": [\n {\n \"UserName\": \"nick\",\n \"Status\": 0,\n \"Name\": \"nic\",\n \"FromIp\": \"192.168.0.1\",\n \"StartTime\": \"2020-09-22T00:00:00+08:00\",\n \"EndTime\": \"2020-09-22T00:00:00+08:00\",\n \"Id\": \"1\",\n \"RealName\": \"tom\",\n \"OperationId\": \"ops-adexdea\"\n }\n ]\n }\n}",
614
646
  "title": "搜索运维任务执行结果"
615
647
  }
648
+ ],
649
+ "SetLDAPSyncFlag": [
650
+ {
651
+ "document": "设置LDAP 立即同步标记",
652
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLDAPSyncFlag\n<公共请求参数>\n\n{}",
653
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
654
+ "title": "设置LDAP 立即同步标记"
655
+ }
656
+ ],
657
+ "UnlockUser": [
658
+ {
659
+ "document": "",
660
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockUser\n<公共请求参数>\n\n{\n \"IdSet\": [\n 1\n ]\n}",
661
+ "output": "{\n \"Response\": {\n \"RequestId\": \"sdfsadf-sdfasd-sdfsad-sdf2222\"\n }\n}",
662
+ "title": "解锁用户"
663
+ }
616
664
  ]
617
665
  },
618
666
  "version": "1.0"