tccli 3.0.1168.1__py2.py3-none-any.whl → 3.0.1170.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/services/aiart/v20221229/api.json +18 -0
- tccli/services/cls/cls_client.py +224 -12
- tccli/services/cls/v20201016/api.json +346 -6
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cwp/cwp_client.py +118 -65
- tccli/services/cwp/v20180228/api.json +135 -2
- tccli/services/cwp/v20180228/examples.json +8 -0
- tccli/services/emr/emr_client.py +163 -4
- tccli/services/emr/v20190103/api.json +880 -11
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +5 -5
- tccli/services/organization/organization_client.py +167 -8
- tccli/services/organization/v20210331/api.json +307 -0
- tccli/services/organization/v20210331/examples.json +24 -0
- tccli/services/pts/v20210728/api.json +10 -10
- tccli/services/pts/v20210728/examples.json +14 -14
- tccli/services/smh/smh_client.py +281 -16
- tccli/services/smh/v20210712/api.json +806 -2
- tccli/services/smh/v20210712/examples.json +40 -0
- tccli/services/tcss/v20201101/api.json +156 -53
- tccli/services/tcss/v20201101/examples.json +39 -9
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +71 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +7 -7
- tccli/services/vod/v20180717/api.json +12 -0
- tccli/services/waf/v20180125/api.json +12 -6
- {tccli-3.0.1168.1.dist-info → tccli-3.0.1170.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1168.1.dist-info → tccli-3.0.1170.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1168.1.dist-info → tccli-3.0.1170.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1168.1.dist-info → tccli-3.0.1170.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1168.1.dist-info → tccli-3.0.1170.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,13 @@
|
|
70
70
|
"output": "CreateConfigExtraResponse",
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
|
+
"CreateConsoleSharing": {
|
74
|
+
"document": "创建控制台分享",
|
75
|
+
"input": "CreateConsoleSharingRequest",
|
76
|
+
"name": "创建免密分享",
|
77
|
+
"output": "CreateConsoleSharingResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
73
80
|
"CreateConsumer": {
|
74
81
|
"document": "本接口用于创建投递CKafka任务",
|
75
82
|
"input": "CreateConsumerRequest",
|
@@ -203,6 +210,13 @@
|
|
203
210
|
"output": "DeleteConfigFromMachineGroupResponse",
|
204
211
|
"status": "online"
|
205
212
|
},
|
213
|
+
"DeleteConsoleSharing": {
|
214
|
+
"document": "删除控制台分享",
|
215
|
+
"input": "DeleteConsoleSharingRequest",
|
216
|
+
"name": "删除免密分享",
|
217
|
+
"output": "DeleteConsoleSharingResponse",
|
218
|
+
"status": "online"
|
219
|
+
},
|
206
220
|
"DeleteConsumer": {
|
207
221
|
"document": "本接口用于删除投递配置",
|
208
222
|
"input": "DeleteConsumerRequest",
|
@@ -336,6 +350,13 @@
|
|
336
350
|
"output": "DescribeConfigsResponse",
|
337
351
|
"status": "online"
|
338
352
|
},
|
353
|
+
"DescribeConsoleSharingList": {
|
354
|
+
"document": "批量查询控制台分享列表",
|
355
|
+
"input": "DescribeConsoleSharingListRequest",
|
356
|
+
"name": "获取免密分享列表",
|
357
|
+
"output": "DescribeConsoleSharingListResponse",
|
358
|
+
"status": "online"
|
359
|
+
},
|
339
360
|
"DescribeConsumer": {
|
340
361
|
"document": "本接口用于获取投递配置",
|
341
362
|
"input": "DescribeConsumerRequest",
|
@@ -525,6 +546,13 @@
|
|
525
546
|
"output": "ModifyConfigExtraResponse",
|
526
547
|
"status": "online"
|
527
548
|
},
|
549
|
+
"ModifyConsoleSharing": {
|
550
|
+
"document": "修改控制台分享,目前仅允许修改有效期",
|
551
|
+
"input": "ModifyConsoleSharingRequest",
|
552
|
+
"name": "修改免密分享",
|
553
|
+
"output": "ModifyConsoleSharingResponse",
|
554
|
+
"status": "online"
|
555
|
+
},
|
528
556
|
"ModifyConsumer": {
|
529
557
|
"document": "本接口用于修改投递Ckafka任务",
|
530
558
|
"input": "ModifyConsumerRequest",
|
@@ -2413,6 +2441,172 @@
|
|
2413
2441
|
],
|
2414
2442
|
"usage": "out"
|
2415
2443
|
},
|
2444
|
+
"ConsoleSharingConfig": {
|
2445
|
+
"document": "控制台分享配置",
|
2446
|
+
"members": [
|
2447
|
+
{
|
2448
|
+
"disabled": false,
|
2449
|
+
"document": "分享链接名称",
|
2450
|
+
"example": "my-sharing",
|
2451
|
+
"member": "string",
|
2452
|
+
"name": "Name",
|
2453
|
+
"output_required": true,
|
2454
|
+
"required": true,
|
2455
|
+
"type": "string",
|
2456
|
+
"value_allowed_null": false
|
2457
|
+
},
|
2458
|
+
{
|
2459
|
+
"disabled": false,
|
2460
|
+
"document": "仪表盘: 1; 检索页:2",
|
2461
|
+
"example": "1",
|
2462
|
+
"member": "uint64",
|
2463
|
+
"name": "Type",
|
2464
|
+
"output_required": true,
|
2465
|
+
"required": true,
|
2466
|
+
"type": "int",
|
2467
|
+
"value_allowed_null": false
|
2468
|
+
},
|
2469
|
+
{
|
2470
|
+
"disabled": false,
|
2471
|
+
"document": "分享链接有效期,单位:毫秒,最长支持30天",
|
2472
|
+
"example": "1800000",
|
2473
|
+
"member": "uint64",
|
2474
|
+
"name": "DurationMilliseconds",
|
2475
|
+
"output_required": true,
|
2476
|
+
"required": true,
|
2477
|
+
"type": "int",
|
2478
|
+
"value_allowed_null": false
|
2479
|
+
},
|
2480
|
+
{
|
2481
|
+
"disabled": false,
|
2482
|
+
"document": "允许访问的资源列表",
|
2483
|
+
"example": "当Type为1时:['qcs::cls::uin/100001127589:dashboard/dashboard-1223fa03--44f9-f118-69a8-21aa33ea5aa1']; 当Type为2时:['qcs::cls:ap-guangzhou:uin/10000000001:topic/c1306921-2180-3e45-9azb-31d12217871e6']",
|
2484
|
+
"member": "string",
|
2485
|
+
"name": "Resources",
|
2486
|
+
"output_required": true,
|
2487
|
+
"required": true,
|
2488
|
+
"type": "list",
|
2489
|
+
"value_allowed_null": false
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"disabled": false,
|
2493
|
+
"document": "分享链接域名,可选范围\n- 公网匿名分享:填写clsshare.com\n- datasight内网匿名分享(若开启):datasight内网域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
2494
|
+
"example": "clsshare.com",
|
2495
|
+
"member": "string",
|
2496
|
+
"name": "Domain",
|
2497
|
+
"output_required": false,
|
2498
|
+
"required": false,
|
2499
|
+
"type": "string",
|
2500
|
+
"value_allowed_null": true
|
2501
|
+
},
|
2502
|
+
{
|
2503
|
+
"disabled": false,
|
2504
|
+
"document": "验证码\n注意:此字段可能返回 null,表示取不到有效值。",
|
2505
|
+
"example": "lEC0V0",
|
2506
|
+
"member": "string",
|
2507
|
+
"name": "VerifyCode",
|
2508
|
+
"output_required": false,
|
2509
|
+
"required": false,
|
2510
|
+
"type": "string",
|
2511
|
+
"value_allowed_null": true
|
2512
|
+
},
|
2513
|
+
{
|
2514
|
+
"disabled": false,
|
2515
|
+
"document": "开始时间,支持绝对时间(13位时间戳字符串)/相对时间字符串",
|
2516
|
+
"example": "now-1d或'1706781017413'",
|
2517
|
+
"member": "string",
|
2518
|
+
"name": "StartTime",
|
2519
|
+
"output_required": false,
|
2520
|
+
"required": false,
|
2521
|
+
"type": "string",
|
2522
|
+
"value_allowed_null": false
|
2523
|
+
},
|
2524
|
+
{
|
2525
|
+
"disabled": false,
|
2526
|
+
"document": "结束时间,支持绝对时间(13位时间戳字符串)/相对时间字符串",
|
2527
|
+
"example": "now或'1706780117413'",
|
2528
|
+
"member": "string",
|
2529
|
+
"name": "EndTime",
|
2530
|
+
"output_required": false,
|
2531
|
+
"required": false,
|
2532
|
+
"type": "string",
|
2533
|
+
"value_allowed_null": false
|
2534
|
+
},
|
2535
|
+
{
|
2536
|
+
"disabled": false,
|
2537
|
+
"document": "当StartTime/EndTime为相对时间时,基于NowTime计算绝对时间,默认为创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
2538
|
+
"example": "1706787306086",
|
2539
|
+
"member": "uint64",
|
2540
|
+
"name": "NowTime",
|
2541
|
+
"output_required": false,
|
2542
|
+
"required": false,
|
2543
|
+
"type": "int",
|
2544
|
+
"value_allowed_null": true
|
2545
|
+
},
|
2546
|
+
{
|
2547
|
+
"disabled": false,
|
2548
|
+
"document": "params参数列表,当Type为2时支持\n注意:此字段可能返回 null,表示取不到有效值。",
|
2549
|
+
"example": "[ { \"Name\":\"query\", \"Values\":[ \"* | select *\" ] } ]",
|
2550
|
+
"member": "ConsoleSharingParam",
|
2551
|
+
"name": "Params",
|
2552
|
+
"output_required": false,
|
2553
|
+
"required": false,
|
2554
|
+
"type": "list",
|
2555
|
+
"value_allowed_null": true
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"disabled": false,
|
2559
|
+
"document": "是否允许访问者自行修改检索分析时间范围,默认不锁定",
|
2560
|
+
"example": "true",
|
2561
|
+
"member": "bool",
|
2562
|
+
"name": "IsLockTimeRange",
|
2563
|
+
"output_required": true,
|
2564
|
+
"required": false,
|
2565
|
+
"type": "bool",
|
2566
|
+
"value_allowed_null": false
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"disabled": false,
|
2570
|
+
"document": "是否允许访问者自行修改日志检索语句。在检索页分享中表示检索语句锁定状态;在仪表盘中表示过滤变量锁定状态",
|
2571
|
+
"example": "true",
|
2572
|
+
"member": "bool",
|
2573
|
+
"name": "IsLockQuery",
|
2574
|
+
"output_required": true,
|
2575
|
+
"required": false,
|
2576
|
+
"type": "bool",
|
2577
|
+
"value_allowed_null": false
|
2578
|
+
}
|
2579
|
+
],
|
2580
|
+
"usage": "both"
|
2581
|
+
},
|
2582
|
+
"ConsoleSharingParam": {
|
2583
|
+
"document": "控制台分享链接params参数",
|
2584
|
+
"members": [
|
2585
|
+
{
|
2586
|
+
"disabled": false,
|
2587
|
+
"document": "名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
2588
|
+
"example": "query",
|
2589
|
+
"member": "string",
|
2590
|
+
"name": "Name",
|
2591
|
+
"output_required": false,
|
2592
|
+
"required": false,
|
2593
|
+
"type": "string",
|
2594
|
+
"value_allowed_null": true
|
2595
|
+
},
|
2596
|
+
{
|
2597
|
+
"disabled": false,
|
2598
|
+
"document": "值\n注意:此字段可能返回 null,表示取不到有效值。",
|
2599
|
+
"example": "test",
|
2600
|
+
"member": "string",
|
2601
|
+
"name": "Value",
|
2602
|
+
"output_required": false,
|
2603
|
+
"required": false,
|
2604
|
+
"type": "string",
|
2605
|
+
"value_allowed_null": true
|
2606
|
+
}
|
2607
|
+
],
|
2608
|
+
"usage": "both"
|
2609
|
+
},
|
2416
2610
|
"ConsumerContent": {
|
2417
2611
|
"document": "投递任务出入参 Content",
|
2418
2612
|
"members": [
|
@@ -3605,6 +3799,53 @@
|
|
3605
3799
|
],
|
3606
3800
|
"type": "object"
|
3607
3801
|
},
|
3802
|
+
"CreateConsoleSharingRequest": {
|
3803
|
+
"document": "CreateConsoleSharing请求参数结构体",
|
3804
|
+
"members": [
|
3805
|
+
{
|
3806
|
+
"disabled": false,
|
3807
|
+
"document": "免密分享配置",
|
3808
|
+
"example": "无",
|
3809
|
+
"member": "ConsoleSharingConfig",
|
3810
|
+
"name": "SharingConfig",
|
3811
|
+
"required": true,
|
3812
|
+
"type": "object"
|
3813
|
+
}
|
3814
|
+
],
|
3815
|
+
"type": "object"
|
3816
|
+
},
|
3817
|
+
"CreateConsoleSharingResponse": {
|
3818
|
+
"document": "CreateConsoleSharing返回参数结构体",
|
3819
|
+
"members": [
|
3820
|
+
{
|
3821
|
+
"disabled": false,
|
3822
|
+
"document": "免密分享链接",
|
3823
|
+
"example": "https://clsshare.tencent-cloud.com/s/13cez28h",
|
3824
|
+
"member": "string",
|
3825
|
+
"name": "SharingUrl",
|
3826
|
+
"output_required": true,
|
3827
|
+
"type": "string",
|
3828
|
+
"value_allowed_null": false
|
3829
|
+
},
|
3830
|
+
{
|
3831
|
+
"disabled": false,
|
3832
|
+
"document": "免密分享链接ID",
|
3833
|
+
"example": "13cez28h",
|
3834
|
+
"member": "string",
|
3835
|
+
"name": "SharingId",
|
3836
|
+
"output_required": false,
|
3837
|
+
"type": "string",
|
3838
|
+
"value_allowed_null": false
|
3839
|
+
},
|
3840
|
+
{
|
3841
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3842
|
+
"member": "string",
|
3843
|
+
"name": "RequestId",
|
3844
|
+
"type": "string"
|
3845
|
+
}
|
3846
|
+
],
|
3847
|
+
"type": "object"
|
3848
|
+
},
|
3608
3849
|
"CreateConsumerRequest": {
|
3609
3850
|
"document": "CreateConsumer请求参数结构体",
|
3610
3851
|
"members": [
|
@@ -5592,6 +5833,33 @@
|
|
5592
5833
|
],
|
5593
5834
|
"type": "object"
|
5594
5835
|
},
|
5836
|
+
"DeleteConsoleSharingRequest": {
|
5837
|
+
"document": "DeleteConsoleSharing请求参数结构体",
|
5838
|
+
"members": [
|
5839
|
+
{
|
5840
|
+
"disabled": false,
|
5841
|
+
"document": "免密分享Id",
|
5842
|
+
"example": "13cez28h",
|
5843
|
+
"member": "string",
|
5844
|
+
"name": "SharingId",
|
5845
|
+
"required": true,
|
5846
|
+
"type": "string"
|
5847
|
+
}
|
5848
|
+
],
|
5849
|
+
"type": "object"
|
5850
|
+
},
|
5851
|
+
"DeleteConsoleSharingResponse": {
|
5852
|
+
"document": "DeleteConsoleSharing返回参数结构体",
|
5853
|
+
"members": [
|
5854
|
+
{
|
5855
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5856
|
+
"member": "string",
|
5857
|
+
"name": "RequestId",
|
5858
|
+
"type": "string"
|
5859
|
+
}
|
5860
|
+
],
|
5861
|
+
"type": "object"
|
5862
|
+
},
|
5595
5863
|
"DeleteConsumerRequest": {
|
5596
5864
|
"document": "DeleteConsumer请求参数结构体",
|
5597
5865
|
"members": [
|
@@ -6383,6 +6651,33 @@
|
|
6383
6651
|
],
|
6384
6652
|
"type": "object"
|
6385
6653
|
},
|
6654
|
+
"DescribeConsoleSharingListRequest": {
|
6655
|
+
"document": "DescribeConsoleSharingList请求参数结构体",
|
6656
|
+
"members": [],
|
6657
|
+
"type": "object"
|
6658
|
+
},
|
6659
|
+
"DescribeConsoleSharingListResponse": {
|
6660
|
+
"document": "DescribeConsoleSharingList返回参数结构体",
|
6661
|
+
"members": [
|
6662
|
+
{
|
6663
|
+
"disabled": false,
|
6664
|
+
"document": "分页的总数目",
|
6665
|
+
"example": "100",
|
6666
|
+
"member": "uint64",
|
6667
|
+
"name": "TotalCount",
|
6668
|
+
"output_required": true,
|
6669
|
+
"type": "int",
|
6670
|
+
"value_allowed_null": false
|
6671
|
+
},
|
6672
|
+
{
|
6673
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6674
|
+
"member": "string",
|
6675
|
+
"name": "RequestId",
|
6676
|
+
"type": "string"
|
6677
|
+
}
|
6678
|
+
],
|
6679
|
+
"type": "object"
|
6680
|
+
},
|
6386
6681
|
"DescribeConsumerRequest": {
|
6387
6682
|
"document": "DescribeConsumer请求参数结构体",
|
6388
6683
|
"members": [
|
@@ -10507,6 +10802,42 @@
|
|
10507
10802
|
],
|
10508
10803
|
"type": "object"
|
10509
10804
|
},
|
10805
|
+
"ModifyConsoleSharingRequest": {
|
10806
|
+
"document": "ModifyConsoleSharing请求参数结构体",
|
10807
|
+
"members": [
|
10808
|
+
{
|
10809
|
+
"disabled": false,
|
10810
|
+
"document": "免密分享链接Id",
|
10811
|
+
"example": "13cez28h",
|
10812
|
+
"member": "string",
|
10813
|
+
"name": "SharingId",
|
10814
|
+
"required": true,
|
10815
|
+
"type": "string"
|
10816
|
+
},
|
10817
|
+
{
|
10818
|
+
"disabled": false,
|
10819
|
+
"document": "指定分享链接有效期,单位:毫秒,最长可设定有效期为30天",
|
10820
|
+
"example": "1800000",
|
10821
|
+
"member": "uint64",
|
10822
|
+
"name": "DurationMilliseconds",
|
10823
|
+
"required": true,
|
10824
|
+
"type": "int"
|
10825
|
+
}
|
10826
|
+
],
|
10827
|
+
"type": "object"
|
10828
|
+
},
|
10829
|
+
"ModifyConsoleSharingResponse": {
|
10830
|
+
"document": "ModifyConsoleSharing返回参数结构体",
|
10831
|
+
"members": [
|
10832
|
+
{
|
10833
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10834
|
+
"member": "string",
|
10835
|
+
"name": "RequestId",
|
10836
|
+
"type": "string"
|
10837
|
+
}
|
10838
|
+
],
|
10839
|
+
"type": "object"
|
10840
|
+
},
|
10510
10841
|
"ModifyConsumerRequest": {
|
10511
10842
|
"document": "ModifyConsumer请求参数结构体",
|
10512
10843
|
"members": [
|
@@ -13017,7 +13348,16 @@
|
|
13017
13348
|
},
|
13018
13349
|
{
|
13019
13350
|
"disabled": false,
|
13020
|
-
"document": "
|
13351
|
+
"document": "原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc\n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* SQL结果排序方式参考<a href=\"https://cloud.tencent.com/document/product/614/58978\" target=\"_blank\">SQL ORDER BY语法</a>",
|
13352
|
+
"example": "asc",
|
13353
|
+
"member": "string",
|
13354
|
+
"name": "Sort",
|
13355
|
+
"required": false,
|
13356
|
+
"type": "string"
|
13357
|
+
},
|
13358
|
+
{
|
13359
|
+
"disabled": false,
|
13360
|
+
"document": "表示单次查询返回的原始日志条数,默认为100,最大值为1000。\n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* SQL结果条数指定方式参考<a href=\"https://cloud.tencent.com/document/product/614/58977\" target=\"_blank\">SQL LIMIT语法</a>\n\n可通过两种方式获取后续更多日志:\n* Context:透传上次接口返回的Context值,获取后续更多日志,总计最多可获取1万条原始日志\n* Offset:偏移量,表示从第几行开始返回原始日志,无日志条数限制",
|
13021
13361
|
"example": "100",
|
13022
13362
|
"member": "int64",
|
13023
13363
|
"name": "Limit",
|
@@ -13026,12 +13366,12 @@
|
|
13026
13366
|
},
|
13027
13367
|
{
|
13028
13368
|
"disabled": false,
|
13029
|
-
"document": "
|
13030
|
-
"example": "
|
13031
|
-
"member": "
|
13032
|
-
"name": "
|
13369
|
+
"document": "查询原始日志的偏移量,表示从第几行开始返回原始日志,默认为0。 \n注意:\n* 仅当检索分析语句(Query)不包含SQL时有效\n* 不能与Context参数同时使用\n* 仅适用于单日志主题检索",
|
13370
|
+
"example": "0",
|
13371
|
+
"member": "uint64",
|
13372
|
+
"name": "Offset",
|
13033
13373
|
"required": false,
|
13034
|
-
"type": "
|
13374
|
+
"type": "int"
|
13035
13375
|
},
|
13036
13376
|
{
|
13037
13377
|
"disabled": false,
|
@@ -98,6 +98,14 @@
|
|
98
98
|
"title": "创建特殊采集配置任务"
|
99
99
|
}
|
100
100
|
],
|
101
|
+
"CreateConsoleSharing": [
|
102
|
+
{
|
103
|
+
"document": "创建控制台检索页/仪表盘免登陆分享站点",
|
104
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConsoleSharing\n<公共请求参数>\n\n{\n \"SharingConfig\": {\n \"Name\": \"my-sharing\",\n \"Type\": 1,\n \"VerifyCode\": \"lEC0V0\",\n \"DurationMilliseconds\": 1800000,\n \"NowTime\": 1706787306086,\n \"IsLockTimeRange\": true,\n \"IsLockQuery\": true,\n \"Params\": [\n {\n \"Name\": \"query\"\n }\n ],\n \"Resources\": [\n \"qcs::cls:ap-guangzhou:uin/10000000001:topic/c1306921-2180-3e45-9azb-31d12217871e6\"\n ]\n }\n}",
|
105
|
+
"output": "{\n \"Response\": {\n \"SharingUrl\": \"https://clsshare.tencent-cloud.com/s/13cez28h\",\n \"SharingId\": \"13cez28h\",\n \"RequestId\": \"714cf720-43e9-460b-bd9a-42a193ca3d94\"\n }\n}",
|
106
|
+
"title": "创建控制台匿名分享请求示例"
|
107
|
+
}
|
108
|
+
],
|
101
109
|
"CreateConsumer": [
|
102
110
|
{
|
103
111
|
"document": "CLS 日志投递Ckafka之后,您可以对日志进行实时计算后入库。",
|
@@ -250,6 +258,14 @@
|
|
250
258
|
"title": "删除应用到机器组的采集配置"
|
251
259
|
}
|
252
260
|
],
|
261
|
+
"DeleteConsoleSharing": [
|
262
|
+
{
|
263
|
+
"document": "",
|
264
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteConsoleSharing\n<公共请求参数>\n\n{\n \"SharingId\": \"13cez28h\"\n}",
|
265
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"714cf720-43e9-460b-bd9a-42a193ca3d94\"\n }\n}",
|
266
|
+
"title": "删除控制台匿名分享请求示例"
|
267
|
+
}
|
268
|
+
],
|
253
269
|
"DeleteConsumer": [
|
254
270
|
{
|
255
271
|
"document": "",
|
@@ -402,6 +418,14 @@
|
|
402
418
|
"title": "获取采集配置"
|
403
419
|
}
|
404
420
|
],
|
421
|
+
"DescribeConsoleSharingList": [
|
422
|
+
{
|
423
|
+
"document": "",
|
424
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConsoleSharingList\n<公共请求参数>\n\n{}",
|
425
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"714cf720-43e9-460b-bd9a-42a193ca3d94\"\n }\n}",
|
426
|
+
"title": "批量查询控制台检索页/仪表盘免登陆分享站点示例"
|
427
|
+
}
|
428
|
+
],
|
405
429
|
"DescribeConsumer": [
|
406
430
|
{
|
407
431
|
"document": "",
|
@@ -630,6 +654,14 @@
|
|
630
654
|
"title": "修改特殊采集配置任务"
|
631
655
|
}
|
632
656
|
],
|
657
|
+
"ModifyConsoleSharing": [
|
658
|
+
{
|
659
|
+
"document": "目前仅支持修改有效期",
|
660
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConsoleSharing\n<公共请求参数>\n\n{\n \"SharingId\": \"13cez28h\",\n \"DurationMilliseconds\": 1800000\n}",
|
661
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"714cf720-43e9-460b-bd9a-42a193ca3d94\"\n }\n}",
|
662
|
+
"title": "修改控制台匿名分享请求示例"
|
663
|
+
}
|
664
|
+
],
|
633
665
|
"ModifyConsumer": [
|
634
666
|
{
|
635
667
|
"document": "修改投递Ckafka任务",
|