tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -364,7 +364,7 @@
|
|
364
364
|
{
|
365
365
|
"disabled": false,
|
366
366
|
"document": "弹性伸缩最小实例数",
|
367
|
-
"example": "
|
367
|
+
"example": "0",
|
368
368
|
"member": "int64",
|
369
369
|
"name": "MinReplicas",
|
370
370
|
"output_required": true,
|
@@ -375,7 +375,7 @@
|
|
375
375
|
{
|
376
376
|
"disabled": false,
|
377
377
|
"document": "弹性伸缩最大实例数",
|
378
|
-
"example": "
|
378
|
+
"example": "2",
|
379
379
|
"member": "int64",
|
380
380
|
"name": "MaxReplicas",
|
381
381
|
"output_required": true,
|
@@ -386,7 +386,7 @@
|
|
386
386
|
{
|
387
387
|
"disabled": false,
|
388
388
|
"document": "指标弹性伸缩策略(指标策略和定时策略必须填写一个)\n注意:此字段可能返回 null,表示取不到有效值。",
|
389
|
-
"example": "
|
389
|
+
"example": "{\"HorizontalAutoscaler\":[{\"DoubleThreshold\":50,\"Enabled\":true,\"MaxReplicas\":4,\"Metrics\":\"CPU\",\"MinReplicas\":0}]}",
|
390
390
|
"member": "HorizontalAutoscaler",
|
391
391
|
"name": "HorizontalAutoscaler",
|
392
392
|
"output_required": true,
|
@@ -397,7 +397,7 @@
|
|
397
397
|
{
|
398
398
|
"disabled": false,
|
399
399
|
"document": "定时弹性伸缩策略(指标策略和定时策略必须填写一个)\n注意:此字段可能返回 null,表示取不到有效值。",
|
400
|
-
"example": "1",
|
400
|
+
"example": "{\"CronHorizontalAutoscaler\":[{\"Enabled\":false,\"Name\":\"pk-test\",\"Period\":\"* * *\",\"Priority\":0,\"Schedules\":[{\"StartAt\":\"02:00\",\"TargetReplicas\":1}]}]}",
|
401
401
|
"member": "CronHorizontalAutoscaler",
|
402
402
|
"name": "CronHorizontalAutoscaler",
|
403
403
|
"output_required": true,
|
@@ -408,7 +408,7 @@
|
|
408
408
|
{
|
409
409
|
"disabled": false,
|
410
410
|
"document": "弹性伸缩ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
411
|
-
"example": "
|
411
|
+
"example": "scaler-xxxxxx",
|
412
412
|
"member": "string",
|
413
413
|
"name": "AutoscalerId",
|
414
414
|
"output_required": true,
|
@@ -419,7 +419,7 @@
|
|
419
419
|
{
|
420
420
|
"disabled": false,
|
421
421
|
"document": "弹性伸缩名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
422
|
-
"example": "
|
422
|
+
"example": "scaler-name",
|
423
423
|
"member": "string",
|
424
424
|
"name": "AutoscalerName",
|
425
425
|
"output_required": true,
|
@@ -430,7 +430,7 @@
|
|
430
430
|
{
|
431
431
|
"disabled": false,
|
432
432
|
"document": "弹性伸缩描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
433
|
-
"example": "
|
433
|
+
"example": "描述",
|
434
434
|
"member": "string",
|
435
435
|
"name": "Description",
|
436
436
|
"output_required": true,
|
@@ -441,7 +441,7 @@
|
|
441
441
|
{
|
442
442
|
"disabled": false,
|
443
443
|
"document": "创建日期\n注意:此字段可能返回 null,表示取不到有效值。",
|
444
|
-
"example": "
|
444
|
+
"example": "2024-10-25 16:36:10",
|
445
445
|
"member": "string",
|
446
446
|
"name": "CreateDate",
|
447
447
|
"output_required": true,
|
@@ -452,7 +452,7 @@
|
|
452
452
|
{
|
453
453
|
"disabled": false,
|
454
454
|
"document": "修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
455
|
-
"example": "
|
455
|
+
"example": "2024-10-25 16:36:10",
|
456
456
|
"member": "string",
|
457
457
|
"name": "ModifyDate",
|
458
458
|
"output_required": true,
|
@@ -463,7 +463,7 @@
|
|
463
463
|
{
|
464
464
|
"disabled": false,
|
465
465
|
"document": "启用时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
466
|
-
"example": "
|
466
|
+
"example": "2024-10-25 16:36:10",
|
467
467
|
"member": "string",
|
468
468
|
"name": "EnableDate",
|
469
469
|
"output_required": true,
|
@@ -474,7 +474,7 @@
|
|
474
474
|
{
|
475
475
|
"disabled": false,
|
476
476
|
"document": "是否启用\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
-
"example": "
|
477
|
+
"example": "true",
|
478
478
|
"member": "bool",
|
479
479
|
"name": "Enabled",
|
480
480
|
"output_required": true,
|
@@ -633,7 +633,7 @@
|
|
633
633
|
{
|
634
634
|
"disabled": false,
|
635
635
|
"document": "服务id",
|
636
|
-
"example": "
|
636
|
+
"example": "app-xxxxxx",
|
637
637
|
"member": "string",
|
638
638
|
"name": "ApplicationId",
|
639
639
|
"required": true,
|
@@ -642,12 +642,21 @@
|
|
642
642
|
{
|
643
643
|
"disabled": false,
|
644
644
|
"document": "环境ID",
|
645
|
-
"example": "
|
645
|
+
"example": "en-xxxxxx",
|
646
646
|
"member": "string",
|
647
647
|
"name": "EnvironmentId",
|
648
648
|
"required": true,
|
649
649
|
"type": "string"
|
650
650
|
},
|
651
|
+
{
|
652
|
+
"disabled": false,
|
653
|
+
"document": "弹性伸缩策略",
|
654
|
+
"example": "{ \"MinReplicas\": 0, \"MaxReplicas\": 1, \"AutoscalerName\": \"pk-test\", \"Description\": \"\", \"Enabled\": false, \"HorizontalAutoscaler\": [ { \"MinReplicas\": 0, \"MaxReplicas\": 1, \"Metrics\": \"CPU\", \"DoubleThreshold\": 30, \"Enabled\": true } ] }",
|
655
|
+
"member": "Autoscaler",
|
656
|
+
"name": "Autoscaler",
|
657
|
+
"required": true,
|
658
|
+
"type": "object"
|
659
|
+
},
|
651
660
|
{
|
652
661
|
"disabled": false,
|
653
662
|
"document": "来源渠道",
|
@@ -656,15 +665,6 @@
|
|
656
665
|
"name": "SourceChannel",
|
657
666
|
"required": false,
|
658
667
|
"type": "int"
|
659
|
-
},
|
660
|
-
{
|
661
|
-
"disabled": false,
|
662
|
-
"document": "弹性伸缩策略",
|
663
|
-
"example": "1",
|
664
|
-
"member": "Autoscaler",
|
665
|
-
"name": "Autoscaler",
|
666
|
-
"required": false,
|
667
|
-
"type": "object"
|
668
668
|
}
|
669
669
|
],
|
670
670
|
"type": "object"
|
@@ -675,10 +675,10 @@
|
|
675
675
|
{
|
676
676
|
"disabled": false,
|
677
677
|
"document": "弹性伸缩策略组合ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
678
|
-
"example": "
|
678
|
+
"example": "scaler-xxxxxx",
|
679
679
|
"member": "string",
|
680
680
|
"name": "Result",
|
681
|
-
"
|
681
|
+
"output_required": true,
|
682
682
|
"type": "string",
|
683
683
|
"value_allowed_null": true
|
684
684
|
},
|
@@ -851,7 +851,7 @@
|
|
851
851
|
{
|
852
852
|
"disabled": false,
|
853
853
|
"document": "服务id",
|
854
|
-
"example": "
|
854
|
+
"example": "app-xxxxxx",
|
855
855
|
"member": "string",
|
856
856
|
"name": "ApplicationId",
|
857
857
|
"required": true,
|
@@ -860,12 +860,21 @@
|
|
860
860
|
{
|
861
861
|
"disabled": false,
|
862
862
|
"document": "环境ID",
|
863
|
-
"example": "
|
863
|
+
"example": "en-xxxxxx",
|
864
864
|
"member": "string",
|
865
865
|
"name": "EnvironmentId",
|
866
866
|
"required": true,
|
867
867
|
"type": "string"
|
868
868
|
},
|
869
|
+
{
|
870
|
+
"disabled": false,
|
871
|
+
"document": "访问方式详情",
|
872
|
+
"example": "{}",
|
873
|
+
"member": "ServicePortMapping",
|
874
|
+
"name": "Service",
|
875
|
+
"required": true,
|
876
|
+
"type": "object"
|
877
|
+
},
|
869
878
|
{
|
870
879
|
"disabled": false,
|
871
880
|
"document": "来源渠道",
|
@@ -874,15 +883,6 @@
|
|
874
883
|
"name": "SourceChannel",
|
875
884
|
"required": false,
|
876
885
|
"type": "int"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"disabled": false,
|
880
|
-
"document": "访问方式详情",
|
881
|
-
"example": "{}",
|
882
|
-
"member": "ServicePortMapping",
|
883
|
-
"name": "Service",
|
884
|
-
"required": false,
|
885
|
-
"type": "object"
|
886
886
|
}
|
887
887
|
],
|
888
888
|
"type": "object"
|
@@ -896,7 +896,7 @@
|
|
896
896
|
"example": "true",
|
897
897
|
"member": "bool",
|
898
898
|
"name": "Result",
|
899
|
-
"
|
899
|
+
"output_required": true,
|
900
900
|
"type": "bool",
|
901
901
|
"value_allowed_null": true
|
902
902
|
},
|
@@ -930,6 +930,15 @@
|
|
930
930
|
"required": true,
|
931
931
|
"type": "string"
|
932
932
|
},
|
933
|
+
{
|
934
|
+
"disabled": false,
|
935
|
+
"document": "配置信息",
|
936
|
+
"example": "[]",
|
937
|
+
"member": "Pair",
|
938
|
+
"name": "Data",
|
939
|
+
"required": true,
|
940
|
+
"type": "list"
|
941
|
+
},
|
933
942
|
{
|
934
943
|
"disabled": false,
|
935
944
|
"document": "来源渠道",
|
@@ -938,15 +947,6 @@
|
|
938
947
|
"name": "SourceChannel",
|
939
948
|
"required": false,
|
940
949
|
"type": "int"
|
941
|
-
},
|
942
|
-
{
|
943
|
-
"disabled": false,
|
944
|
-
"document": "配置信息",
|
945
|
-
"example": "[]",
|
946
|
-
"member": "Pair",
|
947
|
-
"name": "Data",
|
948
|
-
"required": false,
|
949
|
-
"type": "list"
|
950
950
|
}
|
951
951
|
],
|
952
952
|
"type": "object"
|
@@ -1105,7 +1105,7 @@
|
|
1105
1105
|
},
|
1106
1106
|
{
|
1107
1107
|
"disabled": false,
|
1108
|
-
"document": "是否开启tsw
|
1108
|
+
"document": "是否开启tsw服务。默认值:false",
|
1109
1109
|
"example": "true",
|
1110
1110
|
"member": "bool",
|
1111
1111
|
"name": "EnableTswTraceService",
|
@@ -1123,7 +1123,7 @@
|
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"disabled": false,
|
1126
|
-
"document": "环境类型:test、pre、prod",
|
1126
|
+
"document": "环境类型:test、pre、prod。默认值:prod",
|
1127
1127
|
"example": "test",
|
1128
1128
|
"member": "string",
|
1129
1129
|
"name": "EnvType",
|
@@ -1141,7 +1141,7 @@
|
|
1141
1141
|
},
|
1142
1142
|
{
|
1143
1143
|
"disabled": false,
|
1144
|
-
"document": "
|
1144
|
+
"document": "是否创建私有网络.默认值:true",
|
1145
1145
|
"example": "false",
|
1146
1146
|
"member": "bool",
|
1147
1147
|
"name": "SetupVpc",
|
@@ -1150,7 +1150,7 @@
|
|
1150
1150
|
},
|
1151
1151
|
{
|
1152
1152
|
"disabled": false,
|
1153
|
-
"document": "是否创建 Prometheus
|
1153
|
+
"document": "是否创建 Prometheus 实例。默认值:false",
|
1154
1154
|
"example": "false",
|
1155
1155
|
"member": "bool",
|
1156
1156
|
"name": "SetupPrometheus",
|
@@ -1187,6 +1187,7 @@
|
|
1187
1187
|
"example": "namespace-36pm4p8r",
|
1188
1188
|
"member": "string",
|
1189
1189
|
"name": "Result",
|
1190
|
+
"output_required": true,
|
1190
1191
|
"type": "string",
|
1191
1192
|
"value_allowed_null": true
|
1192
1193
|
},
|
@@ -1235,7 +1236,7 @@
|
|
1235
1236
|
"example": "app-xxxxxx",
|
1236
1237
|
"member": "string",
|
1237
1238
|
"name": "ApplicationId",
|
1238
|
-
"required":
|
1239
|
+
"required": true,
|
1239
1240
|
"type": "string"
|
1240
1241
|
},
|
1241
1242
|
{
|
@@ -1496,7 +1497,7 @@
|
|
1496
1497
|
{
|
1497
1498
|
"disabled": false,
|
1498
1499
|
"document": "服务id",
|
1499
|
-
"example": "
|
1500
|
+
"example": "app-xxxxxx",
|
1500
1501
|
"member": "string",
|
1501
1502
|
"name": "ApplicationId",
|
1502
1503
|
"required": true,
|
@@ -1505,12 +1506,21 @@
|
|
1505
1506
|
{
|
1506
1507
|
"disabled": false,
|
1507
1508
|
"document": "环境ID",
|
1508
|
-
"example": "
|
1509
|
+
"example": "en-xxxxxx",
|
1509
1510
|
"member": "string",
|
1510
1511
|
"name": "EnvironmentId",
|
1511
1512
|
"required": true,
|
1512
1513
|
"type": "string"
|
1513
1514
|
},
|
1515
|
+
{
|
1516
|
+
"disabled": false,
|
1517
|
+
"document": "弹性伸缩策略ID",
|
1518
|
+
"example": "scaler-xxxxxx",
|
1519
|
+
"member": "string",
|
1520
|
+
"name": "AutoscalerId",
|
1521
|
+
"required": true,
|
1522
|
+
"type": "string"
|
1523
|
+
},
|
1514
1524
|
{
|
1515
1525
|
"disabled": false,
|
1516
1526
|
"document": "来源渠道",
|
@@ -1519,15 +1529,6 @@
|
|
1519
1529
|
"name": "SourceChannel",
|
1520
1530
|
"required": false,
|
1521
1531
|
"type": "int"
|
1522
|
-
},
|
1523
|
-
{
|
1524
|
-
"disabled": false,
|
1525
|
-
"document": "弹性伸缩策略ID",
|
1526
|
-
"example": "1",
|
1527
|
-
"member": "string",
|
1528
|
-
"name": "AutoscalerId",
|
1529
|
-
"required": false,
|
1530
|
-
"type": "string"
|
1531
1532
|
}
|
1532
1533
|
],
|
1533
1534
|
"type": "object"
|
@@ -1538,10 +1539,10 @@
|
|
1538
1539
|
{
|
1539
1540
|
"disabled": false,
|
1540
1541
|
"document": "是否成功\n注意:此字段可能返回 null,表示取不到有效值。",
|
1541
|
-
"example": "
|
1542
|
+
"example": "true",
|
1542
1543
|
"member": "bool",
|
1543
1544
|
"name": "Result",
|
1544
|
-
"
|
1545
|
+
"output_required": true,
|
1545
1546
|
"type": "bool",
|
1546
1547
|
"value_allowed_null": true
|
1547
1548
|
},
|
@@ -1560,7 +1561,7 @@
|
|
1560
1561
|
{
|
1561
1562
|
"disabled": false,
|
1562
1563
|
"document": "服务Id",
|
1563
|
-
"example": "
|
1564
|
+
"example": "app-xxxxxx",
|
1564
1565
|
"member": "string",
|
1565
1566
|
"name": "ApplicationId",
|
1566
1567
|
"required": true,
|
@@ -1569,7 +1570,7 @@
|
|
1569
1570
|
{
|
1570
1571
|
"disabled": false,
|
1571
1572
|
"document": "环境ID",
|
1572
|
-
"example": "
|
1573
|
+
"example": "en-xxxxxx",
|
1573
1574
|
"member": "string",
|
1574
1575
|
"name": "EnvironmentId",
|
1575
1576
|
"required": true,
|
@@ -1602,7 +1603,7 @@
|
|
1602
1603
|
{
|
1603
1604
|
"disabled": false,
|
1604
1605
|
"document": "返回结果",
|
1605
|
-
"example": "
|
1606
|
+
"example": "true",
|
1606
1607
|
"member": "bool",
|
1607
1608
|
"name": "Result",
|
1608
1609
|
"output_required": true,
|
@@ -1624,38 +1625,38 @@
|
|
1624
1625
|
{
|
1625
1626
|
"disabled": false,
|
1626
1627
|
"document": "服务id",
|
1627
|
-
"example": "
|
1628
|
+
"example": "app-xxxxxx",
|
1628
1629
|
"member": "string",
|
1629
1630
|
"name": "ApplicationId",
|
1630
|
-
"required":
|
1631
|
+
"required": true,
|
1631
1632
|
"type": "string"
|
1632
1633
|
},
|
1633
|
-
{
|
1634
|
-
"disabled": false,
|
1635
|
-
"document": "来源渠道",
|
1636
|
-
"example": "0",
|
1637
|
-
"member": "int64",
|
1638
|
-
"name": "SourceChannel",
|
1639
|
-
"required": false,
|
1640
|
-
"type": "int"
|
1641
|
-
},
|
1642
1634
|
{
|
1643
1635
|
"disabled": false,
|
1644
1636
|
"document": "环境ID",
|
1645
|
-
"example": "
|
1637
|
+
"example": "en-xxxxxx",
|
1646
1638
|
"member": "string",
|
1647
1639
|
"name": "EnvironmentId",
|
1648
|
-
"required":
|
1640
|
+
"required": true,
|
1649
1641
|
"type": "string"
|
1650
1642
|
},
|
1651
1643
|
{
|
1652
1644
|
"disabled": false,
|
1653
1645
|
"document": "访问方式服务名",
|
1654
|
-
"example": "
|
1646
|
+
"example": "name-xxx",
|
1655
1647
|
"member": "string",
|
1656
1648
|
"name": "ServiceName",
|
1657
|
-
"required":
|
1649
|
+
"required": true,
|
1658
1650
|
"type": "string"
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"disabled": false,
|
1654
|
+
"document": "来源渠道",
|
1655
|
+
"example": "0",
|
1656
|
+
"member": "int64",
|
1657
|
+
"name": "SourceChannel",
|
1658
|
+
"required": false,
|
1659
|
+
"type": "int"
|
1659
1660
|
}
|
1660
1661
|
],
|
1661
1662
|
"type": "object"
|
@@ -1669,7 +1670,7 @@
|
|
1669
1670
|
"example": "true",
|
1670
1671
|
"member": "bool",
|
1671
1672
|
"name": "Result",
|
1672
|
-
"
|
1673
|
+
"output_required": true,
|
1673
1674
|
"type": "bool",
|
1674
1675
|
"value_allowed_null": true
|
1675
1676
|
},
|
@@ -1794,6 +1795,15 @@
|
|
1794
1795
|
"required": true,
|
1795
1796
|
"type": "string"
|
1796
1797
|
},
|
1798
|
+
{
|
1799
|
+
"disabled": false,
|
1800
|
+
"document": "部署类型为 IMAGE 时,该参数表示镜像 tag。\n部署类型为 JAR/WAR 时,该参数表示包版本号。",
|
1801
|
+
"example": "v1",
|
1802
|
+
"member": "string",
|
1803
|
+
"name": "DeployVersion",
|
1804
|
+
"required": true,
|
1805
|
+
"type": "string"
|
1806
|
+
},
|
1797
1807
|
{
|
1798
1808
|
"disabled": false,
|
1799
1809
|
"document": "镜像仓库",
|
@@ -1875,15 +1885,6 @@
|
|
1875
1885
|
"required": false,
|
1876
1886
|
"type": "string"
|
1877
1887
|
},
|
1878
|
-
{
|
1879
|
-
"disabled": false,
|
1880
|
-
"document": "部署类型为 IMAGE 时,该参数表示镜像 tag。\n部署类型为 JAR/WAR 时,该参数表示包版本号。",
|
1881
|
-
"example": "v1",
|
1882
|
-
"member": "string",
|
1883
|
-
"name": "DeployVersion",
|
1884
|
-
"required": false,
|
1885
|
-
"type": "string"
|
1886
|
-
},
|
1887
1888
|
{
|
1888
1889
|
"disabled": false,
|
1889
1890
|
"document": "传入内容为 /jar包名字 的形式。也就是在 jar包名字前增加一个/。\n\n如上传的 jar 包名字为 demo-1.0.0.jar,那么这里传入内容为:/demo-1.0.0.jar\n\n注:jar 包需要通过 tem 页面上传过,tem 后端才能拉到该 jar 包。",
|
@@ -2181,7 +2182,7 @@
|
|
2181
2182
|
{
|
2182
2183
|
"disabled": false,
|
2183
2184
|
"document": "版本ID(前端可忽略)",
|
2184
|
-
"example": "
|
2185
|
+
"example": "revision-xxxxxx",
|
2185
2186
|
"member": "string",
|
2186
2187
|
"name": "Result",
|
2187
2188
|
"output_required": true,
|
@@ -2486,7 +2487,7 @@
|
|
2486
2487
|
{
|
2487
2488
|
"disabled": false,
|
2488
2489
|
"document": "服务版本ID",
|
2489
|
-
"example": "
|
2490
|
+
"example": "app-xxxxxx",
|
2490
2491
|
"member": "string",
|
2491
2492
|
"name": "ApplicationId",
|
2492
2493
|
"required": true,
|
@@ -2504,7 +2505,7 @@
|
|
2504
2505
|
{
|
2505
2506
|
"disabled": false,
|
2506
2507
|
"document": "环境ID",
|
2507
|
-
"example": "
|
2508
|
+
"example": "en-xxxxxx",
|
2508
2509
|
"member": "string",
|
2509
2510
|
"name": "EnvironmentId",
|
2510
2511
|
"required": false,
|
@@ -2522,7 +2523,7 @@
|
|
2522
2523
|
"example": "1",
|
2523
2524
|
"member": "TemServiceVersionInfo",
|
2524
2525
|
"name": "Result",
|
2525
|
-
"
|
2526
|
+
"output_required": true,
|
2526
2527
|
"type": "object",
|
2527
2528
|
"value_allowed_null": false
|
2528
2529
|
},
|
@@ -2541,7 +2542,7 @@
|
|
2541
2542
|
{
|
2542
2543
|
"disabled": false,
|
2543
2544
|
"document": "环境id",
|
2544
|
-
"example": "
|
2545
|
+
"example": "en-xxxxxx",
|
2545
2546
|
"member": "string",
|
2546
2547
|
"name": "EnvironmentId",
|
2547
2548
|
"required": true,
|
@@ -2550,7 +2551,7 @@
|
|
2550
2551
|
{
|
2551
2552
|
"disabled": false,
|
2552
2553
|
"document": "应用id",
|
2553
|
-
"example": "
|
2554
|
+
"example": "app-xxxxxx",
|
2554
2555
|
"member": "string",
|
2555
2556
|
"name": "ApplicationId",
|
2556
2557
|
"required": true,
|
@@ -2613,7 +2614,7 @@
|
|
2613
2614
|
"example": "page",
|
2614
2615
|
"member": "DescribeRunPodPage",
|
2615
2616
|
"name": "Result",
|
2616
|
-
"
|
2617
|
+
"output_required": true,
|
2617
2618
|
"type": "object",
|
2618
2619
|
"value_allowed_null": false
|
2619
2620
|
},
|
@@ -2687,7 +2688,7 @@
|
|
2687
2688
|
{
|
2688
2689
|
"disabled": false,
|
2689
2690
|
"document": "命名空间ID",
|
2690
|
-
"example": "
|
2691
|
+
"example": "en-xxxxxx",
|
2691
2692
|
"member": "string",
|
2692
2693
|
"name": "EnvironmentId",
|
2693
2694
|
"required": false,
|
@@ -2695,8 +2696,8 @@
|
|
2695
2696
|
},
|
2696
2697
|
{
|
2697
2698
|
"disabled": false,
|
2698
|
-
"document": "分页Limit",
|
2699
|
-
"example": "
|
2699
|
+
"document": "分页Limit,默认值:20",
|
2700
|
+
"example": "20",
|
2700
2701
|
"member": "int64",
|
2701
2702
|
"name": "Limit",
|
2702
2703
|
"required": false,
|
@@ -2704,8 +2705,8 @@
|
|
2704
2705
|
},
|
2705
2706
|
{
|
2706
2707
|
"disabled": false,
|
2707
|
-
"document": "分页offset",
|
2708
|
-
"example": "
|
2708
|
+
"document": "分页offset,默认值:0",
|
2709
|
+
"example": "0",
|
2709
2710
|
"member": "int64",
|
2710
2711
|
"name": "Offset",
|
2711
2712
|
"required": false,
|
@@ -2723,7 +2724,7 @@
|
|
2723
2724
|
{
|
2724
2725
|
"disabled": false,
|
2725
2726
|
"document": "服务id",
|
2726
|
-
"example": "
|
2727
|
+
"example": "app-xxxxxx",
|
2727
2728
|
"member": "string",
|
2728
2729
|
"name": "ApplicationId",
|
2729
2730
|
"required": false,
|
@@ -2768,7 +2769,7 @@
|
|
2768
2769
|
"example": "1",
|
2769
2770
|
"member": "ServicePage",
|
2770
2771
|
"name": "Result",
|
2771
|
-
"
|
2772
|
+
"output_required": true,
|
2772
2773
|
"type": "object",
|
2773
2774
|
"value_allowed_null": false
|
2774
2775
|
},
|
@@ -2784,6 +2785,15 @@
|
|
2784
2785
|
"DescribeApplicationsStatusRequest": {
|
2785
2786
|
"document": "DescribeApplicationsStatus请求参数结构体",
|
2786
2787
|
"members": [
|
2788
|
+
{
|
2789
|
+
"disabled": false,
|
2790
|
+
"document": "环境ID",
|
2791
|
+
"example": "en-xxxxxx",
|
2792
|
+
"member": "string",
|
2793
|
+
"name": "EnvironmentId",
|
2794
|
+
"required": true,
|
2795
|
+
"type": "string"
|
2796
|
+
},
|
2787
2797
|
{
|
2788
2798
|
"disabled": false,
|
2789
2799
|
"document": "来源渠道",
|
@@ -2792,15 +2802,6 @@
|
|
2792
2802
|
"name": "SourceChannel",
|
2793
2803
|
"required": false,
|
2794
2804
|
"type": "int"
|
2795
|
-
},
|
2796
|
-
{
|
2797
|
-
"disabled": false,
|
2798
|
-
"document": "环境ID",
|
2799
|
-
"example": "en-xxxxxx",
|
2800
|
-
"member": "string",
|
2801
|
-
"name": "EnvironmentId",
|
2802
|
-
"required": false,
|
2803
|
-
"type": "string"
|
2804
2805
|
}
|
2805
2806
|
],
|
2806
2807
|
"type": "object"
|
@@ -2988,19 +2989,19 @@
|
|
2988
2989
|
{
|
2989
2990
|
"disabled": false,
|
2990
2991
|
"document": "服务id",
|
2991
|
-
"example": "
|
2992
|
+
"example": "app-xxxxxx",
|
2992
2993
|
"member": "string",
|
2993
2994
|
"name": "ApplicationId",
|
2994
|
-
"required":
|
2995
|
+
"required": true,
|
2995
2996
|
"type": "string"
|
2996
2997
|
},
|
2997
2998
|
{
|
2998
2999
|
"disabled": false,
|
2999
3000
|
"document": "环境id",
|
3000
|
-
"example": "
|
3001
|
+
"example": "en-xxxxxx",
|
3001
3002
|
"member": "string",
|
3002
3003
|
"name": "EnvironmentId",
|
3003
|
-
"required":
|
3004
|
+
"required": true,
|
3004
3005
|
"type": "string"
|
3005
3006
|
},
|
3006
3007
|
{
|
@@ -3024,7 +3025,7 @@
|
|
3024
3025
|
"example": "{}",
|
3025
3026
|
"member": "TemDeployApplicationDetailInfo",
|
3026
3027
|
"name": "Result",
|
3027
|
-
"
|
3028
|
+
"output_required": true,
|
3028
3029
|
"type": "object",
|
3029
3030
|
"value_allowed_null": false
|
3030
3031
|
},
|
@@ -3043,7 +3044,7 @@
|
|
3043
3044
|
{
|
3044
3045
|
"disabled": false,
|
3045
3046
|
"document": "命名空间id",
|
3046
|
-
"example": "
|
3047
|
+
"example": "en-xxxxxx",
|
3047
3048
|
"member": "string",
|
3048
3049
|
"name": "EnvironmentId",
|
3049
3050
|
"required": true,
|
@@ -3070,7 +3071,7 @@
|
|
3070
3071
|
"example": "{}",
|
3071
3072
|
"member": "NamespaceInfo",
|
3072
3073
|
"name": "Result",
|
3073
|
-
"
|
3074
|
+
"output_required": true,
|
3074
3075
|
"type": "object",
|
3075
3076
|
"value_allowed_null": false
|
3076
3077
|
},
|
@@ -3089,7 +3090,7 @@
|
|
3089
3090
|
{
|
3090
3091
|
"disabled": false,
|
3091
3092
|
"document": "命名空间id",
|
3092
|
-
"example": "
|
3093
|
+
"example": "en-xxxxxx",
|
3093
3094
|
"member": "string",
|
3094
3095
|
"name": "EnvironmentIds",
|
3095
3096
|
"required": true,
|
@@ -3116,7 +3117,7 @@
|
|
3116
3117
|
"example": "1",
|
3117
3118
|
"member": "NamespaceStatusInfo",
|
3118
3119
|
"name": "Result",
|
3119
|
-
"
|
3120
|
+
"output_required": true,
|
3120
3121
|
"type": "list",
|
3121
3122
|
"value_allowed_null": false
|
3122
3123
|
},
|
@@ -3134,8 +3135,8 @@
|
|
3134
3135
|
"members": [
|
3135
3136
|
{
|
3136
3137
|
"disabled": false,
|
3137
|
-
"document": "分页limit",
|
3138
|
-
"example": "
|
3138
|
+
"document": "分页limit,默认:20",
|
3139
|
+
"example": "20",
|
3139
3140
|
"member": "int64",
|
3140
3141
|
"name": "Limit",
|
3141
3142
|
"required": false,
|
@@ -3143,8 +3144,8 @@
|
|
3143
3144
|
},
|
3144
3145
|
{
|
3145
3146
|
"disabled": false,
|
3146
|
-
"document": "
|
3147
|
-
"example": "
|
3147
|
+
"document": "分页下标,默认:0",
|
3148
|
+
"example": "0",
|
3148
3149
|
"member": "int64",
|
3149
3150
|
"name": "Offset",
|
3150
3151
|
"required": false,
|
@@ -3198,7 +3199,7 @@
|
|
3198
3199
|
"example": "1",
|
3199
3200
|
"member": "NamespacePage",
|
3200
3201
|
"name": "Result",
|
3201
|
-
"
|
3202
|
+
"output_required": true,
|
3202
3203
|
"type": "object",
|
3203
3204
|
"value_allowed_null": false
|
3204
3205
|
},
|
@@ -3217,7 +3218,7 @@
|
|
3217
3218
|
{
|
3218
3219
|
"disabled": false,
|
3219
3220
|
"document": "环境ID",
|
3220
|
-
"example": "
|
3221
|
+
"example": "en-xxxxxx",
|
3221
3222
|
"member": "string",
|
3222
3223
|
"name": "EnvironmentId",
|
3223
3224
|
"required": true,
|
@@ -3235,7 +3236,7 @@
|
|
3235
3236
|
{
|
3236
3237
|
"disabled": false,
|
3237
3238
|
"document": "ingress 规则名",
|
3238
|
-
"example": "
|
3239
|
+
"example": "name-xxx",
|
3239
3240
|
"member": "string",
|
3240
3241
|
"name": "IngressName",
|
3241
3242
|
"required": true,
|
@@ -3262,7 +3263,7 @@
|
|
3262
3263
|
"example": "ingressInfo",
|
3263
3264
|
"member": "IngressInfo",
|
3264
3265
|
"name": "Result",
|
3265
|
-
"
|
3266
|
+
"output_required": true,
|
3266
3267
|
"type": "object",
|
3267
3268
|
"value_allowed_null": false
|
3268
3269
|
},
|
@@ -3281,10 +3282,10 @@
|
|
3281
3282
|
{
|
3282
3283
|
"disabled": false,
|
3283
3284
|
"document": "环境 id",
|
3284
|
-
"example": "
|
3285
|
+
"example": "en-xxxxxx",
|
3285
3286
|
"member": "string",
|
3286
3287
|
"name": "EnvironmentId",
|
3287
|
-
"required":
|
3288
|
+
"required": true,
|
3288
3289
|
"type": "string"
|
3289
3290
|
},
|
3290
3291
|
{
|
@@ -3293,7 +3294,7 @@
|
|
3293
3294
|
"example": "default",
|
3294
3295
|
"member": "string",
|
3295
3296
|
"name": "ClusterNamespace",
|
3296
|
-
"required":
|
3297
|
+
"required": true,
|
3297
3298
|
"type": "string"
|
3298
3299
|
},
|
3299
3300
|
{
|
@@ -3326,7 +3327,7 @@
|
|
3326
3327
|
"example": "[]",
|
3327
3328
|
"member": "IngressInfo",
|
3328
3329
|
"name": "Result",
|
3329
|
-
"
|
3330
|
+
"output_required": true,
|
3330
3331
|
"type": "list",
|
3331
3332
|
"value_allowed_null": true
|
3332
3333
|
},
|
@@ -3366,7 +3367,7 @@
|
|
3366
3367
|
"example": "app-xxx",
|
3367
3368
|
"member": "string",
|
3368
3369
|
"name": "ApplicationId",
|
3369
|
-
"required":
|
3370
|
+
"required": true,
|
3370
3371
|
"type": "string"
|
3371
3372
|
}
|
3372
3373
|
],
|
@@ -3400,7 +3401,7 @@
|
|
3400
3401
|
{
|
3401
3402
|
"disabled": false,
|
3402
3403
|
"document": "环境 ID",
|
3403
|
-
"example": "
|
3404
|
+
"example": "en-xxx",
|
3404
3405
|
"member": "string",
|
3405
3406
|
"name": "EnvironmentId",
|
3406
3407
|
"required": true,
|
@@ -3409,7 +3410,7 @@
|
|
3409
3410
|
{
|
3410
3411
|
"disabled": false,
|
3411
3412
|
"document": "应用 ID",
|
3412
|
-
"example": "
|
3413
|
+
"example": "app-xxx",
|
3413
3414
|
"member": "string",
|
3414
3415
|
"name": "ApplicationId",
|
3415
3416
|
"required": false,
|
@@ -3418,7 +3419,7 @@
|
|
3418
3419
|
{
|
3419
3420
|
"disabled": false,
|
3420
3421
|
"document": "应用名",
|
3421
|
-
"example": "
|
3422
|
+
"example": "abc",
|
3422
3423
|
"member": "string",
|
3423
3424
|
"name": "ApplicationName",
|
3424
3425
|
"required": false,
|
@@ -3427,7 +3428,7 @@
|
|
3427
3428
|
{
|
3428
3429
|
"disabled": false,
|
3429
3430
|
"document": "规则名",
|
3430
|
-
"example": "
|
3431
|
+
"example": "abc",
|
3431
3432
|
"member": "string",
|
3432
3433
|
"name": "Name",
|
3433
3434
|
"required": false,
|
@@ -3445,7 +3446,7 @@
|
|
3445
3446
|
{
|
3446
3447
|
"disabled": false,
|
3447
3448
|
"document": "翻页游标",
|
3448
|
-
"example": "
|
3449
|
+
"example": "some-token-value",
|
3449
3450
|
"member": "string",
|
3450
3451
|
"name": "ContinueToken",
|
3451
3452
|
"required": false,
|
@@ -3463,7 +3464,7 @@
|
|
3463
3464
|
"example": "{}",
|
3464
3465
|
"member": "LogConfigListPage",
|
3465
3466
|
"name": "Result",
|
3466
|
-
"
|
3467
|
+
"output_required": true,
|
3467
3468
|
"type": "object",
|
3468
3469
|
"value_allowed_null": false
|
3469
3470
|
},
|
@@ -3482,10 +3483,10 @@
|
|
3482
3483
|
{
|
3483
3484
|
"disabled": false,
|
3484
3485
|
"document": "环境 id",
|
3485
|
-
"example": "
|
3486
|
+
"example": "en-xxxxxx",
|
3486
3487
|
"member": "string",
|
3487
3488
|
"name": "EnvironmentId",
|
3488
|
-
"required":
|
3489
|
+
"required": true,
|
3489
3490
|
"type": "string"
|
3490
3491
|
},
|
3491
3492
|
{
|
@@ -3494,7 +3495,16 @@
|
|
3494
3495
|
"example": "default",
|
3495
3496
|
"member": "string",
|
3496
3497
|
"name": "ClusterNamespace",
|
3497
|
-
"required":
|
3498
|
+
"required": true,
|
3499
|
+
"type": "string"
|
3500
|
+
},
|
3501
|
+
{
|
3502
|
+
"disabled": false,
|
3503
|
+
"document": "应用 ID",
|
3504
|
+
"example": "svc-xxxx",
|
3505
|
+
"member": "string",
|
3506
|
+
"name": "ApplicationId",
|
3507
|
+
"required": true,
|
3498
3508
|
"type": "string"
|
3499
3509
|
},
|
3500
3510
|
{
|
@@ -3505,15 +3515,6 @@
|
|
3505
3515
|
"name": "SourceChannel",
|
3506
3516
|
"required": false,
|
3507
3517
|
"type": "int"
|
3508
|
-
},
|
3509
|
-
{
|
3510
|
-
"disabled": false,
|
3511
|
-
"document": "应用 ID",
|
3512
|
-
"example": "svc-xxxx",
|
3513
|
-
"member": "string",
|
3514
|
-
"name": "ApplicationId",
|
3515
|
-
"required": false,
|
3516
|
-
"type": "string"
|
3517
3518
|
}
|
3518
3519
|
],
|
3519
3520
|
"type": "object"
|
@@ -3527,7 +3528,7 @@
|
|
3527
3528
|
"example": "[]",
|
3528
3529
|
"member": "IngressInfo",
|
3529
3530
|
"name": "Result",
|
3530
|
-
"
|
3531
|
+
"output_required": true,
|
3531
3532
|
"type": "list",
|
3532
3533
|
"value_allowed_null": true
|
3533
3534
|
},
|
@@ -3657,7 +3658,7 @@
|
|
3657
3658
|
{
|
3658
3659
|
"disabled": false,
|
3659
3660
|
"document": "命名空间ID",
|
3660
|
-
"example": "
|
3661
|
+
"example": "en-xxxxxx",
|
3661
3662
|
"member": "string",
|
3662
3663
|
"name": "EnvironmentId",
|
3663
3664
|
"required": true,
|
@@ -3665,7 +3666,7 @@
|
|
3665
3666
|
},
|
3666
3667
|
{
|
3667
3668
|
"disabled": false,
|
3668
|
-
"document": "
|
3669
|
+
"document": "来源渠道",
|
3669
3670
|
"example": "0",
|
3670
3671
|
"member": "int64",
|
3671
3672
|
"name": "SourceChannel",
|
@@ -3684,7 +3685,7 @@
|
|
3684
3685
|
"example": "1",
|
3685
3686
|
"member": "bool",
|
3686
3687
|
"name": "Result",
|
3687
|
-
"
|
3688
|
+
"output_required": true,
|
3688
3689
|
"type": "bool",
|
3689
3690
|
"value_allowed_null": false
|
3690
3691
|
},
|
@@ -3703,7 +3704,7 @@
|
|
3703
3704
|
{
|
3704
3705
|
"disabled": false,
|
3705
3706
|
"document": "环境 ID",
|
3706
|
-
"example": "
|
3707
|
+
"example": "en-xxxxxx",
|
3707
3708
|
"member": "string",
|
3708
3709
|
"name": "EnvironmentId",
|
3709
3710
|
"required": true,
|
@@ -3712,7 +3713,7 @@
|
|
3712
3713
|
{
|
3713
3714
|
"disabled": false,
|
3714
3715
|
"document": "配置名",
|
3715
|
-
"example": "xxx",
|
3716
|
+
"example": "name-xxx",
|
3716
3717
|
"member": "string",
|
3717
3718
|
"name": "Name",
|
3718
3719
|
"required": true,
|
@@ -3721,7 +3722,7 @@
|
|
3721
3722
|
{
|
3722
3723
|
"disabled": false,
|
3723
3724
|
"document": "应用 ID",
|
3724
|
-
"example": "
|
3725
|
+
"example": "app-xxxxxx",
|
3725
3726
|
"member": "string",
|
3726
3727
|
"name": "ApplicationId",
|
3727
3728
|
"required": false,
|
@@ -3736,10 +3737,10 @@
|
|
3736
3737
|
{
|
3737
3738
|
"disabled": false,
|
3738
3739
|
"document": "返回结果",
|
3739
|
-
"example": "
|
3740
|
+
"example": "true",
|
3740
3741
|
"member": "bool",
|
3741
3742
|
"name": "Result",
|
3742
|
-
"
|
3743
|
+
"output_required": true,
|
3743
3744
|
"type": "bool",
|
3744
3745
|
"value_allowed_null": false
|
3745
3746
|
},
|
@@ -3758,7 +3759,7 @@
|
|
3758
3759
|
{
|
3759
3760
|
"disabled": false,
|
3760
3761
|
"document": "服务id",
|
3761
|
-
"example": "
|
3762
|
+
"example": "app-xxxxxx",
|
3762
3763
|
"member": "string",
|
3763
3764
|
"name": "ApplicationId",
|
3764
3765
|
"required": true,
|
@@ -3767,12 +3768,21 @@
|
|
3767
3768
|
{
|
3768
3769
|
"disabled": false,
|
3769
3770
|
"document": "环境ID",
|
3770
|
-
"example": "
|
3771
|
+
"example": "en-xxxxxx",
|
3771
3772
|
"member": "string",
|
3772
3773
|
"name": "EnvironmentId",
|
3773
3774
|
"required": true,
|
3774
3775
|
"type": "string"
|
3775
3776
|
},
|
3777
|
+
{
|
3778
|
+
"disabled": false,
|
3779
|
+
"document": "弹性伸缩策略ID",
|
3780
|
+
"example": "scaler-xxxxxx",
|
3781
|
+
"member": "string",
|
3782
|
+
"name": "AutoscalerId",
|
3783
|
+
"required": true,
|
3784
|
+
"type": "string"
|
3785
|
+
},
|
3776
3786
|
{
|
3777
3787
|
"disabled": false,
|
3778
3788
|
"document": "来源渠道",
|
@@ -3781,15 +3791,6 @@
|
|
3781
3791
|
"name": "SourceChannel",
|
3782
3792
|
"required": false,
|
3783
3793
|
"type": "int"
|
3784
|
-
},
|
3785
|
-
{
|
3786
|
-
"disabled": false,
|
3787
|
-
"document": "弹性伸缩策略ID",
|
3788
|
-
"example": "1",
|
3789
|
-
"member": "string",
|
3790
|
-
"name": "AutoscalerId",
|
3791
|
-
"required": false,
|
3792
|
-
"type": "string"
|
3793
3794
|
}
|
3794
3795
|
],
|
3795
3796
|
"type": "object"
|
@@ -3800,10 +3801,10 @@
|
|
3800
3801
|
{
|
3801
3802
|
"disabled": false,
|
3802
3803
|
"document": "是否成功\n注意:此字段可能返回 null,表示取不到有效值。",
|
3803
|
-
"example": "
|
3804
|
+
"example": "true",
|
3804
3805
|
"member": "bool",
|
3805
3806
|
"name": "Result",
|
3806
|
-
"
|
3807
|
+
"output_required": true,
|
3807
3808
|
"type": "bool",
|
3808
3809
|
"value_allowed_null": true
|
3809
3810
|
},
|
@@ -3998,7 +3999,7 @@
|
|
3998
3999
|
{
|
3999
4000
|
"disabled": false,
|
4000
4001
|
"document": "服务id",
|
4001
|
-
"example": "
|
4002
|
+
"example": "app-xxxxxx",
|
4002
4003
|
"member": "string",
|
4003
4004
|
"name": "ApplicationId",
|
4004
4005
|
"required": true,
|
@@ -4007,12 +4008,21 @@
|
|
4007
4008
|
{
|
4008
4009
|
"disabled": false,
|
4009
4010
|
"document": "环境ID",
|
4010
|
-
"example": "
|
4011
|
+
"example": "en-xxxxxx",
|
4011
4012
|
"member": "string",
|
4012
4013
|
"name": "EnvironmentId",
|
4013
4014
|
"required": true,
|
4014
4015
|
"type": "string"
|
4015
4016
|
},
|
4017
|
+
{
|
4018
|
+
"disabled": false,
|
4019
|
+
"document": "弹性伸缩策略ID",
|
4020
|
+
"example": "scaler-xxxxxx",
|
4021
|
+
"member": "string",
|
4022
|
+
"name": "AutoscalerId",
|
4023
|
+
"required": true,
|
4024
|
+
"type": "string"
|
4025
|
+
},
|
4016
4026
|
{
|
4017
4027
|
"disabled": false,
|
4018
4028
|
"document": "来源渠道",
|
@@ -4021,15 +4031,6 @@
|
|
4021
4031
|
"name": "SourceChannel",
|
4022
4032
|
"required": false,
|
4023
4033
|
"type": "int"
|
4024
|
-
},
|
4025
|
-
{
|
4026
|
-
"disabled": false,
|
4027
|
-
"document": "弹性伸缩策略ID",
|
4028
|
-
"example": "1",
|
4029
|
-
"member": "string",
|
4030
|
-
"name": "AutoscalerId",
|
4031
|
-
"required": false,
|
4032
|
-
"type": "string"
|
4033
4034
|
}
|
4034
4035
|
],
|
4035
4036
|
"type": "object"
|
@@ -4040,10 +4041,10 @@
|
|
4040
4041
|
{
|
4041
4042
|
"disabled": false,
|
4042
4043
|
"document": "是否成功\n注意:此字段可能返回 null,表示取不到有效值。",
|
4043
|
-
"example": "
|
4044
|
+
"example": "true",
|
4044
4045
|
"member": "bool",
|
4045
4046
|
"name": "Result",
|
4046
|
-
"
|
4047
|
+
"output_required": true,
|
4047
4048
|
"type": "bool",
|
4048
4049
|
"value_allowed_null": true
|
4049
4050
|
},
|
@@ -4360,29 +4361,21 @@
|
|
4360
4361
|
{
|
4361
4362
|
"disabled": false,
|
4362
4363
|
"document": "环境ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4363
|
-
"example": "
|
4364
|
+
"example": "en-xxxxxx",
|
4364
4365
|
"member": "string",
|
4365
4366
|
"name": "EnvironmentId",
|
4367
|
+
"output_required": true,
|
4366
4368
|
"required": true,
|
4367
4369
|
"type": "string",
|
4368
4370
|
"value_allowed_null": true
|
4369
4371
|
},
|
4370
|
-
{
|
4371
|
-
"disabled": false,
|
4372
|
-
"document": "环境namespace",
|
4373
|
-
"example": "Default",
|
4374
|
-
"member": "string",
|
4375
|
-
"name": "ClusterNamespace",
|
4376
|
-
"required": true,
|
4377
|
-
"type": "string",
|
4378
|
-
"value_allowed_null": false
|
4379
|
-
},
|
4380
4372
|
{
|
4381
4373
|
"disabled": false,
|
4382
4374
|
"document": "ip version",
|
4383
4375
|
"example": "IPV4",
|
4384
4376
|
"member": "string",
|
4385
4377
|
"name": "AddressIPVersion",
|
4378
|
+
"output_required": true,
|
4386
4379
|
"required": true,
|
4387
4380
|
"type": "string",
|
4388
4381
|
"value_allowed_null": false
|
@@ -4393,6 +4386,7 @@
|
|
4393
4386
|
"example": "ingress name",
|
4394
4387
|
"member": "string",
|
4395
4388
|
"name": "IngressName",
|
4389
|
+
"output_required": true,
|
4396
4390
|
"required": true,
|
4397
4391
|
"type": "string",
|
4398
4392
|
"value_allowed_null": false
|
@@ -4403,6 +4397,7 @@
|
|
4403
4397
|
"example": "rules 配置",
|
4404
4398
|
"member": "IngressRule",
|
4405
4399
|
"name": "Rules",
|
4400
|
+
"output_required": true,
|
4406
4401
|
"required": true,
|
4407
4402
|
"type": "list",
|
4408
4403
|
"value_allowed_null": false
|
@@ -4413,16 +4408,29 @@
|
|
4413
4408
|
"example": "clb-xxx",
|
4414
4409
|
"member": "string",
|
4415
4410
|
"name": "ClbId",
|
4416
|
-
"
|
4411
|
+
"output_required": true,
|
4412
|
+
"required": true,
|
4417
4413
|
"type": "string",
|
4418
4414
|
"value_allowed_null": true
|
4419
4415
|
},
|
4416
|
+
{
|
4417
|
+
"disabled": false,
|
4418
|
+
"document": "环境namespace",
|
4419
|
+
"example": "default",
|
4420
|
+
"member": "string",
|
4421
|
+
"name": "ClusterNamespace",
|
4422
|
+
"output_required": true,
|
4423
|
+
"required": false,
|
4424
|
+
"type": "string",
|
4425
|
+
"value_allowed_null": false
|
4426
|
+
},
|
4420
4427
|
{
|
4421
4428
|
"disabled": false,
|
4422
4429
|
"document": "tls 配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
4423
4430
|
"example": "tls 配置",
|
4424
4431
|
"member": "IngressTls",
|
4425
4432
|
"name": "Tls",
|
4433
|
+
"output_required": true,
|
4426
4434
|
"required": false,
|
4427
4435
|
"type": "list",
|
4428
4436
|
"value_allowed_null": true
|
@@ -4433,6 +4441,7 @@
|
|
4433
4441
|
"example": "cls-xxx",
|
4434
4442
|
"member": "string",
|
4435
4443
|
"name": "ClusterId",
|
4444
|
+
"output_required": true,
|
4436
4445
|
"required": false,
|
4437
4446
|
"type": "string",
|
4438
4447
|
"value_allowed_null": true
|
@@ -4443,6 +4452,7 @@
|
|
4443
4452
|
"example": "10.10.10.10",
|
4444
4453
|
"member": "string",
|
4445
4454
|
"name": "Vip",
|
4455
|
+
"output_required": true,
|
4446
4456
|
"required": false,
|
4447
4457
|
"type": "string",
|
4448
4458
|
"value_allowed_null": true
|
@@ -4453,6 +4463,7 @@
|
|
4453
4463
|
"example": "2010-11-11 22:21:11",
|
4454
4464
|
"member": "string",
|
4455
4465
|
"name": "CreateTime",
|
4466
|
+
"output_required": true,
|
4456
4467
|
"required": false,
|
4457
4468
|
"type": "string",
|
4458
4469
|
"value_allowed_null": true
|
@@ -4463,6 +4474,7 @@
|
|
4463
4474
|
"example": "false",
|
4464
4475
|
"member": "bool",
|
4465
4476
|
"name": "Mixed",
|
4477
|
+
"output_required": true,
|
4466
4478
|
"required": false,
|
4467
4479
|
"type": "bool",
|
4468
4480
|
"value_allowed_null": false
|
@@ -4473,6 +4485,7 @@
|
|
4473
4485
|
"example": "1",
|
4474
4486
|
"member": "string",
|
4475
4487
|
"name": "RewriteType",
|
4488
|
+
"output_required": true,
|
4476
4489
|
"required": false,
|
4477
4490
|
"type": "string",
|
4478
4491
|
"value_allowed_null": true
|
@@ -4483,6 +4496,7 @@
|
|
4483
4496
|
"example": "lb-xxx",
|
4484
4497
|
"member": "string",
|
4485
4498
|
"name": "Domain",
|
4499
|
+
"output_required": true,
|
4486
4500
|
"required": false,
|
4487
4501
|
"type": "string",
|
4488
4502
|
"value_allowed_null": true
|
@@ -4561,6 +4575,7 @@
|
|
4561
4575
|
"example": "/xxx",
|
4562
4576
|
"member": "string",
|
4563
4577
|
"name": "Path",
|
4578
|
+
"output_required": true,
|
4564
4579
|
"required": true,
|
4565
4580
|
"type": "string",
|
4566
4581
|
"value_allowed_null": false
|
@@ -4568,9 +4583,10 @@
|
|
4568
4583
|
{
|
4569
4584
|
"disabled": false,
|
4570
4585
|
"document": "backend 配置",
|
4571
|
-
"example": "{\"ServiceName\": \"serviceA\", \"ServicePort\": 8080}
|
4586
|
+
"example": "{\"ServiceName\": \"serviceA\", \"ServicePort\": 8080}",
|
4572
4587
|
"member": "IngressRuleBackend",
|
4573
4588
|
"name": "Backend",
|
4589
|
+
"output_required": true,
|
4574
4590
|
"required": true,
|
4575
4591
|
"type": "object",
|
4576
4592
|
"value_allowed_null": false
|
@@ -4983,7 +4999,7 @@
|
|
4983
4999
|
{
|
4984
5000
|
"disabled": false,
|
4985
5001
|
"document": "服务id",
|
4986
|
-
"example": "
|
5002
|
+
"example": "app-xxxxxx",
|
4987
5003
|
"member": "string",
|
4988
5004
|
"name": "ApplicationId",
|
4989
5005
|
"required": true,
|
@@ -4992,38 +5008,38 @@
|
|
4992
5008
|
{
|
4993
5009
|
"disabled": false,
|
4994
5010
|
"document": "环境ID",
|
4995
|
-
"example": "
|
5011
|
+
"example": "en-xxxxxx",
|
4996
5012
|
"member": "string",
|
4997
5013
|
"name": "EnvironmentId",
|
4998
5014
|
"required": true,
|
4999
5015
|
"type": "string"
|
5000
5016
|
},
|
5001
|
-
{
|
5002
|
-
"disabled": false,
|
5003
|
-
"document": "来源渠道",
|
5004
|
-
"example": "0",
|
5005
|
-
"member": "int64",
|
5006
|
-
"name": "SourceChannel",
|
5007
|
-
"required": false,
|
5008
|
-
"type": "int"
|
5009
|
-
},
|
5010
5017
|
{
|
5011
5018
|
"disabled": false,
|
5012
5019
|
"document": "弹性伸缩策略ID",
|
5013
|
-
"example": "
|
5020
|
+
"example": "scaler-xxxxxx",
|
5014
5021
|
"member": "string",
|
5015
5022
|
"name": "AutoscalerId",
|
5016
|
-
"required":
|
5023
|
+
"required": true,
|
5017
5024
|
"type": "string"
|
5018
5025
|
},
|
5019
5026
|
{
|
5020
5027
|
"disabled": false,
|
5021
5028
|
"document": "弹性伸缩策略",
|
5022
|
-
"example": "1",
|
5029
|
+
"example": "{ \"MinReplicas\": 0, \"MaxReplicas\": 1, \"AutoscalerName\": \"pk-test\", \"Description\": \"\", \"Enabled\": false, \"HorizontalAutoscaler\": [ { \"MinReplicas\": 0, \"MaxReplicas\": 1, \"Metrics\": \"CPU\", \"DoubleThreshold\": 30, \"Enabled\": true } ] }",
|
5023
5030
|
"member": "Autoscaler",
|
5024
5031
|
"name": "Autoscaler",
|
5025
|
-
"required":
|
5032
|
+
"required": true,
|
5026
5033
|
"type": "object"
|
5034
|
+
},
|
5035
|
+
{
|
5036
|
+
"disabled": false,
|
5037
|
+
"document": "来源渠道",
|
5038
|
+
"example": "0",
|
5039
|
+
"member": "int64",
|
5040
|
+
"name": "SourceChannel",
|
5041
|
+
"required": false,
|
5042
|
+
"type": "int"
|
5027
5043
|
}
|
5028
5044
|
],
|
5029
5045
|
"type": "object"
|
@@ -5037,7 +5053,7 @@
|
|
5037
5053
|
"example": "1",
|
5038
5054
|
"member": "bool",
|
5039
5055
|
"name": "Result",
|
5040
|
-
"
|
5056
|
+
"output_required": true,
|
5041
5057
|
"type": "bool",
|
5042
5058
|
"value_allowed_null": true
|
5043
5059
|
},
|
@@ -5056,7 +5072,7 @@
|
|
5056
5072
|
{
|
5057
5073
|
"disabled": false,
|
5058
5074
|
"document": "应用ID",
|
5059
|
-
"example": "
|
5075
|
+
"example": "app-xxxxxx",
|
5060
5076
|
"member": "string",
|
5061
5077
|
"name": "ApplicationId",
|
5062
5078
|
"required": true,
|
@@ -5098,10 +5114,10 @@
|
|
5098
5114
|
{
|
5099
5115
|
"disabled": false,
|
5100
5116
|
"document": "成功与否\n注意:此字段可能返回 null,表示取不到有效值。",
|
5101
|
-
"example": "
|
5117
|
+
"example": "true",
|
5102
5118
|
"member": "bool",
|
5103
5119
|
"name": "Result",
|
5104
|
-
"
|
5120
|
+
"output_required": true,
|
5105
5121
|
"type": "bool",
|
5106
5122
|
"value_allowed_null": true
|
5107
5123
|
},
|
@@ -5120,7 +5136,7 @@
|
|
5120
5136
|
{
|
5121
5137
|
"disabled": false,
|
5122
5138
|
"document": "应用id",
|
5123
|
-
"example": "
|
5139
|
+
"example": "app-xxxxxx",
|
5124
5140
|
"member": "string",
|
5125
5141
|
"name": "ApplicationId",
|
5126
5142
|
"required": true,
|
@@ -5129,7 +5145,7 @@
|
|
5129
5145
|
{
|
5130
5146
|
"disabled": false,
|
5131
5147
|
"document": "环境ID",
|
5132
|
-
"example": "
|
5148
|
+
"example": "en-xxxxxx",
|
5133
5149
|
"member": "string",
|
5134
5150
|
"name": "EnvironmentId",
|
5135
5151
|
"required": true,
|
@@ -5162,7 +5178,7 @@
|
|
5162
5178
|
{
|
5163
5179
|
"disabled": false,
|
5164
5180
|
"document": "是否成功\n注意:此字段可能返回 null,表示取不到有效值。",
|
5165
|
-
"example": "
|
5181
|
+
"example": "true",
|
5166
5182
|
"member": "bool",
|
5167
5183
|
"name": "Result",
|
5168
5184
|
"output_required": true,
|
@@ -5272,6 +5288,15 @@
|
|
5272
5288
|
"required": true,
|
5273
5289
|
"type": "string"
|
5274
5290
|
},
|
5291
|
+
{
|
5292
|
+
"disabled": false,
|
5293
|
+
"document": "配置信息",
|
5294
|
+
"example": "[]",
|
5295
|
+
"member": "Pair",
|
5296
|
+
"name": "Data",
|
5297
|
+
"required": true,
|
5298
|
+
"type": "list"
|
5299
|
+
},
|
5275
5300
|
{
|
5276
5301
|
"disabled": false,
|
5277
5302
|
"document": "来源渠道",
|
@@ -5280,15 +5305,6 @@
|
|
5280
5305
|
"name": "SourceChannel",
|
5281
5306
|
"required": false,
|
5282
5307
|
"type": "int"
|
5283
|
-
},
|
5284
|
-
{
|
5285
|
-
"disabled": false,
|
5286
|
-
"document": "配置信息",
|
5287
|
-
"example": "[]",
|
5288
|
-
"member": "Pair",
|
5289
|
-
"name": "Data",
|
5290
|
-
"required": false,
|
5291
|
-
"type": "list"
|
5292
5308
|
}
|
5293
5309
|
],
|
5294
5310
|
"type": "object"
|
@@ -5321,7 +5337,7 @@
|
|
5321
5337
|
{
|
5322
5338
|
"disabled": false,
|
5323
5339
|
"document": "环境id",
|
5324
|
-
"example": "
|
5340
|
+
"example": "en-36pm4p8r",
|
5325
5341
|
"member": "string",
|
5326
5342
|
"name": "EnvironmentId",
|
5327
5343
|
"required": true,
|
@@ -5329,7 +5345,7 @@
|
|
5329
5345
|
},
|
5330
5346
|
{
|
5331
5347
|
"disabled": false,
|
5332
|
-
"document": "
|
5348
|
+
"document": "环境名称。环境名称不可修改",
|
5333
5349
|
"example": "namespace-a",
|
5334
5350
|
"member": "string",
|
5335
5351
|
"name": "EnvironmentName",
|
@@ -5393,7 +5409,7 @@
|
|
5393
5409
|
"example": "true",
|
5394
5410
|
"member": "bool",
|
5395
5411
|
"name": "Result",
|
5396
|
-
"
|
5412
|
+
"output_required": true,
|
5397
5413
|
"type": "bool",
|
5398
5414
|
"value_allowed_null": true
|
5399
5415
|
},
|
@@ -5458,7 +5474,7 @@
|
|
5458
5474
|
{
|
5459
5475
|
"disabled": false,
|
5460
5476
|
"document": "环境 ID",
|
5461
|
-
"example": "
|
5477
|
+
"example": "en-xxxxxx",
|
5462
5478
|
"member": "string",
|
5463
5479
|
"name": "EnvironmentId",
|
5464
5480
|
"required": true,
|
@@ -5479,7 +5495,7 @@
|
|
5479
5495
|
"example": "[]",
|
5480
5496
|
"member": "LogConfig",
|
5481
5497
|
"name": "Data",
|
5482
|
-
"required":
|
5498
|
+
"required": true,
|
5483
5499
|
"type": "object"
|
5484
5500
|
},
|
5485
5501
|
{
|
@@ -5488,7 +5504,7 @@
|
|
5488
5504
|
"example": "app-xxxxxx",
|
5489
5505
|
"member": "string",
|
5490
5506
|
"name": "ApplicationId",
|
5491
|
-
"required":
|
5507
|
+
"required": true,
|
5492
5508
|
"type": "string"
|
5493
5509
|
}
|
5494
5510
|
],
|
@@ -6004,7 +6020,7 @@
|
|
6004
6020
|
{
|
6005
6021
|
"disabled": false,
|
6006
6022
|
"document": "环境id",
|
6007
|
-
"example": "
|
6023
|
+
"example": "en-xxxxxx",
|
6008
6024
|
"member": "string",
|
6009
6025
|
"name": "EnvironmentId",
|
6010
6026
|
"required": true,
|
@@ -6013,7 +6029,7 @@
|
|
6013
6029
|
{
|
6014
6030
|
"disabled": false,
|
6015
6031
|
"document": "应用id",
|
6016
|
-
"example": "
|
6032
|
+
"example": "app-xxxxxx",
|
6017
6033
|
"member": "string",
|
6018
6034
|
"name": "ApplicationId",
|
6019
6035
|
"required": true,
|
@@ -6076,7 +6092,7 @@
|
|
6076
6092
|
"example": "true",
|
6077
6093
|
"member": "bool",
|
6078
6094
|
"name": "Result",
|
6079
|
-
"
|
6095
|
+
"output_required": true,
|
6080
6096
|
"type": "bool",
|
6081
6097
|
"value_allowed_null": true
|
6082
6098
|
},
|
@@ -6095,12 +6111,21 @@
|
|
6095
6111
|
{
|
6096
6112
|
"disabled": false,
|
6097
6113
|
"document": "服务id",
|
6098
|
-
"example": "
|
6114
|
+
"example": "app-xxxxxx",
|
6099
6115
|
"member": "string",
|
6100
6116
|
"name": "ApplicationId",
|
6101
6117
|
"required": true,
|
6102
6118
|
"type": "string"
|
6103
6119
|
},
|
6120
|
+
{
|
6121
|
+
"disabled": false,
|
6122
|
+
"document": "环境ID/命名空间ID",
|
6123
|
+
"example": "en-xxxxxx",
|
6124
|
+
"member": "string",
|
6125
|
+
"name": "EnvironmentId",
|
6126
|
+
"required": true,
|
6127
|
+
"type": "string"
|
6128
|
+
},
|
6104
6129
|
{
|
6105
6130
|
"disabled": false,
|
6106
6131
|
"document": "来源渠道",
|
@@ -6109,15 +6134,6 @@
|
|
6109
6134
|
"name": "SourceChannel",
|
6110
6135
|
"required": false,
|
6111
6136
|
"type": "int"
|
6112
|
-
},
|
6113
|
-
{
|
6114
|
-
"disabled": false,
|
6115
|
-
"document": "环境ID/命名空间ID",
|
6116
|
-
"example": "1",
|
6117
|
-
"member": "string",
|
6118
|
-
"name": "EnvironmentId",
|
6119
|
-
"required": false,
|
6120
|
-
"type": "string"
|
6121
6137
|
}
|
6122
6138
|
],
|
6123
6139
|
"type": "object"
|
@@ -6128,7 +6144,7 @@
|
|
6128
6144
|
{
|
6129
6145
|
"disabled": false,
|
6130
6146
|
"document": "返回结果",
|
6131
|
-
"example": "
|
6147
|
+
"example": "true",
|
6132
6148
|
"member": "bool",
|
6133
6149
|
"name": "Result",
|
6134
6150
|
"output_required": true,
|
@@ -6153,7 +6169,7 @@
|
|
6153
6169
|
"example": "app-xxxxxx",
|
6154
6170
|
"member": "string",
|
6155
6171
|
"name": "ApplicationId",
|
6156
|
-
"required":
|
6172
|
+
"required": true,
|
6157
6173
|
"type": "string"
|
6158
6174
|
},
|
6159
6175
|
{
|
@@ -6162,7 +6178,7 @@
|
|
6162
6178
|
"example": "en-xxxxxx",
|
6163
6179
|
"member": "string",
|
6164
6180
|
"name": "EnvironmentId",
|
6165
|
-
"required":
|
6181
|
+
"required": true,
|
6166
6182
|
"type": "string"
|
6167
6183
|
}
|
6168
6184
|
],
|
@@ -6196,19 +6212,19 @@
|
|
6196
6212
|
{
|
6197
6213
|
"disabled": false,
|
6198
6214
|
"document": "需要回滚的服务id",
|
6199
|
-
"example": "
|
6215
|
+
"example": "app-xxxxxx",
|
6200
6216
|
"member": "string",
|
6201
6217
|
"name": "ApplicationId",
|
6202
|
-
"required":
|
6218
|
+
"required": true,
|
6203
6219
|
"type": "string"
|
6204
6220
|
},
|
6205
6221
|
{
|
6206
6222
|
"disabled": false,
|
6207
6223
|
"document": "需要回滚的服务所在环境id",
|
6208
|
-
"example": "
|
6224
|
+
"example": "en-xxxxxx",
|
6209
6225
|
"member": "string",
|
6210
6226
|
"name": "EnvironmentId",
|
6211
|
-
"required":
|
6227
|
+
"required": true,
|
6212
6228
|
"type": "string"
|
6213
6229
|
}
|
6214
6230
|
],
|
@@ -6223,7 +6239,7 @@
|
|
6223
6239
|
"example": "true",
|
6224
6240
|
"member": "bool",
|
6225
6241
|
"name": "Result",
|
6226
|
-
"
|
6242
|
+
"output_required": true,
|
6227
6243
|
"type": "bool",
|
6228
6244
|
"value_allowed_null": false
|
6229
6245
|
},
|
@@ -6996,12 +7012,21 @@
|
|
6996
7012
|
{
|
6997
7013
|
"disabled": false,
|
6998
7014
|
"document": "服务id",
|
6999
|
-
"example": "
|
7015
|
+
"example": "app-xxxxxx",
|
7000
7016
|
"member": "string",
|
7001
7017
|
"name": "ApplicationId",
|
7002
7018
|
"required": true,
|
7003
7019
|
"type": "string"
|
7004
7020
|
},
|
7021
|
+
{
|
7022
|
+
"disabled": false,
|
7023
|
+
"document": "环境ID/命名空间ID",
|
7024
|
+
"example": "en-xxxxxx",
|
7025
|
+
"member": "string",
|
7026
|
+
"name": "EnvironmentId",
|
7027
|
+
"required": true,
|
7028
|
+
"type": "string"
|
7029
|
+
},
|
7005
7030
|
{
|
7006
7031
|
"disabled": false,
|
7007
7032
|
"document": "来源渠道",
|
@@ -7010,15 +7035,6 @@
|
|
7010
7035
|
"name": "SourceChannel",
|
7011
7036
|
"required": false,
|
7012
7037
|
"type": "int"
|
7013
|
-
},
|
7014
|
-
{
|
7015
|
-
"disabled": false,
|
7016
|
-
"document": "环境ID/命名空间ID",
|
7017
|
-
"example": "1",
|
7018
|
-
"member": "string",
|
7019
|
-
"name": "EnvironmentId",
|
7020
|
-
"required": false,
|
7021
|
-
"type": "string"
|
7022
7038
|
}
|
7023
7039
|
],
|
7024
7040
|
"type": "object"
|
@@ -7029,7 +7045,7 @@
|
|
7029
7045
|
{
|
7030
7046
|
"disabled": false,
|
7031
7047
|
"document": "返回结果",
|
7032
|
-
"example": "
|
7048
|
+
"example": "true",
|
7033
7049
|
"member": "bool",
|
7034
7050
|
"name": "Result",
|
7035
7051
|
"output_required": true,
|