tccli 3.0.1283.1__py2.py3-none-any.whl → 3.0.1285.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/acp/v20220105/api.json +23 -23
- tccli/services/acp/v20220105/examples.json +2 -8
- tccli/services/advisor/v20200721/api.json +4 -2
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +88 -86
- tccli/services/bh/bh_client.py +53 -0
- tccli/services/bh/v20230418/api.json +199 -0
- tccli/services/bh/v20230418/examples.json +8 -0
- tccli/services/cdn/v20180606/api.json +4 -2
- tccli/services/cdwch/v20200915/api.json +19 -9
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfg/v20210820/api.json +48 -24
- tccli/services/cfg/v20210820/examples.json +8 -2
- tccli/services/clb/v20180317/api.json +21 -3
- tccli/services/cmq/v20190304/api.json +92 -92
- tccli/services/cynosdb/v20190107/api.json +389 -379
- tccli/services/dbbrain/v20191016/api.json +17 -17
- tccli/services/dbbrain/v20210527/api.json +22 -22
- tccli/services/dcdb/v20180411/api.json +14 -4
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +130 -58
- tccli/services/dlc/v20210125/examples.json +5 -5
- tccli/services/domain/v20180808/api.json +160 -160
- tccli/services/dsgc/v20190723/api.json +2 -2
- tccli/services/dts/v20180330/api.json +19 -19
- tccli/services/dts/v20211206/api.json +829 -818
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +247 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/v20180416/api.json +13 -3
- tccli/services/es/v20180416/examples.json +2 -2
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +122 -1
- tccli/services/ess/v20201111/examples.json +26 -0
- tccli/services/essbasic/essbasic_client.py +57 -4
- tccli/services/essbasic/v20210526/api.json +163 -0
- tccli/services/essbasic/v20210526/examples.json +26 -0
- tccli/services/fmu/fmu_client.py +8 -167
- tccli/services/fmu/v20191213/api.json +0 -292
- tccli/services/fmu/v20191213/examples.json +0 -24
- tccli/services/goosefs/v20220519/api.json +26 -24
- tccli/services/goosefs/v20220519/examples.json +2 -2
- tccli/services/iotcloud/v20210408/api.json +27 -27
- tccli/services/iotcloud/v20210408/examples.json +6 -6
- tccli/services/iotexplorer/iotexplorer_client.py +0 -106
- tccli/services/iotexplorer/v20190423/api.json +0 -274
- tccli/services/iotexplorer/v20190423/examples.json +0 -16
- tccli/services/iss/v20230517/api.json +547 -537
- tccli/services/iss/v20230517/examples.json +2 -2
- tccli/services/kms/v20190118/api.json +20 -0
- tccli/services/lcic/lcic_client.py +114 -8
- tccli/services/lcic/v20220817/api.json +108 -0
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/lke/v20231130/api.json +8 -8
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lowcode/v20210108/api.json +165 -165
- tccli/services/lowcode/v20210108/examples.json +5 -5
- tccli/services/mariadb/v20170312/api.json +12 -2
- tccli/services/mariadb/v20170312/examples.json +4 -4
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +63 -0
- tccli/services/mongodb/v20190725/examples.json +14 -0
- tccli/services/monitor/v20180724/api.json +36 -36
- tccli/services/monitor/v20180724/examples.json +10 -10
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +61 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +11 -2
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +40 -0
- tccli/services/svp/svp_client.py +57 -4
- tccli/services/svp/v20240125/api.json +319 -0
- tccli/services/svp/v20240125/examples.json +8 -0
- tccli/services/tdmq/tdmq_client.py +4 -57
- tccli/services/tdmq/v20200217/api.json +118 -212
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/tds/v20220801/api.json +2 -2
- tccli/services/tione/v20211111/api.json +41 -1
- tccli/services/trtc/v20190722/api.json +16 -5
- tccli/services/tse/v20201207/api.json +207 -104
- tccli/services/tsf/tsf_client.py +53 -0
- tccli/services/tsf/v20180326/api.json +48 -4
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vclm/v20240523/api.json +20 -2
- tccli/services/vdb/v20230616/api.json +62 -62
- tccli/services/vdb/v20230616/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +54 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/waf/v20180125/api.json +143 -0
- tccli/services/waf/v20180125/examples.json +16 -0
- tccli/services/waf/waf_client.py +106 -0
- tccli/services/wedata/v20210820/api.json +1220 -5
- tccli/services/wedata/v20210820/examples.json +32 -8
- tccli/services/wedata/wedata_client.py +159 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/RECORD +104 -104
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1283.1.dist-info → tccli-3.0.1285.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,53 +27,53 @@
|
|
27
27
|
"members": [
|
28
28
|
{
|
29
29
|
"disabled": false,
|
30
|
-
"document": "
|
30
|
+
"document": "死信队列。",
|
31
31
|
"example": "queue-xxxxx",
|
32
32
|
"member": "string",
|
33
33
|
"name": "DeadLetterQueue",
|
34
34
|
"output_required": true,
|
35
35
|
"type": "string",
|
36
|
-
"value_allowed_null":
|
36
|
+
"value_allowed_null": false
|
37
37
|
},
|
38
38
|
{
|
39
39
|
"disabled": false,
|
40
|
-
"document": "
|
40
|
+
"document": "死信队列名字。",
|
41
41
|
"example": "deadletterQueue",
|
42
42
|
"member": "string",
|
43
43
|
"name": "DeadLetterQueueName",
|
44
44
|
"output_required": true,
|
45
45
|
"type": "string",
|
46
|
-
"value_allowed_null":
|
46
|
+
"value_allowed_null": false
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"disabled": false,
|
50
|
-
"document": "最大未消费过期时间。Policy为1时必选。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds
|
50
|
+
"document": "最大未消费过期时间。Policy为1时必选。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds。",
|
51
51
|
"example": "300",
|
52
52
|
"member": "uint64",
|
53
53
|
"name": "MaxTimeToLive",
|
54
54
|
"output_required": true,
|
55
55
|
"type": "int",
|
56
|
-
"value_allowed_null":
|
56
|
+
"value_allowed_null": false
|
57
57
|
},
|
58
58
|
{
|
59
59
|
"disabled": false,
|
60
|
-
"document": "
|
60
|
+
"document": "死信队列策略。",
|
61
61
|
"example": "1",
|
62
62
|
"member": "uint64",
|
63
63
|
"name": "Policy",
|
64
64
|
"output_required": true,
|
65
65
|
"type": "int",
|
66
|
-
"value_allowed_null":
|
66
|
+
"value_allowed_null": false
|
67
67
|
},
|
68
68
|
{
|
69
69
|
"disabled": false,
|
70
|
-
"document": "
|
70
|
+
"document": "最大接收次数。",
|
71
71
|
"example": "1",
|
72
72
|
"member": "uint64",
|
73
73
|
"name": "MaxReceiveCount",
|
74
74
|
"output_required": true,
|
75
75
|
"type": "int",
|
76
|
-
"value_allowed_null":
|
76
|
+
"value_allowed_null": false
|
77
77
|
}
|
78
78
|
],
|
79
79
|
"usage": "out"
|
@@ -83,23 +83,23 @@
|
|
83
83
|
"members": [
|
84
84
|
{
|
85
85
|
"disabled": false,
|
86
|
-
"document": "消息队列ID
|
86
|
+
"document": "消息队列ID。",
|
87
87
|
"example": "queue-xxxxxxx",
|
88
88
|
"member": "string",
|
89
89
|
"name": "QueueId",
|
90
90
|
"output_required": true,
|
91
91
|
"type": "string",
|
92
|
-
"value_allowed_null":
|
92
|
+
"value_allowed_null": false
|
93
93
|
},
|
94
94
|
{
|
95
95
|
"disabled": false,
|
96
|
-
"document": "
|
96
|
+
"document": "消息队列名字。",
|
97
97
|
"example": "testqueue",
|
98
98
|
"member": "string",
|
99
99
|
"name": "QueueName",
|
100
100
|
"output_required": true,
|
101
101
|
"type": "string",
|
102
|
-
"value_allowed_null":
|
102
|
+
"value_allowed_null": false
|
103
103
|
}
|
104
104
|
],
|
105
105
|
"usage": "out"
|
@@ -311,43 +311,43 @@
|
|
311
311
|
},
|
312
312
|
{
|
313
313
|
"disabled": false,
|
314
|
-
"document": "回溯队列的消息回溯时间最大值,取值范围0 - 43200秒,0
|
314
|
+
"document": "回溯队列的消息回溯时间最大值,取值范围0 - 43200秒,0表示不开启消息回溯。",
|
315
315
|
"example": "10",
|
316
316
|
"member": "uint64",
|
317
317
|
"name": "RewindSeconds",
|
318
318
|
"output_required": true,
|
319
319
|
"type": "int",
|
320
|
-
"value_allowed_null":
|
320
|
+
"value_allowed_null": false
|
321
321
|
},
|
322
322
|
{
|
323
323
|
"disabled": false,
|
324
|
-
"document": "创建者Uin
|
324
|
+
"document": "创建者Uin。",
|
325
325
|
"example": "100000004332",
|
326
326
|
"member": "uint64",
|
327
327
|
"name": "CreateUin",
|
328
328
|
"output_required": true,
|
329
329
|
"type": "int",
|
330
|
-
"value_allowed_null":
|
330
|
+
"value_allowed_null": false
|
331
331
|
},
|
332
332
|
{
|
333
333
|
"disabled": false,
|
334
|
-
"document": "最后一次修改队列属性的时间。返回 Unix
|
334
|
+
"document": "最后一次修改队列属性的时间。返回 Unix 时间戳,精确到秒。",
|
335
335
|
"example": "1645087331",
|
336
336
|
"member": "uint64",
|
337
337
|
"name": "LastModifyTime",
|
338
338
|
"output_required": true,
|
339
339
|
"type": "int",
|
340
|
-
"value_allowed_null":
|
340
|
+
"value_allowed_null": false
|
341
341
|
},
|
342
342
|
{
|
343
343
|
"disabled": false,
|
344
|
-
"document": "消息可见性超时。取值范围1 - 43200秒(即12小时内),默认值30
|
344
|
+
"document": "消息可见性超时。取值范围1 - 43200秒(即12小时内),默认值30。",
|
345
345
|
"example": "30",
|
346
346
|
"member": "uint64",
|
347
347
|
"name": "VisibilityTimeout",
|
348
348
|
"output_required": true,
|
349
349
|
"type": "int",
|
350
|
-
"value_allowed_null":
|
350
|
+
"value_allowed_null": false
|
351
351
|
},
|
352
352
|
{
|
353
353
|
"disabled": false,
|
@@ -361,43 +361,43 @@
|
|
361
361
|
},
|
362
362
|
{
|
363
363
|
"disabled": false,
|
364
|
-
"document": "消息轨迹。true表示开启,false
|
364
|
+
"document": "消息轨迹。true表示开启,false表示不开启。",
|
365
365
|
"example": "false",
|
366
366
|
"member": "bool",
|
367
367
|
"name": "Trace",
|
368
368
|
"output_required": true,
|
369
369
|
"type": "bool",
|
370
|
-
"value_allowed_null":
|
370
|
+
"value_allowed_null": false
|
371
371
|
},
|
372
372
|
{
|
373
373
|
"disabled": false,
|
374
|
-
"document": "
|
374
|
+
"document": "关联的标签。",
|
375
375
|
"example": "{\"key\":\"value\"}",
|
376
376
|
"member": "Tag",
|
377
377
|
"name": "Tags",
|
378
378
|
"output_required": true,
|
379
379
|
"type": "list",
|
380
|
-
"value_allowed_null":
|
380
|
+
"value_allowed_null": false
|
381
381
|
},
|
382
382
|
{
|
383
383
|
"disabled": false,
|
384
|
-
"document": "已调用 DelMsg
|
384
|
+
"document": "已调用 DelMsg 接口删除,但还在回溯保留时间内的消息数量。",
|
385
385
|
"example": "10",
|
386
386
|
"member": "uint64",
|
387
387
|
"name": "RewindMsgNum",
|
388
388
|
"output_required": true,
|
389
389
|
"type": "int",
|
390
|
-
"value_allowed_null":
|
390
|
+
"value_allowed_null": false
|
391
391
|
},
|
392
392
|
{
|
393
393
|
"disabled": false,
|
394
|
-
"document": "
|
394
|
+
"document": "飞行消息最大保留时间。",
|
395
395
|
"example": "10",
|
396
396
|
"member": "uint64",
|
397
397
|
"name": "MaxDelaySeconds",
|
398
398
|
"output_required": true,
|
399
399
|
"type": "int",
|
400
|
-
"value_allowed_null":
|
400
|
+
"value_allowed_null": false
|
401
401
|
},
|
402
402
|
{
|
403
403
|
"disabled": false,
|
@@ -411,63 +411,63 @@
|
|
411
411
|
},
|
412
412
|
{
|
413
413
|
"disabled": false,
|
414
|
-
"document": "消息保留周期。取值范围60-1296000秒(1min-15天),默认值345600秒(4
|
414
|
+
"document": "消息保留周期。取值范围60-1296000秒(1min-15天),默认值345600秒(4 天)。",
|
415
415
|
"example": "60",
|
416
416
|
"member": "uint64",
|
417
417
|
"name": "MsgRetentionSeconds",
|
418
418
|
"output_required": true,
|
419
419
|
"type": "int",
|
420
|
-
"value_allowed_null":
|
420
|
+
"value_allowed_null": false
|
421
421
|
},
|
422
422
|
{
|
423
423
|
"disabled": false,
|
424
|
-
"document": "
|
424
|
+
"document": "延迟消息数。",
|
425
425
|
"example": "1",
|
426
426
|
"member": "uint64",
|
427
427
|
"name": "DelayMsgNum",
|
428
428
|
"output_required": true,
|
429
429
|
"type": "int",
|
430
|
-
"value_allowed_null":
|
430
|
+
"value_allowed_null": false
|
431
431
|
},
|
432
432
|
{
|
433
433
|
"disabled": false,
|
434
|
-
"document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000
|
434
|
+
"document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。",
|
435
435
|
"example": "10000000000",
|
436
436
|
"member": "uint64",
|
437
437
|
"name": "MaxMsgHeapNum",
|
438
438
|
"output_required": true,
|
439
439
|
"type": "int",
|
440
|
-
"value_allowed_null":
|
440
|
+
"value_allowed_null": false
|
441
441
|
},
|
442
442
|
{
|
443
443
|
"disabled": false,
|
444
|
-
"document": "消息接收长轮询等待时间。取值范围0 - 30秒,默认值0
|
444
|
+
"document": "消息接收长轮询等待时间。取值范围0 - 30秒,默认值0。",
|
445
445
|
"example": "1",
|
446
446
|
"member": "uint64",
|
447
447
|
"name": "PollingWaitSeconds",
|
448
448
|
"output_required": true,
|
449
449
|
"type": "int",
|
450
|
-
"value_allowed_null":
|
450
|
+
"value_allowed_null": false
|
451
451
|
},
|
452
452
|
{
|
453
453
|
"disabled": false,
|
454
|
-
"document": "
|
454
|
+
"document": "带宽限制。",
|
455
455
|
"example": "5000",
|
456
456
|
"member": "uint64",
|
457
457
|
"name": "Bps",
|
458
458
|
"output_required": true,
|
459
459
|
"type": "int",
|
460
|
-
"value_allowed_null":
|
460
|
+
"value_allowed_null": false
|
461
461
|
},
|
462
462
|
{
|
463
463
|
"disabled": false,
|
464
|
-
"document": "在队列中处于 Inactive
|
464
|
+
"document": "在队列中处于 Inactive 状态(正处于被消费状态)的消息总数,为近似值。",
|
465
465
|
"example": "1",
|
466
466
|
"member": "uint64",
|
467
467
|
"name": "InactiveMsgNum",
|
468
468
|
"output_required": true,
|
469
469
|
"type": "int",
|
470
|
-
"value_allowed_null":
|
470
|
+
"value_allowed_null": false
|
471
471
|
},
|
472
472
|
{
|
473
473
|
"disabled": false,
|
@@ -481,43 +481,43 @@
|
|
481
481
|
},
|
482
482
|
{
|
483
483
|
"disabled": false,
|
484
|
-
"document": "在队列中处于 Active
|
484
|
+
"document": "在队列中处于 Active 状态(不处于被消费状态)的消息总数,为近似值。",
|
485
485
|
"example": "1",
|
486
486
|
"member": "uint64",
|
487
487
|
"name": "ActiveMsgNum",
|
488
488
|
"output_required": true,
|
489
489
|
"type": "int",
|
490
|
-
"value_allowed_null":
|
490
|
+
"value_allowed_null": false
|
491
491
|
},
|
492
492
|
{
|
493
493
|
"disabled": false,
|
494
|
-
"document": "消息最大长度。取值范围1024 - 1048576 Byte(即1K - 1024K),默认值65536
|
494
|
+
"document": "消息最大长度。取值范围1024 - 1048576 Byte(即1K - 1024K),默认值65536。",
|
495
495
|
"example": "1",
|
496
496
|
"member": "uint64",
|
497
497
|
"name": "MaxMsgSize",
|
498
498
|
"output_required": true,
|
499
499
|
"type": "int",
|
500
|
-
"value_allowed_null":
|
500
|
+
"value_allowed_null": false
|
501
501
|
},
|
502
502
|
{
|
503
503
|
"disabled": false,
|
504
|
-
"document": "
|
504
|
+
"document": "消息最小未消费时间,单位为秒。",
|
505
505
|
"example": "1645087331",
|
506
506
|
"member": "uint64",
|
507
507
|
"name": "MinMsgTime",
|
508
508
|
"output_required": true,
|
509
509
|
"type": "int",
|
510
|
-
"value_allowed_null":
|
510
|
+
"value_allowed_null": false
|
511
511
|
},
|
512
512
|
{
|
513
513
|
"disabled": false,
|
514
|
-
"document": "
|
514
|
+
"document": "死信队列。",
|
515
515
|
"example": "1",
|
516
516
|
"member": "DeadLetterSource",
|
517
517
|
"name": "DeadLetterSource",
|
518
518
|
"output_required": true,
|
519
519
|
"type": "list",
|
520
|
-
"value_allowed_null":
|
520
|
+
"value_allowed_null": false
|
521
521
|
},
|
522
522
|
{
|
523
523
|
"disabled": false,
|
@@ -531,33 +531,33 @@
|
|
531
531
|
},
|
532
532
|
{
|
533
533
|
"disabled": false,
|
534
|
-
"document": "每秒钟生产消息条数的限制,消费消息的大小是该值的1.1
|
534
|
+
"document": "每秒钟生产消息条数的限制,消费消息的大小是该值的1.1倍。",
|
535
535
|
"example": "5000",
|
536
536
|
"member": "uint64",
|
537
537
|
"name": "Qps",
|
538
538
|
"output_required": true,
|
539
539
|
"type": "int",
|
540
|
-
"value_allowed_null":
|
540
|
+
"value_allowed_null": false
|
541
541
|
},
|
542
542
|
{
|
543
543
|
"disabled": false,
|
544
|
-
"document": "队列的创建时间。返回 Unix
|
544
|
+
"document": "队列的创建时间。返回 Unix 时间戳,精确到秒。",
|
545
545
|
"example": "1645087331",
|
546
546
|
"member": "uint64",
|
547
547
|
"name": "CreateTime",
|
548
548
|
"output_required": true,
|
549
549
|
"type": "int",
|
550
|
-
"value_allowed_null":
|
550
|
+
"value_allowed_null": false
|
551
551
|
},
|
552
552
|
{
|
553
553
|
"disabled": false,
|
554
|
-
"document": "是否迁移到新版本。0 表示仅同步元数据,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4
|
554
|
+
"document": "是否迁移到新版本。0 表示仅同步元数据,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4 未迁移。",
|
555
555
|
"example": "1",
|
556
556
|
"member": "int64",
|
557
557
|
"name": "Migrate",
|
558
558
|
"output_required": true,
|
559
559
|
"type": "int",
|
560
|
-
"value_allowed_null":
|
560
|
+
"value_allowed_null": false
|
561
561
|
}
|
562
562
|
],
|
563
563
|
"usage": "out"
|
@@ -567,23 +567,23 @@
|
|
567
567
|
"members": [
|
568
568
|
{
|
569
569
|
"disabled": false,
|
570
|
-
"document": "标签Key
|
570
|
+
"document": "标签Key",
|
571
571
|
"example": "testKey",
|
572
572
|
"member": "string",
|
573
573
|
"name": "TagKey",
|
574
574
|
"output_required": true,
|
575
575
|
"type": "string",
|
576
|
-
"value_allowed_null":
|
576
|
+
"value_allowed_null": false
|
577
577
|
},
|
578
578
|
{
|
579
579
|
"disabled": false,
|
580
|
-
"document": "
|
580
|
+
"document": "标签值",
|
581
581
|
"example": "testvalue",
|
582
582
|
"member": "string",
|
583
583
|
"name": "TagValue",
|
584
584
|
"output_required": true,
|
585
585
|
"type": "string",
|
586
|
-
"value_allowed_null":
|
586
|
+
"value_allowed_null": false
|
587
587
|
}
|
588
588
|
],
|
589
589
|
"usage": "out"
|
@@ -593,133 +593,133 @@
|
|
593
593
|
"members": [
|
594
594
|
{
|
595
595
|
"disabled": false,
|
596
|
-
"document": "
|
596
|
+
"document": "当前该主题中消息数目(消息堆积数)。",
|
597
597
|
"example": "12",
|
598
598
|
"member": "uint64",
|
599
599
|
"name": "MsgCount",
|
600
600
|
"output_required": true,
|
601
601
|
"type": "int",
|
602
|
-
"value_allowed_null":
|
602
|
+
"value_allowed_null": false
|
603
603
|
},
|
604
604
|
{
|
605
605
|
"disabled": false,
|
606
|
-
"document": "主题的 ID
|
606
|
+
"document": "主题的 ID。",
|
607
607
|
"example": "topic-xxxxxxxx",
|
608
608
|
"member": "string",
|
609
609
|
"name": "TopicId",
|
610
610
|
"output_required": true,
|
611
611
|
"type": "string",
|
612
|
-
"value_allowed_null":
|
612
|
+
"value_allowed_null": false
|
613
613
|
},
|
614
614
|
{
|
615
615
|
"disabled": false,
|
616
|
-
"document": "消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为65536
|
616
|
+
"document": "消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为65536。",
|
617
617
|
"example": "1024",
|
618
618
|
"member": "uint64",
|
619
619
|
"name": "MaxMsgSize",
|
620
620
|
"output_required": true,
|
621
621
|
"type": "int",
|
622
|
-
"value_allowed_null":
|
622
|
+
"value_allowed_null": false
|
623
623
|
},
|
624
624
|
{
|
625
625
|
"disabled": false,
|
626
|
-
"document": "消息轨迹。true表示开启,false
|
626
|
+
"document": "消息轨迹。true表示开启,false表示不开启。",
|
627
627
|
"example": "0",
|
628
628
|
"member": "bool",
|
629
629
|
"name": "Trace",
|
630
630
|
"output_required": true,
|
631
631
|
"type": "bool",
|
632
|
-
"value_allowed_null":
|
632
|
+
"value_allowed_null": false
|
633
633
|
},
|
634
634
|
{
|
635
635
|
"disabled": false,
|
636
|
-
"document": "
|
636
|
+
"document": "关联的标签。",
|
637
637
|
"example": "{\"key\":\"value\"}",
|
638
638
|
"member": "Tag",
|
639
639
|
"name": "Tags",
|
640
640
|
"output_required": true,
|
641
641
|
"type": "list",
|
642
|
-
"value_allowed_null":
|
642
|
+
"value_allowed_null": false
|
643
643
|
},
|
644
644
|
{
|
645
645
|
"disabled": false,
|
646
|
-
"document": "创建者 Uin,CAM 鉴权 resource
|
646
|
+
"document": "创建者 Uin,CAM 鉴权 resource 由该字段组合而成。",
|
647
647
|
"example": "10000004321",
|
648
648
|
"member": "uint64",
|
649
649
|
"name": "CreateUin",
|
650
650
|
"output_required": true,
|
651
651
|
"type": "int",
|
652
|
-
"value_allowed_null":
|
652
|
+
"value_allowed_null": false
|
653
653
|
},
|
654
654
|
{
|
655
655
|
"disabled": false,
|
656
|
-
"document": "描述用户创建订阅时选择的过滤策略:\nFilterType = 1表示用户使用 FilterTag 标签过滤;\nFilterType = 2表示用户使用 BindingKey
|
656
|
+
"document": "描述用户创建订阅时选择的过滤策略:\nFilterType = 1表示用户使用 FilterTag 标签过滤;\nFilterType = 2表示用户使用 BindingKey 过滤。",
|
657
657
|
"example": "1",
|
658
658
|
"member": "uint64",
|
659
659
|
"name": "FilterType",
|
660
660
|
"output_required": true,
|
661
661
|
"type": "int",
|
662
|
-
"value_allowed_null":
|
662
|
+
"value_allowed_null": false
|
663
663
|
},
|
664
664
|
{
|
665
665
|
"disabled": false,
|
666
|
-
"document": "
|
666
|
+
"document": "主题名称。",
|
667
667
|
"example": "testTopic",
|
668
668
|
"member": "string",
|
669
669
|
"name": "TopicName",
|
670
670
|
"output_required": true,
|
671
671
|
"type": "string",
|
672
|
-
"value_allowed_null":
|
672
|
+
"value_allowed_null": false
|
673
673
|
},
|
674
674
|
{
|
675
675
|
"disabled": false,
|
676
|
-
"document": "最后一次修改主题属性的时间。返回 Unix
|
676
|
+
"document": "最后一次修改主题属性的时间。返回 Unix 时间戳,精确到秒。",
|
677
677
|
"example": "1645087331",
|
678
678
|
"member": "uint64",
|
679
679
|
"name": "LastModifyTime",
|
680
680
|
"output_required": true,
|
681
681
|
"type": "int",
|
682
|
-
"value_allowed_null":
|
682
|
+
"value_allowed_null": false
|
683
683
|
},
|
684
684
|
{
|
685
685
|
"disabled": false,
|
686
|
-
"document": "消息在主题中最长存活时间,从发送到该主题开始经过此参数指定的时间后,不论消息是否被成功推送给用户都将被删除,单位为秒。固定为一天(86400
|
686
|
+
"document": "消息在主题中最长存活时间,从发送到该主题开始经过此参数指定的时间后,不论消息是否被成功推送给用户都将被删除,单位为秒。固定为一天(86400秒),该属性不能修改。",
|
687
687
|
"example": "86400",
|
688
688
|
"member": "uint64",
|
689
689
|
"name": "MsgRetentionSeconds",
|
690
690
|
"output_required": true,
|
691
691
|
"type": "int",
|
692
|
-
"value_allowed_null":
|
692
|
+
"value_allowed_null": false
|
693
693
|
},
|
694
694
|
{
|
695
695
|
"disabled": false,
|
696
|
-
"document": "
|
696
|
+
"document": "每秒钟发布消息的条数。",
|
697
697
|
"example": "5000",
|
698
698
|
"member": "uint64",
|
699
699
|
"name": "Qps",
|
700
700
|
"output_required": true,
|
701
701
|
"type": "int",
|
702
|
-
"value_allowed_null":
|
702
|
+
"value_allowed_null": false
|
703
703
|
},
|
704
704
|
{
|
705
705
|
"disabled": false,
|
706
|
-
"document": "主题的创建时间。返回 Unix
|
706
|
+
"document": "主题的创建时间。返回 Unix 时间戳,精确到秒。",
|
707
707
|
"example": "1645087331",
|
708
708
|
"member": "uint64",
|
709
709
|
"name": "CreateTime",
|
710
710
|
"output_required": true,
|
711
711
|
"type": "int",
|
712
|
-
"value_allowed_null":
|
712
|
+
"value_allowed_null": false
|
713
713
|
},
|
714
714
|
{
|
715
715
|
"disabled": false,
|
716
|
-
"document": "是否迁移到新版本。0 表示未迁移,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4
|
716
|
+
"document": "是否迁移到新版本。0 表示未迁移,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4 未知状态。",
|
717
717
|
"example": "1",
|
718
718
|
"member": "int64",
|
719
719
|
"name": "Migrate",
|
720
720
|
"output_required": true,
|
721
721
|
"type": "int",
|
722
|
-
"value_allowed_null":
|
722
|
+
"value_allowed_null": false
|
723
723
|
}
|
724
724
|
],
|
725
725
|
"usage": "out"
|
@@ -729,23 +729,23 @@
|
|
729
729
|
"members": [
|
730
730
|
{
|
731
731
|
"disabled": false,
|
732
|
-
"document": "
|
732
|
+
"document": "最大查询次数。",
|
733
733
|
"example": "1",
|
734
734
|
"member": "uint64",
|
735
735
|
"name": "MaxQueryCount",
|
736
|
-
"
|
736
|
+
"output_required": true,
|
737
737
|
"type": "int",
|
738
|
-
"value_allowed_null":
|
738
|
+
"value_allowed_null": false
|
739
739
|
},
|
740
740
|
{
|
741
741
|
"disabled": false,
|
742
|
-
"document": "
|
742
|
+
"document": "第一次回查时间。",
|
743
743
|
"example": "1",
|
744
744
|
"member": "uint64",
|
745
745
|
"name": "FirstQueryInterval",
|
746
|
-
"
|
746
|
+
"output_required": true,
|
747
747
|
"type": "int",
|
748
|
-
"value_allowed_null":
|
748
|
+
"value_allowed_null": false
|
749
749
|
}
|
750
750
|
],
|
751
751
|
"usage": "out"
|