tccli 3.0.1342.1__py2.py3-none-any.whl → 3.0.1344.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +107 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +40 -40
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +65 -1
- tccli/services/ecm/v20190719/api.json +14 -14
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +16 -7
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +189 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +137 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/teo_client.py +269 -4
- tccli/services/teo/v20220901/api.json +502 -23
- tccli/services/teo/v20220901/examples.json +77 -1
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +73 -80
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +87 -79
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1342.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -90,6 +90,20 @@
|
|
90
90
|
"name": "查看软件详情列表",
|
91
91
|
"output": "DescribeSoftwareInformationResponse",
|
92
92
|
"status": "online"
|
93
|
+
},
|
94
|
+
"DescribeVirtualDevices": {
|
95
|
+
"document": "展示自定义分组终端列表,私有化调用path为:/capi/Assets/DescribeVirtualDevices",
|
96
|
+
"input": "DescribeVirtualDevicesRequest",
|
97
|
+
"name": "展示自定义分组终端列表",
|
98
|
+
"output": "DescribeVirtualDevicesResponse",
|
99
|
+
"status": "online"
|
100
|
+
},
|
101
|
+
"ModifyVirtualDeviceGroups": {
|
102
|
+
"document": "终端自定义分组增减终端,私有化调用path为:/capi/Assets/Device/ModifyVirtualDeviceGroups",
|
103
|
+
"input": "ModifyVirtualDeviceGroupsRequest",
|
104
|
+
"name": "终端手动自定义分组增减终端",
|
105
|
+
"output": "ModifyVirtualDeviceGroupsResponse",
|
106
|
+
"status": "online"
|
93
107
|
}
|
94
108
|
},
|
95
109
|
"metadata": {
|
@@ -307,10 +321,19 @@
|
|
307
321
|
"CreateDeviceVirtualGroupRequest": {
|
308
322
|
"document": "CreateDeviceVirtualGroup请求参数结构体",
|
309
323
|
"members": [
|
324
|
+
{
|
325
|
+
"disabled": false,
|
326
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
327
|
+
"example": "1",
|
328
|
+
"member": "string",
|
329
|
+
"name": "DomainInstanceId",
|
330
|
+
"required": false,
|
331
|
+
"type": "string"
|
332
|
+
},
|
310
333
|
{
|
311
334
|
"disabled": false,
|
312
335
|
"document": "必填,终端自定义分组名",
|
313
|
-
"example": "
|
336
|
+
"example": "分组名称1",
|
314
337
|
"member": "string",
|
315
338
|
"name": "DeviceVirtualGroupName",
|
316
339
|
"required": false,
|
@@ -319,7 +342,7 @@
|
|
319
342
|
{
|
320
343
|
"disabled": false,
|
321
344
|
"document": "详情",
|
322
|
-
"example": "
|
345
|
+
"example": "此定义分组用于测试",
|
323
346
|
"member": "string",
|
324
347
|
"name": "Description",
|
325
348
|
"required": false,
|
@@ -355,7 +378,7 @@
|
|
355
378
|
{
|
356
379
|
"disabled": false,
|
357
380
|
"document": "选填,手动分组不填,自动划分分组的划分规则数据",
|
358
|
-
"example": "
|
381
|
+
"example": "{\"SimpleRules\":[{\"Expressions\":[{\"Items\":[{\"Key\":\"name\",\"Operate\":\"包含\",\"Value\":\"lucal\"}],\"Relation\":\"并且\"}]}]}",
|
359
382
|
"member": "ComplexRule",
|
360
383
|
"name": "AutoRules",
|
361
384
|
"required": false,
|
@@ -1984,6 +2007,107 @@
|
|
1984
2007
|
],
|
1985
2008
|
"type": "object"
|
1986
2009
|
},
|
2010
|
+
"DescribeVirtualDevicesPageRsp": {
|
2011
|
+
"document": "返回的具体Data数据",
|
2012
|
+
"members": [
|
2013
|
+
{
|
2014
|
+
"disabled": false,
|
2015
|
+
"document": "数据分页信息",
|
2016
|
+
"example": "{\"Total\":1,\"PageNum\":1,\"PageSize\":10,\"PageCount\":1}",
|
2017
|
+
"member": "Paging",
|
2018
|
+
"name": "Paging",
|
2019
|
+
"output_required": false,
|
2020
|
+
"required": false,
|
2021
|
+
"type": "object",
|
2022
|
+
"value_allowed_null": false
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"disabled": false,
|
2026
|
+
"document": "设备列表",
|
2027
|
+
"example": "[{\"Id\":35,\"Status\":5,\"Ip\":\"42.81.192.121\",\"GroupId\":14,\"Name\":\"ZHI\",\"OsType\":0,\"UserName\":\"xxx\",\"Mid\":\"25BAF276FA7B97ACED6ACB416CEF298667E3BB0E\",\"MacAddr\":\"00:1C:42:1F:48:82\"}]",
|
2028
|
+
"member": "DeviceDetail",
|
2029
|
+
"name": "Items",
|
2030
|
+
"output_required": false,
|
2031
|
+
"required": false,
|
2032
|
+
"type": "list",
|
2033
|
+
"value_allowed_null": false
|
2034
|
+
}
|
2035
|
+
],
|
2036
|
+
"usage": "both"
|
2037
|
+
},
|
2038
|
+
"DescribeVirtualDevicesRequest": {
|
2039
|
+
"document": "DescribeVirtualDevices请求参数结构体",
|
2040
|
+
"members": [
|
2041
|
+
{
|
2042
|
+
"disabled": false,
|
2043
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
2044
|
+
"example": "1",
|
2045
|
+
"member": "string",
|
2046
|
+
"name": "DomainInstanceId",
|
2047
|
+
"required": false,
|
2048
|
+
"type": "string"
|
2049
|
+
},
|
2050
|
+
{
|
2051
|
+
"disabled": false,
|
2052
|
+
"document": "过滤条件参数(字段含义请参考接口返回值)- Mid, 类型String,支持操作:【eq,like,ilike】,支持排序- Name, 类型String,支持操作:【eq,like,ilike】,支持排序- Itime, 类型String,支持操作:【eq,like,ilike】,支持排序- UserName, 类型String,支持操作:【eq,like,ilike】,支持排序- MacAddr, 类型String,支持操作:【eq,like,ilike】,支持排序- UserId, 类型String,支持操作:【eq,like,ilike】,支持排序- Ip, 类型String,支持操作:【eq,like,ilike】,支持排序- Tags,类型String,支持操作:【eq,like,ilike】,支持排序- LocalIpList,类型String,支持操作:【eq,like,ilike】,支持排序- SerialNum,类型String,支持操作:【eq,like,ilike】,支持排序- Version,类型String,支持操作:【eq,like,ilike】,支持排序- StrVersion,类型String,支持操作:【eq,like,ilike】,支持排序- RtpStatus,类型String,支持操作:【eq,like,ilike】,**不支持排序**- HostName,类型String,支持操作:【eq,like,ilike】,支持排序- IoaUserName,类型String,支持操作:【eq,like,ilike】,支持排序- GroupName,类型String,支持操作:【eq,like,ilike】,支持排序- CriticalVulListCount,**类型Int**,支持操作:【eq】,**不支持排序**- RiskCount,**类型Int**,支持操作:【eq】,**不支持排序**- VulVersion,类型String,支持操作:【eq,like,ilike】,**不支持排序**- Virusver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- SysRepver,类型String,支持操作:【eq,like,ilike】,**不支持排序**- BaseBoardSn,类型String,支持操作:【eq,like,ilike】,支持排序- Os,类型String,支持操作:【eq,like,ilike】,支持排序- ConnActiveTime,类型String,支持操作:【eq,like,ilike】,**不支持排序**- FirewallStatus,**类型Int**,支持操作:【eq】,**不支持排序**- ProfileName,类型String,支持操作:【eq,like,ilike】,支持排序- DomainName,类型String,支持操作:【eq,like,ilike】,支持排序- SysRepVersion,类型String,支持操作:【eq,like,ilike】,支持排序- VirusVer,类型String,支持操作:【eq,like,ilike】,支持排序- Cpu,类型String,支持操作:【eq,like,ilike】,支持排序- Memory,类型String,支持操作:【eq,like,ilike】,支持排序- HardDiskSize,类型String,支持操作:【eq,like,ilike】,支持排序- HardwareChangeCount,**类型Int**,支持操作:【eq】,支持排序- AccountName,类型String,支持操作:【like.ilike】,支持排序- AccountGroupName,类型String,支持操作:【like.ilike】,支持排序- ScreenRecordingPermission,**类型Int**,支持操作:【eq】,支持排序- DiskAccessPermission,**类型Int**,支持操作:【eq】,支持排序分页参数- PageNum 从1开始,小于等于0时使用默认参数- PageSize 最大值5000,最好不超过100",
|
2053
|
+
"example": "{\"FilterGroups\":[],\"PageSize\":10,\"PageNum\":1}",
|
2054
|
+
"member": "Condition",
|
2055
|
+
"name": "Condition",
|
2056
|
+
"required": false,
|
2057
|
+
"type": "object"
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
"disabled": false,
|
2061
|
+
"document": "必填,终端自定义分组id",
|
2062
|
+
"example": "14990",
|
2063
|
+
"member": "int64",
|
2064
|
+
"name": "DeviceVirtualGroupId",
|
2065
|
+
"required": false,
|
2066
|
+
"type": "int"
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"disabled": false,
|
2070
|
+
"document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
|
2071
|
+
"example": "0",
|
2072
|
+
"member": "int64",
|
2073
|
+
"name": "OsType",
|
2074
|
+
"required": false,
|
2075
|
+
"type": "int"
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
"disabled": false,
|
2079
|
+
"document": "选填,在线状态 (2表示在线,0或者1表示离线)",
|
2080
|
+
"example": "2",
|
2081
|
+
"member": "int64",
|
2082
|
+
"name": "OnlineStatus",
|
2083
|
+
"required": false,
|
2084
|
+
"type": "int"
|
2085
|
+
}
|
2086
|
+
],
|
2087
|
+
"type": "object"
|
2088
|
+
},
|
2089
|
+
"DescribeVirtualDevicesResponse": {
|
2090
|
+
"document": "DescribeVirtualDevices返回参数结构体",
|
2091
|
+
"members": [
|
2092
|
+
{
|
2093
|
+
"disabled": false,
|
2094
|
+
"document": "返回的具体Data数据",
|
2095
|
+
"example": "{\"Items\":[{\"Id\":35,\"Status\":5,\"Ip\":\"42.81.192.121\",\"GroupId\":14,\"Name\":\"ZHI\",\"OsType\":0,\"UserName\":\"xxx\",\"Mid\":\"25BAF276FA7B97ACED6ACB416CEF298667E3BB0E\",\"MacAddr\":\"00:1C:42:1F:48:82\"}],\"Paging\":{\"Total\":1,\"PageNum\":1,\"PageSize\":10,\"PageCount\":1}}",
|
2096
|
+
"member": "DescribeVirtualDevicesPageRsp",
|
2097
|
+
"name": "Data",
|
2098
|
+
"output_required": false,
|
2099
|
+
"type": "object",
|
2100
|
+
"value_allowed_null": false
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2104
|
+
"member": "string",
|
2105
|
+
"name": "RequestId",
|
2106
|
+
"type": "string"
|
2107
|
+
}
|
2108
|
+
],
|
2109
|
+
"type": "object"
|
2110
|
+
},
|
1987
2111
|
"DeviceDetail": {
|
1988
2112
|
"document": "业务响应数据",
|
1989
2113
|
"members": [
|
@@ -3027,6 +3151,97 @@
|
|
3027
3151
|
],
|
3028
3152
|
"usage": "both"
|
3029
3153
|
},
|
3154
|
+
"ModifyVirtualDeviceGroupsReqItem": {
|
3155
|
+
"document": "操作的设备列表",
|
3156
|
+
"members": [
|
3157
|
+
{
|
3158
|
+
"disabled": false,
|
3159
|
+
"document": "设备mid",
|
3160
|
+
"example": "10527BB0BE025F40B5E8A7D00B5E13E268243DBB",
|
3161
|
+
"member": "string",
|
3162
|
+
"name": "DeviceMid",
|
3163
|
+
"output_required": false,
|
3164
|
+
"required": false,
|
3165
|
+
"type": "string",
|
3166
|
+
"value_allowed_null": false
|
3167
|
+
},
|
3168
|
+
{
|
3169
|
+
"disabled": false,
|
3170
|
+
"document": "操作标识 0:删除设备 1:添加设备",
|
3171
|
+
"example": "0",
|
3172
|
+
"member": "int64",
|
3173
|
+
"name": "Operation",
|
3174
|
+
"output_required": false,
|
3175
|
+
"required": false,
|
3176
|
+
"type": "int",
|
3177
|
+
"value_allowed_null": false
|
3178
|
+
}
|
3179
|
+
],
|
3180
|
+
"usage": "both"
|
3181
|
+
},
|
3182
|
+
"ModifyVirtualDeviceGroupsRequest": {
|
3183
|
+
"document": "ModifyVirtualDeviceGroups请求参数结构体",
|
3184
|
+
"members": [
|
3185
|
+
{
|
3186
|
+
"disabled": false,
|
3187
|
+
"document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
|
3188
|
+
"example": "1",
|
3189
|
+
"member": "string",
|
3190
|
+
"name": "DomainInstanceId",
|
3191
|
+
"required": false,
|
3192
|
+
"type": "string"
|
3193
|
+
},
|
3194
|
+
{
|
3195
|
+
"disabled": false,
|
3196
|
+
"document": "添加到的终端自定义分组id。和DeviceVirtualGroupIds互斥,必填其一,优先使用本参数",
|
3197
|
+
"example": "0",
|
3198
|
+
"member": "int64",
|
3199
|
+
"name": "DeviceVirtualGroupId",
|
3200
|
+
"required": false,
|
3201
|
+
"type": "int"
|
3202
|
+
},
|
3203
|
+
{
|
3204
|
+
"disabled": false,
|
3205
|
+
"document": "必填,操作的设备列表数据",
|
3206
|
+
"example": "[{DeviceMid: \"10527BB0BE025F40B5E8A7D00B5E13E268243DBB\", Operation: 1}]",
|
3207
|
+
"member": "ModifyVirtualDeviceGroupsReqItem",
|
3208
|
+
"name": "DeviceList",
|
3209
|
+
"required": false,
|
3210
|
+
"type": "list"
|
3211
|
+
},
|
3212
|
+
{
|
3213
|
+
"disabled": false,
|
3214
|
+
"document": "要添加的终端自定义分组id列表",
|
3215
|
+
"example": "[14989]",
|
3216
|
+
"member": "int64",
|
3217
|
+
"name": "DeviceVirtualGroupIds",
|
3218
|
+
"required": false,
|
3219
|
+
"type": "list"
|
3220
|
+
},
|
3221
|
+
{
|
3222
|
+
"disabled": false,
|
3223
|
+
"document": "必填,系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)",
|
3224
|
+
"example": "0",
|
3225
|
+
"member": "int64",
|
3226
|
+
"name": "OsType",
|
3227
|
+
"required": false,
|
3228
|
+
"type": "int"
|
3229
|
+
}
|
3230
|
+
],
|
3231
|
+
"type": "object"
|
3232
|
+
},
|
3233
|
+
"ModifyVirtualDeviceGroupsResponse": {
|
3234
|
+
"document": "ModifyVirtualDeviceGroups返回参数结构体",
|
3235
|
+
"members": [
|
3236
|
+
{
|
3237
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3238
|
+
"member": "string",
|
3239
|
+
"name": "RequestId",
|
3240
|
+
"type": "string"
|
3241
|
+
}
|
3242
|
+
],
|
3243
|
+
"type": "object"
|
3244
|
+
},
|
3030
3245
|
"Paging": {
|
3031
3246
|
"document": "页码",
|
3032
3247
|
"members": [
|
@@ -139,6 +139,22 @@
|
|
139
139
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"CorpName\": \"\",\n \"Id\": 19396,\n \"InstallDate\": \"2025/04/03\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19396,\n \"Version\": \"3.9.12.51\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23532,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Google Chrome\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23532,\n \"Version\": \"135.0.7049.95\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 23452,\n \"InstallDate\": \"2025/04/16\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Firefox (x64 zh-CN)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 23452,\n \"Version\": \"137.0.2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19198,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Adobe Acrobat Reader DC MUI\",\n \"PiracyRisk\": 2,\n \"SoftwareId\": 19198,\n \"Version\": \"15.007.20033\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19639,\n \"InstallDate\": \"2025/04/01\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业微信\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19639,\n \"Version\": \"4.1.36.6004\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19197,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Java 8 Update 441\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19197,\n \"Version\": \"8.0.4410.7\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19059,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"运维审计系统 单点登录组件 2.0\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19059,\n \"Version\": \"2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18422,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"软件管理\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18422,\n \"Version\": \"3.1.1442.301\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18595,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"腾讯 iOA\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18595,\n \"Version\": \"210.3.25981.62001\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 21450,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"向日葵远程控制\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 21450,\n \"Version\": \"15.8.3.19819\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18725,\n \"InstallDate\": \"2024/04/10\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"企业版软件管家\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18725,\n \"Version\": \"101.1.169.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19057,\n \"InstallDate\": \"2024/03/19\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Wireshark 3.4.6 64-bit\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19057,\n \"Version\": \"3.4.6\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19195,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"ToDesk\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19195,\n \"Version\": \"4.7.6.3\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19055,\n \"InstallDate\": \"2025/04/11\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"TeamViewer\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19055,\n \"Version\": \"15.46.5\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19054,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"SangforVNC\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19054,\n \"Version\": \"7,1,0,2\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19053,\n \"InstallDate\": \"2024/08/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"RayLink 8.1.0.9\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19053,\n \"Version\": \"8.1.0.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19052,\n \"InstallDate\": \"2024/12/17\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python Launcher\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19052,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19051,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Python 3.13.1 (64-bit)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19051,\n \"Version\": \"3.13.1150.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19050,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Npcap 0.9982\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19050,\n \"Version\": \"0.9982\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19049,\n \"InstallDate\": \"2024/01/24\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Notepad++ (32-bit x86)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19049,\n \"Version\": \"8.1.9\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18414,\n \"InstallDate\": \"2025/03/27\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"NGNClient-TAP 1.1\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18414,\n \"Version\": \"1.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18411,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Mozilla Maintenance Service\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18411,\n \"Version\": \"136.0.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19048,\n \"InstallDate\": \"2024/03/14\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2015-2019 Redistributable (x64) - 14.28.29910\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19048,\n \"Version\": \"14.28.29910.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18949,\n \"InstallDate\": \"2024/06/06\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.21005\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18949,\n \"Version\": \"12.0.21005.1\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 22978,\n \"InstallDate\": \"2025/04/12\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Microsoft Edge WebView2 Runtime\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 22978,\n \"Version\": \"135.0.3179.73\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19046,\n \"InstallDate\": \"2024/12/13\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"EasyConnect\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19046,\n \"Version\": \"7,6,7,201\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 19045,\n \"InstallDate\": \"2025/03/28\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"DACS版本2023H1(43989)S\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 19045,\n \"Version\": \"2023H1(43989)S\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 18806,\n \"InstallDate\": \"2025/03/31\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"Cloudbase-Init 1.1.2\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 18806,\n \"Version\": \"1.1.2.0\"\n },\n {\n \"CorpName\": \"\",\n \"Id\": 6786,\n \"InstallDate\": \"2024/01/30\",\n \"Mid\": \"B454307F6CA03B56E0CFEC44EABF93BB67E56D6F\",\n \"Name\": \"7-Zip 23.01 (x64)\",\n \"PiracyRisk\": 0,\n \"SoftwareId\": 6786,\n \"Version\": \"23.01\"\n }\n ],\n \"Page\": {\n \"PageCount\": 1,\n \"PageNum\": 1,\n \"PageSize\": 1000,\n \"Total\": 29\n }\n },\n \"RequestId\": \"fc18a581-36b5-4904-90c0-a206583251d9\"\n }\n}",
|
140
140
|
"title": "获取设备安装软件信息"
|
141
141
|
}
|
142
|
+
],
|
143
|
+
"DescribeVirtualDevices": [
|
144
|
+
{
|
145
|
+
"document": "",
|
146
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVirtualDevices\n<公共请求参数>\n\n{\n \"DeviceVirtualGroupId\": 356,\n \"OsType\": 0,\n \"Condition\": {\n \"Filters\": [],\n \"Sort\": {},\n \"PageSize\": 10,\n \"PageNum\": 1\n }\n}",
|
147
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ce9f337a-55c4-4a44-8c0c-c32462e03da8\",\n \"Data\": {\n \"Items\": [\n {\n \"FirewallStatus\": 0,\n \"Locked\": 0,\n \"DeviceStrategyVer\": \"\",\n \"NGNStrategyVer\": \"\",\n \"IOAUserName\": \"\",\n \"DeviceNewStrategyVer\": \"\",\n \"NGNNewStrategyVer\": \"2022-07-28 15:21:00\",\n \"HostName\": \"\",\n \"UserName\": \"niozhang\",\n \"Version\": \"28429406901371100\",\n \"Itime\": \"2022-10-21T15:21:37.460778+08:00\",\n \"Os\": \"\",\n \"Mid\": \"13fabc68a4834ba08d14afa179b7193863524881\",\n \"GroupId\": 42632,\n \"GroupName\": \"未分组终端\",\n \"Ip\": \"106.55.201.137\",\n \"OnlineStatus\": 0,\n \"SerialNum\": \"\",\n \"StrVersion\": \"101.101.7048.220\",\n \"Tags\": \"\",\n \"GroupNamePath\": \"全网终端.未分组终端\",\n \"Id\": 25902,\n \"ConnActiveTime\": \"\",\n \"LocalIpList\": \"\",\n \"HostId\": 0,\n \"Name\": \"BindDeviceTest1666336897217\",\n \"OsType\": 0,\n \"CriticalVulListCount\": 0,\n \"OsBits\": 0,\n \"OsVersion\": \"\",\n \"OsLanguage\": \"\",\n \"OsInstallDate\": \"\",\n \"ComputerName\": \"BindDeviceTest1666336897217\",\n \"DomainName\": \"\",\n \"MacAddr\": \"\",\n \"VulCount\": 0,\n \"RiskCount\": 0,\n \"VirusVer\": \"\",\n \"VulVersion\": \"\",\n \"SysRepVersion\": \"\",\n \"VulCriticalList\": []\n }\n ],\n \"Paging\": {\n \"PageNum\": 1,\n \"Total\": 1,\n \"PageCount\": 1,\n \"PageSize\": 10\n }\n }\n }\n}",
|
148
|
+
"title": "示例1"
|
149
|
+
}
|
150
|
+
],
|
151
|
+
"ModifyVirtualDeviceGroups": [
|
152
|
+
{
|
153
|
+
"document": "将设备移动到普通的自定义分组",
|
154
|
+
"input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyVirtualDeviceGroups\n<公共请求参数>\n\n{\n \"DomainInstanceId\": \"3\",\n \"DeviceVirtualGroupId\": 10,\n \"DeviceList\": [\n {\n \"DeviceMid\": \"C007D8BFA830C84A61965ABEC6FEDFD466A9E861\",\n \"Operation\": 1\n }\n ],\n \"OsType\": 0\n}",
|
155
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"17b01981-dff8-4267-b446-eefc4973acf4\"\n }\n}",
|
156
|
+
"title": "将设备移动到普通的自定义分组"
|
157
|
+
}
|
142
158
|
]
|
143
159
|
},
|
144
160
|
"version": "1.0"
|
@@ -8352,8 +8352,8 @@
|
|
8352
8352
|
},
|
8353
8353
|
{
|
8354
8354
|
"disabled": false,
|
8355
|
-
"document": "排序规则(仅支持 StartTime
|
8356
|
-
"example": "StartTime
|
8355
|
+
"document": "排序规则(仅支持 StartTime,倒序为-StartTime)",
|
8356
|
+
"example": "StartTime",
|
8357
8357
|
"member": "string",
|
8358
8358
|
"name": "SortRule",
|
8359
8359
|
"required": false,
|
@@ -8403,6 +8403,15 @@
|
|
8403
8403
|
"name": "UrlExpires",
|
8404
8404
|
"required": false,
|
8405
8405
|
"type": "int"
|
8406
|
+
},
|
8407
|
+
{
|
8408
|
+
"disabled": false,
|
8409
|
+
"document": "任务日期,默认当天",
|
8410
|
+
"example": "2025-01-02",
|
8411
|
+
"member": "string",
|
8412
|
+
"name": "Date",
|
8413
|
+
"required": false,
|
8414
|
+
"type": "string"
|
8406
8415
|
}
|
8407
8416
|
],
|
8408
8417
|
"type": "object"
|
@@ -2341,7 +2341,7 @@
|
|
2341
2341
|
},
|
2342
2342
|
{
|
2343
2343
|
"disabled": false,
|
2344
|
-
"document": "表示生成的数据密钥是否被KMS托管。1:表示被KMS托管保存,0:表示KMS
|
2344
|
+
"document": "表示生成的数据密钥是否被KMS托管。1:表示被KMS托管保存,0:表示KMS不托管。",
|
2345
2345
|
"example": "0",
|
2346
2346
|
"member": "uint64",
|
2347
2347
|
"name": "IsHostedByKms",
|
@@ -2368,7 +2368,7 @@
|
|
2368
2368
|
},
|
2369
2369
|
{
|
2370
2370
|
"disabled": false,
|
2371
|
-
"document": "KMS 独享版对应的 HSM 集群 ID
|
2371
|
+
"document": "KMS 独享版对应的 HSM 集群 ID。如果指定HsmClusterId,表明根密钥在此集群里,会校验KeyId是否和HsmClusterId对应。",
|
2372
2372
|
"example": "cluster-123",
|
2373
2373
|
"member": "string",
|
2374
2374
|
"name": "HsmClusterId",
|
@@ -2983,7 +2983,7 @@
|
|
2983
2983
|
},
|
2984
2984
|
{
|
2985
2985
|
"disabled": false,
|
2986
|
-
"document": "
|
2986
|
+
"document": "当导入密文数据密钥时,无需传入根密钥,如果传入会校验此KeyId是否和密文中一致。\n当导入明文数据密钥,KeyId 不能为空,会根据指定的根密钥加密数据密钥。",
|
2987
2987
|
"example": "93866e69-9755-11ef-8e65-52540089bc41",
|
2988
2988
|
"member": "string",
|
2989
2989
|
"name": "KeyId",
|
@@ -2992,7 +2992,7 @@
|
|
2992
2992
|
},
|
2993
2993
|
{
|
2994
2994
|
"disabled": false,
|
2995
|
-
"document": "KMS 独享版对应的 HSM 集群 ID
|
2995
|
+
"document": "KMS 独享版对应的 HSM 集群 ID。如果指定HsmClusterId,表明根密钥在此集群里,会校验KeyId是否和HsmClusterId对应。",
|
2996
2996
|
"example": "hsm-cluster-123",
|
2997
2997
|
"member": "string",
|
2998
2998
|
"name": "HsmClusterId",
|
@@ -799,7 +799,7 @@ def doSetAutoRenew(args, parsed_globals):
|
|
799
799
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
800
800
|
|
801
801
|
|
802
|
-
def
|
802
|
+
def doDescribeDetailedSlowLogs(args, parsed_globals):
|
803
803
|
g_param = parse_global_arg(parsed_globals)
|
804
804
|
|
805
805
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -828,11 +828,11 @@ def doIsolateDBInstance(args, parsed_globals):
|
|
828
828
|
client = mod.MongodbClient(cred, g_param[OptionsDefine.Region], profile)
|
829
829
|
client._sdkVersion += ("_CLI_" + __version__)
|
830
830
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
831
|
-
model = models.
|
831
|
+
model = models.DescribeDetailedSlowLogsRequest()
|
832
832
|
model.from_json_string(json.dumps(args))
|
833
833
|
start_time = time.time()
|
834
834
|
while True:
|
835
|
-
rsp = client.
|
835
|
+
rsp = client.DescribeDetailedSlowLogs(model)
|
836
836
|
result = rsp.to_json_string()
|
837
837
|
try:
|
838
838
|
json_obj = json.loads(result)
|
@@ -2723,6 +2723,58 @@ def doKillOps(args, parsed_globals):
|
|
2723
2723
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2724
2724
|
|
2725
2725
|
|
2726
|
+
def doIsolateDBInstance(args, parsed_globals):
|
2727
|
+
g_param = parse_global_arg(parsed_globals)
|
2728
|
+
|
2729
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2730
|
+
cred = credential.CVMRoleCredential()
|
2731
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2732
|
+
cred = credential.STSAssumeRoleCredential(
|
2733
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2734
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2735
|
+
)
|
2736
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2737
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2738
|
+
else:
|
2739
|
+
cred = credential.Credential(
|
2740
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2741
|
+
)
|
2742
|
+
http_profile = HttpProfile(
|
2743
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2744
|
+
reqMethod="POST",
|
2745
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
2746
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2747
|
+
)
|
2748
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2749
|
+
if g_param[OptionsDefine.Language]:
|
2750
|
+
profile.language = g_param[OptionsDefine.Language]
|
2751
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2752
|
+
client = mod.MongodbClient(cred, g_param[OptionsDefine.Region], profile)
|
2753
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
2754
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2755
|
+
model = models.IsolateDBInstanceRequest()
|
2756
|
+
model.from_json_string(json.dumps(args))
|
2757
|
+
start_time = time.time()
|
2758
|
+
while True:
|
2759
|
+
rsp = client.IsolateDBInstance(model)
|
2760
|
+
result = rsp.to_json_string()
|
2761
|
+
try:
|
2762
|
+
json_obj = json.loads(result)
|
2763
|
+
except TypeError as e:
|
2764
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2765
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2766
|
+
break
|
2767
|
+
cur_time = time.time()
|
2768
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2769
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2770
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2771
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2772
|
+
else:
|
2773
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2774
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2775
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2776
|
+
|
2777
|
+
|
2726
2778
|
def doEnableTransparentDataEncryption(args, parsed_globals):
|
2727
2779
|
g_param = parse_global_arg(parsed_globals)
|
2728
2780
|
|
@@ -3011,7 +3063,7 @@ ACTION_MAP = {
|
|
3011
3063
|
"UpgradeDBInstance": doUpgradeDBInstance,
|
3012
3064
|
"DescribeDBBackups": doDescribeDBBackups,
|
3013
3065
|
"SetAutoRenew": doSetAutoRenew,
|
3014
|
-
"
|
3066
|
+
"DescribeDetailedSlowLogs": doDescribeDetailedSlowLogs,
|
3015
3067
|
"SetBackupRules": doSetBackupRules,
|
3016
3068
|
"InquirePriceModifyDBInstanceSpec": doInquirePriceModifyDBInstanceSpec,
|
3017
3069
|
"RestartNodes": doRestartNodes,
|
@@ -3048,6 +3100,7 @@ ACTION_MAP = {
|
|
3048
3100
|
"ModifyInstanceParams": doModifyInstanceParams,
|
3049
3101
|
"DescribeDBInstanceParamTplDetail": doDescribeDBInstanceParamTplDetail,
|
3050
3102
|
"KillOps": doKillOps,
|
3103
|
+
"IsolateDBInstance": doIsolateDBInstance,
|
3051
3104
|
"EnableTransparentDataEncryption": doEnableTransparentDataEncryption,
|
3052
3105
|
"CreateBackupDBInstance": doCreateBackupDBInstance,
|
3053
3106
|
"InquirePriceRenewDBInstances": doInquirePriceRenewDBInstances,
|