tccli 3.0.1343.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/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 +38 -38
- 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 +61 -0
- 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 +15 -6
- tccli/services/essbasic/v20210526/api.json +2 -2
- 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/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +127 -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/v20220901/api.json +40 -30
- tccli/services/teo/v20220901/examples.json +19 -19
- 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 +14 -21
- 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.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -2099,6 +2099,221 @@
|
|
2099
2099
|
],
|
2100
2100
|
"usage": "out"
|
2101
2101
|
},
|
2102
|
+
"Command": {
|
2103
|
+
"document": "命令集合",
|
2104
|
+
"members": [
|
2105
|
+
{
|
2106
|
+
"disabled": false,
|
2107
|
+
"document": "命令",
|
2108
|
+
"example": "pwd",
|
2109
|
+
"member": "string",
|
2110
|
+
"name": "Cmd",
|
2111
|
+
"output_required": true,
|
2112
|
+
"required": false,
|
2113
|
+
"type": "string",
|
2114
|
+
"value_allowed_null": false
|
2115
|
+
},
|
2116
|
+
{
|
2117
|
+
"disabled": false,
|
2118
|
+
"document": "命令输入的时间",
|
2119
|
+
"example": "2020-01-01T01:01:01Z",
|
2120
|
+
"member": "string",
|
2121
|
+
"name": "Time",
|
2122
|
+
"output_required": true,
|
2123
|
+
"required": false,
|
2124
|
+
"type": "string",
|
2125
|
+
"value_allowed_null": false
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
"disabled": false,
|
2129
|
+
"document": "命令执行时间相对于所属会话开始时间的偏移量,单位ms",
|
2130
|
+
"example": "1",
|
2131
|
+
"member": "uint64",
|
2132
|
+
"name": "TimeOffset",
|
2133
|
+
"output_required": true,
|
2134
|
+
"required": false,
|
2135
|
+
"type": "int",
|
2136
|
+
"value_allowed_null": false
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"disabled": false,
|
2140
|
+
"document": "命令执行情况,1--允许,2--拒绝,3--确认",
|
2141
|
+
"example": "1",
|
2142
|
+
"member": "int64",
|
2143
|
+
"name": "Action",
|
2144
|
+
"output_required": true,
|
2145
|
+
"required": false,
|
2146
|
+
"type": "int",
|
2147
|
+
"value_allowed_null": false
|
2148
|
+
},
|
2149
|
+
{
|
2150
|
+
"disabled": false,
|
2151
|
+
"document": "会话id",
|
2152
|
+
"example": "bh-test-sid-1a2b3c",
|
2153
|
+
"member": "string",
|
2154
|
+
"name": "Sid",
|
2155
|
+
"output_required": false,
|
2156
|
+
"required": false,
|
2157
|
+
"type": "string",
|
2158
|
+
"value_allowed_null": false
|
2159
|
+
},
|
2160
|
+
{
|
2161
|
+
"disabled": false,
|
2162
|
+
"document": "用户名",
|
2163
|
+
"example": "zhangsan",
|
2164
|
+
"member": "string",
|
2165
|
+
"name": "UserName",
|
2166
|
+
"output_required": false,
|
2167
|
+
"required": false,
|
2168
|
+
"type": "string",
|
2169
|
+
"value_allowed_null": false
|
2170
|
+
},
|
2171
|
+
{
|
2172
|
+
"disabled": false,
|
2173
|
+
"document": "设备account",
|
2174
|
+
"example": "张三",
|
2175
|
+
"member": "string",
|
2176
|
+
"name": "Account",
|
2177
|
+
"output_required": false,
|
2178
|
+
"required": false,
|
2179
|
+
"type": "string",
|
2180
|
+
"value_allowed_null": false
|
2181
|
+
},
|
2182
|
+
{
|
2183
|
+
"disabled": false,
|
2184
|
+
"document": "设备ip",
|
2185
|
+
"example": "ins-onwx8e9y",
|
2186
|
+
"member": "string",
|
2187
|
+
"name": "InstanceId",
|
2188
|
+
"output_required": false,
|
2189
|
+
"required": false,
|
2190
|
+
"type": "string",
|
2191
|
+
"value_allowed_null": false
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
"disabled": false,
|
2195
|
+
"document": "source ip",
|
2196
|
+
"example": "1.1.124.125",
|
2197
|
+
"member": "string",
|
2198
|
+
"name": "FromIp",
|
2199
|
+
"output_required": false,
|
2200
|
+
"required": false,
|
2201
|
+
"type": "string",
|
2202
|
+
"value_allowed_null": false
|
2203
|
+
},
|
2204
|
+
{
|
2205
|
+
"disabled": false,
|
2206
|
+
"document": "该命令所属会话的会话开始时间",
|
2207
|
+
"example": "2020-01-01T01:01:01Z",
|
2208
|
+
"member": "string",
|
2209
|
+
"name": "SessTime",
|
2210
|
+
"output_required": false,
|
2211
|
+
"required": false,
|
2212
|
+
"type": "string",
|
2213
|
+
"value_allowed_null": false
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"disabled": false,
|
2217
|
+
"document": "该命令所属会话的会话开始时间",
|
2218
|
+
"example": "2020-01-01T01:01:01Z",
|
2219
|
+
"member": "string",
|
2220
|
+
"name": "SessionTime",
|
2221
|
+
"output_required": false,
|
2222
|
+
"required": false,
|
2223
|
+
"type": "string",
|
2224
|
+
"value_allowed_null": false
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
"disabled": false,
|
2228
|
+
"document": "复核时间",
|
2229
|
+
"example": "2020-01-01T01:01:01Z",
|
2230
|
+
"member": "string",
|
2231
|
+
"name": "ConfirmTime",
|
2232
|
+
"output_required": false,
|
2233
|
+
"required": false,
|
2234
|
+
"type": "string",
|
2235
|
+
"value_allowed_null": false
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
"disabled": false,
|
2239
|
+
"document": "用户部门id",
|
2240
|
+
"example": "1.3",
|
2241
|
+
"member": "string",
|
2242
|
+
"name": "UserDepartmentId",
|
2243
|
+
"output_required": false,
|
2244
|
+
"required": false,
|
2245
|
+
"type": "string",
|
2246
|
+
"value_allowed_null": false
|
2247
|
+
},
|
2248
|
+
{
|
2249
|
+
"disabled": false,
|
2250
|
+
"document": "用户部门name",
|
2251
|
+
"example": "部门名称",
|
2252
|
+
"member": "string",
|
2253
|
+
"name": "UserDepartmentName",
|
2254
|
+
"output_required": false,
|
2255
|
+
"required": false,
|
2256
|
+
"type": "string",
|
2257
|
+
"value_allowed_null": false
|
2258
|
+
},
|
2259
|
+
{
|
2260
|
+
"disabled": false,
|
2261
|
+
"document": "设备部门id",
|
2262
|
+
"example": "1",
|
2263
|
+
"member": "string",
|
2264
|
+
"name": "DeviceDepartmentId",
|
2265
|
+
"output_required": false,
|
2266
|
+
"required": false,
|
2267
|
+
"type": "string",
|
2268
|
+
"value_allowed_null": false
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"disabled": false,
|
2272
|
+
"document": "设备部门name",
|
2273
|
+
"example": "部门名称",
|
2274
|
+
"member": "string",
|
2275
|
+
"name": "DeviceDepartmentName",
|
2276
|
+
"output_required": false,
|
2277
|
+
"required": false,
|
2278
|
+
"type": "string",
|
2279
|
+
"value_allowed_null": false
|
2280
|
+
},
|
2281
|
+
{
|
2282
|
+
"disabled": false,
|
2283
|
+
"document": "会话大小",
|
2284
|
+
"example": "10",
|
2285
|
+
"member": "uint64",
|
2286
|
+
"name": "Size",
|
2287
|
+
"output_required": false,
|
2288
|
+
"required": false,
|
2289
|
+
"type": "int",
|
2290
|
+
"value_allowed_null": false
|
2291
|
+
},
|
2292
|
+
{
|
2293
|
+
"disabled": false,
|
2294
|
+
"document": "签名值",
|
2295
|
+
"example": "adef2345defdadaefdc1",
|
2296
|
+
"member": "string",
|
2297
|
+
"name": "SignValue",
|
2298
|
+
"output_required": false,
|
2299
|
+
"required": false,
|
2300
|
+
"type": "string",
|
2301
|
+
"value_allowed_null": false
|
2302
|
+
},
|
2303
|
+
{
|
2304
|
+
"disabled": false,
|
2305
|
+
"document": "资产类型",
|
2306
|
+
"example": "TKE",
|
2307
|
+
"member": "string",
|
2308
|
+
"name": "DeviceKind",
|
2309
|
+
"output_required": false,
|
2310
|
+
"required": false,
|
2311
|
+
"type": "string",
|
2312
|
+
"value_allowed_null": false
|
2313
|
+
}
|
2314
|
+
],
|
2315
|
+
"usage": "both"
|
2316
|
+
},
|
2102
2317
|
"CreateAccessWhiteListRuleRequest": {
|
2103
2318
|
"document": "CreateAccessWhiteListRule请求参数结构体",
|
2104
2319
|
"members": [
|
@@ -7950,13 +8165,59 @@
|
|
7950
8165
|
],
|
7951
8166
|
"usage": "out"
|
7952
8167
|
},
|
8168
|
+
"ReplayInformation": {
|
8169
|
+
"document": "回放所需字段信息",
|
8170
|
+
"members": [
|
8171
|
+
{
|
8172
|
+
"disabled": false,
|
8173
|
+
"document": "令牌",
|
8174
|
+
"example": "bh-replay-token",
|
8175
|
+
"member": "string",
|
8176
|
+
"name": "Token",
|
8177
|
+
"output_required": true,
|
8178
|
+
"type": "string",
|
8179
|
+
"value_allowed_null": false
|
8180
|
+
},
|
8181
|
+
{
|
8182
|
+
"disabled": false,
|
8183
|
+
"document": "会话开始时间",
|
8184
|
+
"example": "2020-01-01T01:01:01Z",
|
8185
|
+
"member": "string",
|
8186
|
+
"name": "StartTime",
|
8187
|
+
"output_required": true,
|
8188
|
+
"type": "string",
|
8189
|
+
"value_allowed_null": false
|
8190
|
+
},
|
8191
|
+
{
|
8192
|
+
"disabled": false,
|
8193
|
+
"document": "回放链接",
|
8194
|
+
"example": "ws://localhost:8080/bh/replay",
|
8195
|
+
"member": "string",
|
8196
|
+
"name": "Address",
|
8197
|
+
"output_required": true,
|
8198
|
+
"type": "string",
|
8199
|
+
"value_allowed_null": false
|
8200
|
+
},
|
8201
|
+
{
|
8202
|
+
"disabled": false,
|
8203
|
+
"document": "回放类型 ,默认0, 1-rfb 2-mp4 3-ssh",
|
8204
|
+
"example": "0",
|
8205
|
+
"member": "uint64",
|
8206
|
+
"name": "ReplayType",
|
8207
|
+
"output_required": false,
|
8208
|
+
"type": "int",
|
8209
|
+
"value_allowed_null": false
|
8210
|
+
}
|
8211
|
+
],
|
8212
|
+
"usage": "out"
|
8213
|
+
},
|
7953
8214
|
"ReplaySessionRequest": {
|
7954
8215
|
"document": "ReplaySession请求参数结构体",
|
7955
8216
|
"members": [
|
7956
8217
|
{
|
7957
8218
|
"disabled": false,
|
7958
8219
|
"document": "会话Sid",
|
7959
|
-
"example": "
|
8220
|
+
"example": "d6021542-c198-4d6f-a1fd-a8091544847c",
|
7960
8221
|
"member": "string",
|
7961
8222
|
"name": "Sid",
|
7962
8223
|
"required": true,
|
@@ -7968,6 +8229,16 @@
|
|
7968
8229
|
"ReplaySessionResponse": {
|
7969
8230
|
"document": "ReplaySession返回参数结构体",
|
7970
8231
|
"members": [
|
8232
|
+
{
|
8233
|
+
"disabled": false,
|
8234
|
+
"document": "回放所需信息",
|
8235
|
+
"example": "{\"Token\":\"eyJhbGciOiJFUzUx\", \"StartTime\":\"2025-07-01T19:25:31+08:00\", \"Address\":\"wss://bh.cloud.tencent.com/tui/replay\",\"ReplayType\": 0}",
|
8236
|
+
"member": "ReplayInformation",
|
8237
|
+
"name": "ReplayInfo",
|
8238
|
+
"output_required": true,
|
8239
|
+
"type": "object",
|
8240
|
+
"value_allowed_null": false
|
8241
|
+
},
|
7971
8242
|
{
|
7972
8243
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7973
8244
|
"member": "string",
|
@@ -8817,6 +9088,16 @@
|
|
8817
9088
|
"type": "int",
|
8818
9089
|
"value_allowed_null": false
|
8819
9090
|
},
|
9091
|
+
{
|
9092
|
+
"disabled": false,
|
9093
|
+
"document": "命令列表",
|
9094
|
+
"example": "[{\"Sid\": \"d6021542-c198-4d6f-a1fd-a8091544847c\",\"Cmd\":\"pwd\"}]",
|
9095
|
+
"member": "Command",
|
9096
|
+
"name": "CommandSet",
|
9097
|
+
"output_required": true,
|
9098
|
+
"type": "list",
|
9099
|
+
"value_allowed_null": false
|
9100
|
+
},
|
8820
9101
|
{
|
8821
9102
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8822
9103
|
"member": "string",
|
@@ -529,8 +529,8 @@
|
|
529
529
|
"ReplaySession": [
|
530
530
|
{
|
531
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\": \"
|
533
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
|
532
|
+
"input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaySession\n<公共请求参数>\n\n{\n \"Sid\": \"d6021542-c198-4d6f-a1fd-a8091544847c\"\n}",
|
533
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\",\n \"ReplayInfo\": {\n \"Token\": \"eyJhbGciOiJFUzUx\",\n \"StartTime\": \"2025-07-01T19:25:31+08:00\",\n \"Address\": \"wss://bh.cloud.tencent.com/tui/replay\",\n \"ReplayType\": 0\n }\n }\n}",
|
534
534
|
"title": "会话回放"
|
535
535
|
}
|
536
536
|
],
|
@@ -594,7 +594,7 @@
|
|
594
594
|
{
|
595
595
|
"document": "根据会话Id搜索Command",
|
596
596
|
"input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchCommandBySid\n<公共请求参数>\n\n{\n \"Sid\": \"qee131were2\"\n}",
|
597
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"ec7676f4-a498-4ef5-ad68-6678b16e45d7\"\n }\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"ec7676f4-a498-4ef5-ad68-6678b16e45d7\",\n \"CommandSet\": [\n {\n \"Sid\": \"d6021542-c198-4d6f-a1fd-a8091544847c\",\n \"UserName\": \"test-0701\",\n \"Account\": \"root\",\n \"InstanceId\": \"ins-h8wdh7my\",\n \"FromIp\": \"139.199.149.81\",\n \"SessTime\": \"2025-07-01T19:25:31.439302203+08:00\",\n \"SessionTime\": \"2025-07-01T19:25:31.439302203+08:00\",\n \"Time\": \"2025-07-01T19:25:34.393856986+08:00\",\n \"TimeOffset\": 2954,\n \"Cmd\": \"date\",\n \"Action\": 1,\n \"UserDepartmentId\": \"1\",\n \"UserDepartmentName\": \"总部\",\n \"DeviceDepartmentId\": \"1\",\n \"DeviceDepartmentName\": \"总部\",\n \"DeviceKind\": \"TKE\",\n \"SignValue\": \"690ffb6bc1e1\",\n \"Size\": 1937\n }\n ]\n }\n}",
|
598
598
|
"title": "根据会话Id搜索Command"
|
599
599
|
}
|
600
600
|
],
|
@@ -1380,6 +1380,15 @@
|
|
1380
1380
|
"name": "UserInfoList",
|
1381
1381
|
"required": false,
|
1382
1382
|
"type": "list"
|
1383
|
+
},
|
1384
|
+
{
|
1385
|
+
"disabled": false,
|
1386
|
+
"document": "用户组id列表",
|
1387
|
+
"example": "[123,456]",
|
1388
|
+
"member": "uint64",
|
1389
|
+
"name": "UserGroups",
|
1390
|
+
"required": false,
|
1391
|
+
"type": "list"
|
1383
1392
|
}
|
1384
1393
|
],
|
1385
1394
|
"type": "object"
|
@@ -7333,6 +7333,15 @@
|
|
7333
7333
|
"name": "ExtensionNumber",
|
7334
7334
|
"required": false,
|
7335
7335
|
"type": "string"
|
7336
|
+
},
|
7337
|
+
{
|
7338
|
+
"disabled": false,
|
7339
|
+
"document": "呼叫转移配置",
|
7340
|
+
"example": "{\"Enabled\":true,\"Condition\":2,\"Target\":{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}}",
|
7341
|
+
"member": "ForwardingConfig",
|
7342
|
+
"name": "ForwardingConfig",
|
7343
|
+
"required": false,
|
7344
|
+
"type": "object"
|
7336
7345
|
}
|
7337
7346
|
],
|
7338
7347
|
"type": "object"
|