tccli 3.0.1082.1__py2.py3-none-any.whl → 3.0.1084.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cdb/v20170320/CreateCloneInstance.md +5 -5
- tccli/examples/ckafka/v20190819/DescribeGroupInfo.md +2 -2
- tccli/examples/ckafka/v20190819/ModifyAclRule.md +1 -1
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +34 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +168 -0
- tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +98 -0
- tccli/examples/ess/v20201111/CreatePrepareFlow.md +4 -0
- tccli/examples/ess/v20201111/CreateSchemeUrl.md +31 -3
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +41 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByFiles.md +171 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +92 -0
- tccli/examples/essbasic/v20210526/CreateSignUrls.md +52 -0
- tccli/examples/faceid/v20180301/GetFaceIdRiskInfo.md +26 -0
- tccli/examples/faceid/v20180301/GetFaceidRiskInfoToken.md +22 -0
- tccli/examples/live/v20180801/CreateLiveTimeShiftTemplate.md +8 -8
- tccli/examples/wedata/v20210820/ModifyTaskInfo.md +79 -29
- tccli/services/apigateway/v20180808/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +75 -21
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +21 -20
- tccli/services/ckafka/v20190819/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +30 -20
- tccli/services/ess/v20201111/api.json +211 -12
- tccli/services/ess/v20201111/examples.json +30 -6
- tccli/services/essbasic/v20210526/api.json +121 -9
- tccli/services/essbasic/v20210526/examples.json +24 -0
- tccli/services/faceid/faceid_client.py +136 -30
- tccli/services/faceid/v20180301/api.json +157 -1
- tccli/services/faceid/v20180301/examples.json +16 -0
- tccli/services/gaap/v20180529/api.json +76 -36
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/live/v20180801/examples.json +2 -2
- tccli/services/oceanus/v20190422/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +29 -2
- tccli/services/wedata/v20210820/examples.json +8 -2
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/RECORD +42 -40
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1082.1.dist-info → tccli-3.0.1084.1.dist-info}/license_files/LICENSE +0 -0
@@ -7214,7 +7214,7 @@
|
|
7214
7214
|
"example": "listener-xxxx",
|
7215
7215
|
"member": "string",
|
7216
7216
|
"name": "ListenerId",
|
7217
|
-
"
|
7217
|
+
"output_required": true,
|
7218
7218
|
"type": "string",
|
7219
7219
|
"value_allowed_null": false
|
7220
7220
|
},
|
@@ -7224,7 +7224,7 @@
|
|
7224
7224
|
"example": "test",
|
7225
7225
|
"member": "string",
|
7226
7226
|
"name": "ListenerName",
|
7227
|
-
"
|
7227
|
+
"output_required": true,
|
7228
7228
|
"type": "string",
|
7229
7229
|
"value_allowed_null": false
|
7230
7230
|
},
|
@@ -7234,7 +7234,7 @@
|
|
7234
7234
|
"example": "443",
|
7235
7235
|
"member": "uint64",
|
7236
7236
|
"name": "Port",
|
7237
|
-
"
|
7237
|
+
"output_required": true,
|
7238
7238
|
"type": "int",
|
7239
7239
|
"value_allowed_null": false
|
7240
7240
|
},
|
@@ -7244,7 +7244,7 @@
|
|
7244
7244
|
"example": "HTTPS",
|
7245
7245
|
"member": "string",
|
7246
7246
|
"name": "Protocol",
|
7247
|
-
"
|
7247
|
+
"output_required": true,
|
7248
7248
|
"type": "string",
|
7249
7249
|
"value_allowed_null": false
|
7250
7250
|
},
|
@@ -7254,7 +7254,7 @@
|
|
7254
7254
|
"example": "0",
|
7255
7255
|
"member": "uint64",
|
7256
7256
|
"name": "ListenerStatus",
|
7257
|
-
"
|
7257
|
+
"output_required": true,
|
7258
7258
|
"type": "int",
|
7259
7259
|
"value_allowed_null": false
|
7260
7260
|
},
|
@@ -7264,7 +7264,7 @@
|
|
7264
7264
|
"example": "cert-xxxx",
|
7265
7265
|
"member": "string",
|
7266
7266
|
"name": "CertificateId",
|
7267
|
-
"
|
7267
|
+
"output_required": true,
|
7268
7268
|
"type": "string",
|
7269
7269
|
"value_allowed_null": false
|
7270
7270
|
},
|
@@ -7274,7 +7274,7 @@
|
|
7274
7274
|
"example": "HTTPS",
|
7275
7275
|
"member": "string",
|
7276
7276
|
"name": "ForwardProtocol",
|
7277
|
-
"
|
7277
|
+
"output_required": true,
|
7278
7278
|
"type": "string",
|
7279
7279
|
"value_allowed_null": false
|
7280
7280
|
},
|
@@ -7284,7 +7284,7 @@
|
|
7284
7284
|
"example": "1661788772",
|
7285
7285
|
"member": "uint64",
|
7286
7286
|
"name": "CreateTime",
|
7287
|
-
"
|
7287
|
+
"output_required": true,
|
7288
7288
|
"type": "int",
|
7289
7289
|
"value_allowed_null": false
|
7290
7290
|
},
|
@@ -7294,7 +7294,7 @@
|
|
7294
7294
|
"example": "testcert",
|
7295
7295
|
"member": "string",
|
7296
7296
|
"name": "CertificateAlias",
|
7297
|
-
"
|
7297
|
+
"output_required": true,
|
7298
7298
|
"type": "string",
|
7299
7299
|
"value_allowed_null": true
|
7300
7300
|
},
|
@@ -7304,7 +7304,7 @@
|
|
7304
7304
|
"example": "cert-xxxx",
|
7305
7305
|
"member": "string",
|
7306
7306
|
"name": "ClientCertificateId",
|
7307
|
-
"
|
7307
|
+
"output_required": true,
|
7308
7308
|
"type": "string",
|
7309
7309
|
"value_allowed_null": true
|
7310
7310
|
},
|
@@ -7314,7 +7314,7 @@
|
|
7314
7314
|
"example": "0",
|
7315
7315
|
"member": "int64",
|
7316
7316
|
"name": "AuthType",
|
7317
|
-
"
|
7317
|
+
"output_required": true,
|
7318
7318
|
"type": "int",
|
7319
7319
|
"value_allowed_null": true
|
7320
7320
|
},
|
@@ -7324,7 +7324,7 @@
|
|
7324
7324
|
"example": "testcert",
|
7325
7325
|
"member": "string",
|
7326
7326
|
"name": "ClientCertificateAlias",
|
7327
|
-
"
|
7327
|
+
"output_required": true,
|
7328
7328
|
"type": "string",
|
7329
7329
|
"value_allowed_null": true
|
7330
7330
|
},
|
@@ -7334,7 +7334,7 @@
|
|
7334
7334
|
"example": "null",
|
7335
7335
|
"member": "CertificateAliasInfo",
|
7336
7336
|
"name": "PolyClientCertificateAliasInfo",
|
7337
|
-
"
|
7337
|
+
"output_required": true,
|
7338
7338
|
"type": "list",
|
7339
7339
|
"value_allowed_null": true
|
7340
7340
|
},
|
@@ -7344,7 +7344,7 @@
|
|
7344
7344
|
"example": "1",
|
7345
7345
|
"member": "int64",
|
7346
7346
|
"name": "Http3Supported",
|
7347
|
-
"
|
7347
|
+
"output_required": true,
|
7348
7348
|
"type": "int",
|
7349
7349
|
"value_allowed_null": true
|
7350
7350
|
},
|
@@ -7354,7 +7354,7 @@
|
|
7354
7354
|
"example": "link-bjkpdum1",
|
7355
7355
|
"member": "string",
|
7356
7356
|
"name": "ProxyId",
|
7357
|
-
"
|
7357
|
+
"output_required": true,
|
7358
7358
|
"type": "string",
|
7359
7359
|
"value_allowed_null": true
|
7360
7360
|
},
|
@@ -7364,7 +7364,27 @@
|
|
7364
7364
|
"example": "lg-qz6ntod5",
|
7365
7365
|
"member": "string",
|
7366
7366
|
"name": "GroupId",
|
7367
|
-
"
|
7367
|
+
"output_required": true,
|
7368
|
+
"type": "string",
|
7369
|
+
"value_allowed_null": true
|
7370
|
+
},
|
7371
|
+
{
|
7372
|
+
"disabled": false,
|
7373
|
+
"document": "支持的TLS版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
7374
|
+
"example": "['TLSv1.0', 'TLSv1.1']",
|
7375
|
+
"member": "string",
|
7376
|
+
"name": "TLSSupportVersion",
|
7377
|
+
"output_required": false,
|
7378
|
+
"type": "list",
|
7379
|
+
"value_allowed_null": true
|
7380
|
+
},
|
7381
|
+
{
|
7382
|
+
"disabled": false,
|
7383
|
+
"document": "支持的TLS密码套件\n注意:此字段可能返回 null,表示取不到有效值。",
|
7384
|
+
"example": "GAAP_TLS_CIPHERS_WIDE",
|
7385
|
+
"member": "string",
|
7386
|
+
"name": "TLSCiphers",
|
7387
|
+
"output_required": false,
|
7368
7388
|
"type": "string",
|
7369
7389
|
"value_allowed_null": true
|
7370
7390
|
}
|
@@ -9175,7 +9195,7 @@
|
|
9175
9195
|
"example": "1234",
|
9176
9196
|
"member": "int64",
|
9177
9197
|
"name": "CreateTime",
|
9178
|
-
"
|
9198
|
+
"output_required": true,
|
9179
9199
|
"type": "int",
|
9180
9200
|
"value_allowed_null": false
|
9181
9201
|
},
|
@@ -9185,7 +9205,7 @@
|
|
9185
9205
|
"example": "1000",
|
9186
9206
|
"member": "int64",
|
9187
9207
|
"name": "ProjectId",
|
9188
|
-
"
|
9208
|
+
"output_required": true,
|
9189
9209
|
"type": "int",
|
9190
9210
|
"value_allowed_null": false
|
9191
9211
|
},
|
@@ -9195,7 +9215,7 @@
|
|
9195
9215
|
"example": "1",
|
9196
9216
|
"member": "int64",
|
9197
9217
|
"name": "ProxyNum",
|
9198
|
-
"
|
9218
|
+
"output_required": true,
|
9199
9219
|
"type": "int",
|
9200
9220
|
"value_allowed_null": false
|
9201
9221
|
},
|
@@ -9205,7 +9225,7 @@
|
|
9205
9225
|
"example": "1",
|
9206
9226
|
"member": "int64",
|
9207
9227
|
"name": "Status",
|
9208
|
-
"
|
9228
|
+
"output_required": true,
|
9209
9229
|
"type": "int",
|
9210
9230
|
"value_allowed_null": false
|
9211
9231
|
},
|
@@ -9215,7 +9235,7 @@
|
|
9215
9235
|
"example": "100100",
|
9216
9236
|
"member": "string",
|
9217
9237
|
"name": "OwnerUin",
|
9218
|
-
"
|
9238
|
+
"output_required": true,
|
9219
9239
|
"type": "string",
|
9220
9240
|
"value_allowed_null": false
|
9221
9241
|
},
|
@@ -9225,7 +9245,7 @@
|
|
9225
9245
|
"example": "100100",
|
9226
9246
|
"member": "string",
|
9227
9247
|
"name": "CreateUin",
|
9228
|
-
"
|
9248
|
+
"output_required": true,
|
9229
9249
|
"type": "string",
|
9230
9250
|
"value_allowed_null": false
|
9231
9251
|
},
|
@@ -9235,7 +9255,7 @@
|
|
9235
9255
|
"example": "Test",
|
9236
9256
|
"member": "string",
|
9237
9257
|
"name": "GroupName",
|
9238
|
-
"
|
9258
|
+
"output_required": true,
|
9239
9259
|
"type": "string",
|
9240
9260
|
"value_allowed_null": false
|
9241
9261
|
},
|
@@ -9245,7 +9265,7 @@
|
|
9245
9265
|
"example": "1.1.1.1",
|
9246
9266
|
"member": "string",
|
9247
9267
|
"name": "DnsDefaultIp",
|
9248
|
-
"
|
9268
|
+
"output_required": true,
|
9249
9269
|
"type": "string",
|
9250
9270
|
"value_allowed_null": false
|
9251
9271
|
},
|
@@ -9255,7 +9275,7 @@
|
|
9255
9275
|
"example": "link-test.gaapqcloud.com",
|
9256
9276
|
"member": "string",
|
9257
9277
|
"name": "Domain",
|
9258
|
-
"
|
9278
|
+
"output_required": true,
|
9259
9279
|
"type": "string",
|
9260
9280
|
"value_allowed_null": true
|
9261
9281
|
},
|
@@ -9265,7 +9285,7 @@
|
|
9265
9285
|
"example": "EastChina",
|
9266
9286
|
"member": "RegionDetail",
|
9267
9287
|
"name": "RealServerRegionInfo",
|
9268
|
-
"
|
9288
|
+
"output_required": true,
|
9269
9289
|
"type": "object",
|
9270
9290
|
"value_allowed_null": false
|
9271
9291
|
},
|
@@ -9275,7 +9295,7 @@
|
|
9275
9295
|
"example": "false",
|
9276
9296
|
"member": "bool",
|
9277
9297
|
"name": "IsOldGroup",
|
9278
|
-
"
|
9298
|
+
"output_required": true,
|
9279
9299
|
"type": "bool",
|
9280
9300
|
"value_allowed_null": false
|
9281
9301
|
},
|
@@ -9285,7 +9305,7 @@
|
|
9285
9305
|
"example": "\"\"",
|
9286
9306
|
"member": "string",
|
9287
9307
|
"name": "GroupId",
|
9288
|
-
"
|
9308
|
+
"output_required": true,
|
9289
9309
|
"type": "string",
|
9290
9310
|
"value_allowed_null": false
|
9291
9311
|
},
|
@@ -9295,7 +9315,7 @@
|
|
9295
9315
|
"example": "[]",
|
9296
9316
|
"member": "TagPair",
|
9297
9317
|
"name": "TagSet",
|
9298
|
-
"
|
9318
|
+
"output_required": true,
|
9299
9319
|
"type": "list",
|
9300
9320
|
"value_allowed_null": true
|
9301
9321
|
},
|
@@ -9305,7 +9325,7 @@
|
|
9305
9325
|
"example": "\"\"",
|
9306
9326
|
"member": "string",
|
9307
9327
|
"name": "PolicyId",
|
9308
|
-
"
|
9328
|
+
"output_required": true,
|
9309
9329
|
"type": "string",
|
9310
9330
|
"value_allowed_null": true
|
9311
9331
|
},
|
@@ -9315,7 +9335,7 @@
|
|
9315
9335
|
"example": "\"1.0\"",
|
9316
9336
|
"member": "string",
|
9317
9337
|
"name": "Version",
|
9318
|
-
"
|
9338
|
+
"output_required": true,
|
9319
9339
|
"type": "string",
|
9320
9340
|
"value_allowed_null": true
|
9321
9341
|
},
|
@@ -9325,7 +9345,7 @@
|
|
9325
9345
|
"example": "1",
|
9326
9346
|
"member": "int64",
|
9327
9347
|
"name": "ClientIPMethod",
|
9328
|
-
"
|
9348
|
+
"output_required": true,
|
9329
9349
|
"type": "list",
|
9330
9350
|
"value_allowed_null": true
|
9331
9351
|
},
|
@@ -9335,7 +9355,7 @@
|
|
9335
9355
|
"example": "IPv4",
|
9336
9356
|
"member": "string",
|
9337
9357
|
"name": "IPAddressVersion",
|
9338
|
-
"
|
9358
|
+
"output_required": true,
|
9339
9359
|
"type": "string",
|
9340
9360
|
"value_allowed_null": true
|
9341
9361
|
},
|
@@ -9345,7 +9365,7 @@
|
|
9345
9365
|
"example": "Thunder",
|
9346
9366
|
"member": "string",
|
9347
9367
|
"name": "PackageType",
|
9348
|
-
"
|
9368
|
+
"output_required": true,
|
9349
9369
|
"type": "string",
|
9350
9370
|
"value_allowed_null": true
|
9351
9371
|
},
|
@@ -9355,7 +9375,7 @@
|
|
9355
9375
|
"example": "0",
|
9356
9376
|
"member": "int64",
|
9357
9377
|
"name": "Http3Supported",
|
9358
|
-
"
|
9378
|
+
"output_required": true,
|
9359
9379
|
"type": "int",
|
9360
9380
|
"value_allowed_null": true
|
9361
9381
|
},
|
@@ -9365,7 +9385,17 @@
|
|
9365
9385
|
"example": "0",
|
9366
9386
|
"member": "int64",
|
9367
9387
|
"name": "FeatureBitmap",
|
9368
|
-
"
|
9388
|
+
"output_required": true,
|
9389
|
+
"type": "int",
|
9390
|
+
"value_allowed_null": true
|
9391
|
+
},
|
9392
|
+
{
|
9393
|
+
"disabled": false,
|
9394
|
+
"document": "是否支持设置TSL设置\n0表示不支持;\n1表示支持。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9395
|
+
"example": "0",
|
9396
|
+
"member": "uint64",
|
9397
|
+
"name": "IsSupportTLSChoice",
|
9398
|
+
"output_required": false,
|
9369
9399
|
"type": "int",
|
9370
9400
|
"value_allowed_null": true
|
9371
9401
|
}
|
@@ -9876,6 +9906,16 @@
|
|
9876
9906
|
"output_required": false,
|
9877
9907
|
"type": "int",
|
9878
9908
|
"value_allowed_null": true
|
9909
|
+
},
|
9910
|
+
{
|
9911
|
+
"disabled": false,
|
9912
|
+
"document": "是否允许设置TLS配置\n0表示不支持;\n1表示支持。\n注意:此字段可能返回 null,表示取不到有效值。",
|
9913
|
+
"example": "0",
|
9914
|
+
"member": "int64",
|
9915
|
+
"name": "IsSupportTLSChoice",
|
9916
|
+
"output_required": false,
|
9917
|
+
"type": "int",
|
9918
|
+
"value_allowed_null": true
|
9879
9919
|
}
|
9880
9920
|
],
|
9881
9921
|
"usage": "out"
|
@@ -171,8 +171,8 @@
|
|
171
171
|
"CreateLiveTimeShiftTemplate": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLiveTimeShiftTemplate\n<公共请求参数>\n\n{\n \"
|
175
|
-
"output": "{\n \"Response\": {\n \"TemplateId\":
|
174
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLiveTimeShiftTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"abc\",\n \"Description\": \"abc\",\n \"Area\": \"abc\",\n \"Duration\": 1,\n \"ItemDuration\": 1,\n \"RemoveWatermark\": true,\n \"TranscodeTemplateIds\": [\n 0\n ]\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"TemplateId\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
176
176
|
"title": "请求示例"
|
177
177
|
}
|
178
178
|
],
|
@@ -36623,7 +36623,7 @@
|
|
36623
36623
|
"type": "string"
|
36624
36624
|
},
|
36625
36625
|
{
|
36626
|
-
"disabled":
|
36626
|
+
"disabled": true,
|
36627
36627
|
"document": "责任人",
|
36628
36628
|
"example": "无",
|
36629
36629
|
"member": "string",
|
@@ -36684,6 +36684,33 @@
|
|
36684
36684
|
"name": "DependencyConfigDTOs",
|
36685
36685
|
"required": false,
|
36686
36686
|
"type": "list"
|
36687
|
+
},
|
36688
|
+
{
|
36689
|
+
"disabled": false,
|
36690
|
+
"document": "执行耗时",
|
36691
|
+
"example": "无",
|
36692
|
+
"member": "int64",
|
36693
|
+
"name": "ExecutionTTL",
|
36694
|
+
"required": false,
|
36695
|
+
"type": "int"
|
36696
|
+
},
|
36697
|
+
{
|
36698
|
+
"disabled": false,
|
36699
|
+
"document": "脚本是否改变",
|
36700
|
+
"example": "无",
|
36701
|
+
"member": "bool",
|
36702
|
+
"name": "ScriptChange",
|
36703
|
+
"required": false,
|
36704
|
+
"type": "bool"
|
36705
|
+
},
|
36706
|
+
{
|
36707
|
+
"disabled": false,
|
36708
|
+
"document": "责任人id",
|
36709
|
+
"example": "102341324 ",
|
36710
|
+
"member": "string",
|
36711
|
+
"name": "InChargeIds",
|
36712
|
+
"required": false,
|
36713
|
+
"type": "list"
|
36687
36714
|
}
|
36688
36715
|
],
|
36689
36716
|
"type": "object"
|
@@ -36697,7 +36724,7 @@
|
|
36697
36724
|
"example": "无",
|
36698
36725
|
"member": "bool",
|
36699
36726
|
"name": "Data",
|
36700
|
-
"
|
36727
|
+
"output_required": true,
|
36701
36728
|
"type": "bool",
|
36702
36729
|
"value_allowed_null": false
|
36703
36730
|
},
|
@@ -2506,10 +2506,16 @@
|
|
2506
2506
|
],
|
2507
2507
|
"ModifyTaskInfo": [
|
2508
2508
|
{
|
2509
|
-
"document": "",
|
2510
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"
|
2509
|
+
"document": "修改任务信息\nPOST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>",
|
2510
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"TaskId\": \"abc\",\n \"DelayTime\": 0,\n \"StartupTime\": 0,\n \"SelfDepend\": 0,\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"TaskAction\": \"abc\",\n \"CycleType\": 0,\n \"CycleStep\": 0,\n \"CrontabExpression\": \"abc\",\n \"ExecutionStartTime\": \"abc\",\n \"ExecutionEndTime\": \"abc\",\n \"TaskName\": \"abc\",\n \"RetryWait\": 0,\n \"TryLimit\": 0,\n \"Retriable\": 0,\n \"RunPriority\": 0,\n \"TaskExt\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ResourceGroup\": \"abc\",\n \"YarnQueue\": \"abc\",\n \"BrokerIp\": \"abc\",\n \"InCharge\": \"abc\",\n \"Notes\": \"abc\",\n \"TaskParamInfos\": [\n {\n \"ParamKey\": \"abc\",\n \"ParamValue\": \"abc\"\n }\n ],\n \"SourceServer\": \"abc\",\n \"TargetServer\": \"abc\",\n \"DependencyWorkflow\": \"abc\",\n \"DependencyConfigDTOs\": [\n {\n \"ParentTask\": {\n \"TaskId\": \"abc\",\n \"VirtualTaskId\": \"abc\",\n \"VirtualFlag\": true,\n \"TaskName\": \"abc\",\n \"WorkflowId\": \"abc\",\n \"RealWorkflowId\": \"abc\",\n \"CycleType\": 0\n },\n \"SonTask\": {\n \"TaskId\": \"abc\",\n \"VirtualTaskId\": \"abc\",\n \"VirtualFlag\": true,\n \"TaskName\": \"abc\",\n \"WorkflowId\": \"abc\",\n \"RealWorkflowId\": \"abc\",\n \"CycleType\": 0\n },\n \"DependConfType\": \"abc\",\n \"SubordinateCyclicType\": \"abc\",\n \"DependencyStrategy\": \"abc\"\n }\n ],\n \"ExecutionTTL\": 0,\n \"ScriptChange\": true\n}",
|
2511
2511
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2e409eea-c8c8-4d3e-98b3-d8fdc960b631\",\n \"Data\": true\n }\n}",
|
2512
2512
|
"title": "范例"
|
2513
|
+
},
|
2514
|
+
{
|
2515
|
+
"document": "错误示例",
|
2516
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\",\n \"TaskId\": \"1\"\n}",
|
2517
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"AuthFailure.SignatureFailure\",\n \"Message\": \"请求签名验证失败,请检查您的签名计算是否正确。\"\n },\n \"RequestId\": \"11d5af39-eac3-4960-b0d5-5cced5cdc49f\"\n }\n}",
|
2518
|
+
"title": "错误示例"
|
2513
2519
|
}
|
2514
2520
|
],
|
2515
2521
|
"ModifyTaskLinks": [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1084.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1084
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|