tccli 3.0.1215.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/configure.py +46 -1
- 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 -3
- 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 +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- 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 +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- 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/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- 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/cdn/v20180606/api.json +5 -3
- 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 +54 -4
- 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 +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- 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/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- 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 +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- 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/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- 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/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -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/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- 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 +73 -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 +279 -9
- 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 +10 -12
- 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 +2263 -758
- 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/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- 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/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -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 +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- 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 +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- 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 +293 -52
- 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 +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -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.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -3002,7 +3002,7 @@
|
|
3002
3002
|
"example": "7200",
|
3003
3003
|
"member": "int64",
|
3004
3004
|
"name": "AlarmNotifyPeriod",
|
3005
|
-
"
|
3005
|
+
"output_required": true,
|
3006
3006
|
"type": "int",
|
3007
3007
|
"value_allowed_null": false
|
3008
3008
|
},
|
@@ -3012,7 +3012,7 @@
|
|
3012
3012
|
"example": "0",
|
3013
3013
|
"member": "int64",
|
3014
3014
|
"name": "AlarmNotifyType",
|
3015
|
-
"
|
3015
|
+
"output_required": true,
|
3016
3016
|
"type": "int",
|
3017
3017
|
"value_allowed_null": false
|
3018
3018
|
},
|
@@ -3022,7 +3022,7 @@
|
|
3022
3022
|
"example": "\"1\"",
|
3023
3023
|
"member": "string",
|
3024
3024
|
"name": "CalcType",
|
3025
|
-
"
|
3025
|
+
"output_required": true,
|
3026
3026
|
"type": "string",
|
3027
3027
|
"value_allowed_null": true
|
3028
3028
|
},
|
@@ -3032,7 +3032,7 @@
|
|
3032
3032
|
"example": "\"95\"",
|
3033
3033
|
"member": "string",
|
3034
3034
|
"name": "CalcValue",
|
3035
|
-
"
|
3035
|
+
"output_required": true,
|
3036
3036
|
"type": "string",
|
3037
3037
|
"value_allowed_null": true
|
3038
3038
|
},
|
@@ -3042,7 +3042,7 @@
|
|
3042
3042
|
"example": "\"300\"",
|
3043
3043
|
"member": "string",
|
3044
3044
|
"name": "ContinueTime",
|
3045
|
-
"
|
3045
|
+
"output_required": true,
|
3046
3046
|
"type": "string",
|
3047
3047
|
"value_allowed_null": true
|
3048
3048
|
},
|
@@ -3052,7 +3052,7 @@
|
|
3052
3052
|
"example": "33",
|
3053
3053
|
"member": "int64",
|
3054
3054
|
"name": "MetricID",
|
3055
|
-
"
|
3055
|
+
"output_required": true,
|
3056
3056
|
"type": "int",
|
3057
3057
|
"value_allowed_null": false
|
3058
3058
|
},
|
@@ -3062,7 +3062,7 @@
|
|
3062
3062
|
"example": "\"CPU利用率\"",
|
3063
3063
|
"member": "string",
|
3064
3064
|
"name": "MetricDisplayName",
|
3065
|
-
"
|
3065
|
+
"output_required": true,
|
3066
3066
|
"type": "string",
|
3067
3067
|
"value_allowed_null": false
|
3068
3068
|
},
|
@@ -3072,7 +3072,7 @@
|
|
3072
3072
|
"example": "60",
|
3073
3073
|
"member": "int64",
|
3074
3074
|
"name": "Period",
|
3075
|
-
"
|
3075
|
+
"output_required": true,
|
3076
3076
|
"type": "int",
|
3077
3077
|
"value_allowed_null": false
|
3078
3078
|
},
|
@@ -3082,7 +3082,7 @@
|
|
3082
3082
|
"example": "623123",
|
3083
3083
|
"member": "int64",
|
3084
3084
|
"name": "RuleID",
|
3085
|
-
"
|
3085
|
+
"output_required": true,
|
3086
3086
|
"type": "int",
|
3087
3087
|
"value_allowed_null": false
|
3088
3088
|
},
|
@@ -3092,7 +3092,7 @@
|
|
3092
3092
|
"example": "\"%\"",
|
3093
3093
|
"member": "string",
|
3094
3094
|
"name": "Unit",
|
3095
|
-
"
|
3095
|
+
"output_required": true,
|
3096
3096
|
"type": "string",
|
3097
3097
|
"value_allowed_null": false
|
3098
3098
|
},
|
@@ -3102,7 +3102,7 @@
|
|
3102
3102
|
"example": "0",
|
3103
3103
|
"member": "int64",
|
3104
3104
|
"name": "IsAdvanced",
|
3105
|
-
"
|
3105
|
+
"output_required": true,
|
3106
3106
|
"type": "int",
|
3107
3107
|
"value_allowed_null": false
|
3108
3108
|
},
|
@@ -3112,7 +3112,7 @@
|
|
3112
3112
|
"example": "0",
|
3113
3113
|
"member": "int64",
|
3114
3114
|
"name": "IsOpen",
|
3115
|
-
"
|
3115
|
+
"output_required": true,
|
3116
3116
|
"type": "int",
|
3117
3117
|
"value_allowed_null": false
|
3118
3118
|
},
|
@@ -3122,7 +3122,7 @@
|
|
3122
3122
|
"example": "\"\"",
|
3123
3123
|
"member": "string",
|
3124
3124
|
"name": "ProductId",
|
3125
|
-
"
|
3125
|
+
"output_required": true,
|
3126
3126
|
"type": "string",
|
3127
3127
|
"value_allowed_null": true
|
3128
3128
|
},
|
@@ -3132,9 +3132,19 @@
|
|
3132
3132
|
"example": "无",
|
3133
3133
|
"member": "AlarmHierarchicalValue",
|
3134
3134
|
"name": "HierarchicalValue",
|
3135
|
-
"
|
3135
|
+
"output_required": true,
|
3136
3136
|
"type": "object",
|
3137
3137
|
"value_allowed_null": true
|
3138
|
+
},
|
3139
|
+
{
|
3140
|
+
"disabled": false,
|
3141
|
+
"document": "指标类型,用于区分动态指标\n注意:此字段可能返回 null,表示取不到有效值。",
|
3142
|
+
"example": "DYNAMIC",
|
3143
|
+
"member": "string",
|
3144
|
+
"name": "RuleType",
|
3145
|
+
"output_required": false,
|
3146
|
+
"type": "string",
|
3147
|
+
"value_allowed_null": true
|
3138
3148
|
}
|
3139
3149
|
],
|
3140
3150
|
"usage": "out"
|
@@ -17206,7 +17216,7 @@
|
|
17206
17216
|
},
|
17207
17217
|
{
|
17208
17218
|
"disabled": false,
|
17209
|
-
"document": "集群ID",
|
17219
|
+
"document": "集群 ID",
|
17210
17220
|
"example": "cls-abc",
|
17211
17221
|
"member": "string",
|
17212
17222
|
"name": "ClusterId",
|
@@ -17215,7 +17225,7 @@
|
|
17215
17225
|
},
|
17216
17226
|
{
|
17217
17227
|
"disabled": false,
|
17218
|
-
"document": "是否开启公网CLB",
|
17228
|
+
"document": "是否开启公网 CLB",
|
17219
17229
|
"example": "false",
|
17220
17230
|
"member": "bool",
|
17221
17231
|
"name": "EnableExternal",
|
@@ -17224,7 +17234,7 @@
|
|
17224
17234
|
},
|
17225
17235
|
{
|
17226
17236
|
"disabled": false,
|
17227
|
-
"document": "集群内部署组件的pod配置",
|
17237
|
+
"document": "集群内部署组件的pod 配置",
|
17228
17238
|
"example": "pod配置",
|
17229
17239
|
"member": "PrometheusClusterAgentPodConfig",
|
17230
17240
|
"name": "InClusterPodConfig",
|
@@ -17242,7 +17252,7 @@
|
|
17242
17252
|
},
|
17243
17253
|
{
|
17244
17254
|
"disabled": false,
|
17245
|
-
"document": "
|
17255
|
+
"document": "是否安装默认采集 exporter 和采集配置",
|
17246
17256
|
"example": "false",
|
17247
17257
|
"member": "bool",
|
17248
17258
|
"name": "NotInstallBasicScrape",
|
@@ -17251,13 +17261,22 @@
|
|
17251
17261
|
},
|
17252
17262
|
{
|
17253
17263
|
"disabled": false,
|
17254
|
-
"document": "
|
17264
|
+
"document": "是否安装采集配置,true 只安装采集 exporter 不会安装采集配置,false 会同时安装采集配置",
|
17255
17265
|
"example": "false",
|
17256
17266
|
"member": "bool",
|
17257
17267
|
"name": "NotScrape",
|
17258
17268
|
"required": false,
|
17259
17269
|
"type": "bool"
|
17260
17270
|
},
|
17271
|
+
{
|
17272
|
+
"disabled": false,
|
17273
|
+
"document": "是否丢弃所有指标,true 代表丢弃所有指标,false 代表采集默认指标",
|
17274
|
+
"example": "false",
|
17275
|
+
"member": "bool",
|
17276
|
+
"name": "DropAll",
|
17277
|
+
"required": false,
|
17278
|
+
"type": "bool"
|
17279
|
+
},
|
17261
17280
|
{
|
17262
17281
|
"disabled": false,
|
17263
17282
|
"document": "是否开启默认预聚合规则",
|
@@ -18773,6 +18792,7 @@
|
|
18773
18792
|
"example": "xxx",
|
18774
18793
|
"member": "string",
|
18775
18794
|
"name": "Region",
|
18795
|
+
"output_required": true,
|
18776
18796
|
"required": true,
|
18777
18797
|
"type": "string",
|
18778
18798
|
"value_allowed_null": false
|
@@ -18783,6 +18803,7 @@
|
|
18783
18803
|
"example": "xxx",
|
18784
18804
|
"member": "string",
|
18785
18805
|
"name": "InstanceId",
|
18806
|
+
"output_required": true,
|
18786
18807
|
"required": true,
|
18787
18808
|
"type": "string",
|
18788
18809
|
"value_allowed_null": false
|
@@ -18793,6 +18814,7 @@
|
|
18793
18814
|
"example": "xxx",
|
18794
18815
|
"member": "string",
|
18795
18816
|
"name": "ClusterId",
|
18817
|
+
"output_required": true,
|
18796
18818
|
"required": false,
|
18797
18819
|
"type": "string",
|
18798
18820
|
"value_allowed_null": true
|
@@ -18803,6 +18825,7 @@
|
|
18803
18825
|
"example": "xxx",
|
18804
18826
|
"member": "string",
|
18805
18827
|
"name": "SyncTime",
|
18828
|
+
"output_required": true,
|
18806
18829
|
"required": false,
|
18807
18830
|
"type": "string",
|
18808
18831
|
"value_allowed_null": true
|
@@ -18813,6 +18836,7 @@
|
|
18813
18836
|
"example": "xxx",
|
18814
18837
|
"member": "string",
|
18815
18838
|
"name": "Version",
|
18839
|
+
"output_required": true,
|
18816
18840
|
"required": false,
|
18817
18841
|
"type": "string",
|
18818
18842
|
"value_allowed_null": true
|
@@ -18823,6 +18847,7 @@
|
|
18823
18847
|
"example": "xxx",
|
18824
18848
|
"member": "string",
|
18825
18849
|
"name": "ClusterType",
|
18850
|
+
"output_required": true,
|
18826
18851
|
"required": false,
|
18827
18852
|
"type": "string",
|
18828
18853
|
"value_allowed_null": true
|
@@ -18833,6 +18858,7 @@
|
|
18833
18858
|
"example": "xxx",
|
18834
18859
|
"member": "string",
|
18835
18860
|
"name": "InstanceName",
|
18861
|
+
"output_required": true,
|
18836
18862
|
"required": false,
|
18837
18863
|
"type": "string",
|
18838
18864
|
"value_allowed_null": true
|
@@ -18843,6 +18869,7 @@
|
|
18843
18869
|
"example": "xxx",
|
18844
18870
|
"member": "string",
|
18845
18871
|
"name": "ClusterName",
|
18872
|
+
"output_required": true,
|
18846
18873
|
"required": false,
|
18847
18874
|
"type": "string",
|
18848
18875
|
"value_allowed_null": true
|
@@ -8528,7 +8528,7 @@
|
|
8528
8528
|
},
|
8529
8529
|
{
|
8530
8530
|
"disabled": false,
|
8531
|
-
"document": "输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL]。",
|
8531
|
+
"document": "输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。",
|
8532
8532
|
"example": "SRT",
|
8533
8533
|
"member": "string",
|
8534
8534
|
"name": "Protocol",
|
@@ -8633,6 +8633,24 @@
|
|
8633
8633
|
"name": "Zones",
|
8634
8634
|
"required": false,
|
8635
8635
|
"type": "list"
|
8636
|
+
},
|
8637
|
+
{
|
8638
|
+
"disabled": false,
|
8639
|
+
"document": "输入的RIST配置信息。",
|
8640
|
+
"example": "无",
|
8641
|
+
"member": "CreateInputRISTSettings",
|
8642
|
+
"name": "RISTSettings",
|
8643
|
+
"required": false,
|
8644
|
+
"type": "object"
|
8645
|
+
},
|
8646
|
+
{
|
8647
|
+
"disabled": false,
|
8648
|
+
"document": "输入节点的地区",
|
8649
|
+
"example": "ap-mumbai",
|
8650
|
+
"member": "string",
|
8651
|
+
"name": "InputRegion",
|
8652
|
+
"required": false,
|
8653
|
+
"type": "string"
|
8636
8654
|
}
|
8637
8655
|
],
|
8638
8656
|
"usage": "in"
|
@@ -8653,6 +8671,39 @@
|
|
8653
8671
|
],
|
8654
8672
|
"usage": "in"
|
8655
8673
|
},
|
8674
|
+
"CreateInputRISTSettings": {
|
8675
|
+
"document": "创建的输入RIST的配置信息。",
|
8676
|
+
"members": [
|
8677
|
+
{
|
8678
|
+
"disabled": false,
|
8679
|
+
"document": "RIST模式,可选[LISTENER],默认为LISTENER。",
|
8680
|
+
"example": "LISTENER",
|
8681
|
+
"member": "string",
|
8682
|
+
"name": "Mode",
|
8683
|
+
"required": false,
|
8684
|
+
"type": "string"
|
8685
|
+
},
|
8686
|
+
{
|
8687
|
+
"disabled": false,
|
8688
|
+
"document": "RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。",
|
8689
|
+
"example": "MAIN",
|
8690
|
+
"member": "string",
|
8691
|
+
"name": "Profile",
|
8692
|
+
"required": false,
|
8693
|
+
"type": "string"
|
8694
|
+
},
|
8695
|
+
{
|
8696
|
+
"disabled": false,
|
8697
|
+
"document": "RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120",
|
8698
|
+
"example": "120",
|
8699
|
+
"member": "int64",
|
8700
|
+
"name": "Buffer",
|
8701
|
+
"required": false,
|
8702
|
+
"type": "int"
|
8703
|
+
}
|
8704
|
+
],
|
8705
|
+
"usage": "in"
|
8706
|
+
},
|
8656
8707
|
"CreateInputRTMPPullSettings": {
|
8657
8708
|
"document": "创建的输入RTMP拉流的配置信息。",
|
8658
8709
|
"members": [
|
@@ -8821,7 +8872,7 @@
|
|
8821
8872
|
},
|
8822
8873
|
{
|
8823
8874
|
"disabled": false,
|
8824
|
-
"document": "
|
8875
|
+
"document": "输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。",
|
8825
8876
|
"example": "SRT",
|
8826
8877
|
"member": "string",
|
8827
8878
|
"name": "Protocol",
|
@@ -8899,6 +8950,24 @@
|
|
8899
8950
|
"name": "Zones",
|
8900
8951
|
"required": false,
|
8901
8952
|
"type": "list"
|
8953
|
+
},
|
8954
|
+
{
|
8955
|
+
"disabled": false,
|
8956
|
+
"document": "输出类型:Internet/TencentCSS/StreamLive",
|
8957
|
+
"example": "TencentCSS",
|
8958
|
+
"member": "string",
|
8959
|
+
"name": "OutputType",
|
8960
|
+
"required": false,
|
8961
|
+
"type": "string"
|
8962
|
+
},
|
8963
|
+
{
|
8964
|
+
"disabled": false,
|
8965
|
+
"document": "输出的RIST的配置。",
|
8966
|
+
"example": "无",
|
8967
|
+
"member": "CreateOutputRistSettings",
|
8968
|
+
"name": "RISTSettings",
|
8969
|
+
"required": false,
|
8970
|
+
"type": "object"
|
8902
8971
|
}
|
8903
8972
|
],
|
8904
8973
|
"usage": "in"
|
@@ -8991,6 +9060,39 @@
|
|
8991
9060
|
],
|
8992
9061
|
"usage": "in"
|
8993
9062
|
},
|
9063
|
+
"CreateOutputRistSettings": {
|
9064
|
+
"document": "创建媒体传输流的输出的RIST配置。",
|
9065
|
+
"members": [
|
9066
|
+
{
|
9067
|
+
"disabled": false,
|
9068
|
+
"document": "RIST模式,可选[LISTENER|CALLER],默认为LISTENER。",
|
9069
|
+
"example": "LISTENER",
|
9070
|
+
"member": "string",
|
9071
|
+
"name": "Mode",
|
9072
|
+
"required": false,
|
9073
|
+
"type": "string"
|
9074
|
+
},
|
9075
|
+
{
|
9076
|
+
"disabled": false,
|
9077
|
+
"document": "RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。",
|
9078
|
+
"example": "MAIN",
|
9079
|
+
"member": "string",
|
9080
|
+
"name": "Profile",
|
9081
|
+
"required": false,
|
9082
|
+
"type": "string"
|
9083
|
+
},
|
9084
|
+
{
|
9085
|
+
"disabled": false,
|
9086
|
+
"document": "RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120",
|
9087
|
+
"example": "120",
|
9088
|
+
"member": "int64",
|
9089
|
+
"name": "Buffer",
|
9090
|
+
"required": false,
|
9091
|
+
"type": "int"
|
9092
|
+
}
|
9093
|
+
],
|
9094
|
+
"usage": "in"
|
9095
|
+
},
|
8994
9096
|
"CreateOutputRtmpSettingsDestinations": {
|
8995
9097
|
"document": "创建媒体传输流的输出的RTMP的目标地址。",
|
8996
9098
|
"members": [
|
@@ -11608,6 +11710,16 @@
|
|
11608
11710
|
"output_required": false,
|
11609
11711
|
"type": "list",
|
11610
11712
|
"value_allowed_null": false
|
11713
|
+
},
|
11714
|
+
{
|
11715
|
+
"disabled": false,
|
11716
|
+
"document": "输入的RIST配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
11717
|
+
"example": "无",
|
11718
|
+
"member": "DescribeInputRISTSettings",
|
11719
|
+
"name": "RISTSettings",
|
11720
|
+
"output_required": false,
|
11721
|
+
"type": "object",
|
11722
|
+
"value_allowed_null": true
|
11611
11723
|
}
|
11612
11724
|
],
|
11613
11725
|
"usage": "out"
|
@@ -11628,6 +11740,42 @@
|
|
11628
11740
|
],
|
11629
11741
|
"usage": "out"
|
11630
11742
|
},
|
11743
|
+
"DescribeInputRISTSettings": {
|
11744
|
+
"document": "查询输入的RIST配置信息。",
|
11745
|
+
"members": [
|
11746
|
+
{
|
11747
|
+
"disabled": false,
|
11748
|
+
"document": "RIST模式,可选[LISTENER|CALLER],默认为LISTENER。",
|
11749
|
+
"example": "LISTENER",
|
11750
|
+
"member": "string",
|
11751
|
+
"name": "Mode",
|
11752
|
+
"output_required": false,
|
11753
|
+
"type": "string",
|
11754
|
+
"value_allowed_null": false
|
11755
|
+
},
|
11756
|
+
{
|
11757
|
+
"disabled": false,
|
11758
|
+
"document": "RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。",
|
11759
|
+
"example": "MAIN",
|
11760
|
+
"member": "string",
|
11761
|
+
"name": "Profile",
|
11762
|
+
"output_required": false,
|
11763
|
+
"type": "string",
|
11764
|
+
"value_allowed_null": false
|
11765
|
+
},
|
11766
|
+
{
|
11767
|
+
"disabled": false,
|
11768
|
+
"document": "RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120",
|
11769
|
+
"example": "120",
|
11770
|
+
"member": "int64",
|
11771
|
+
"name": "Buffer",
|
11772
|
+
"output_required": false,
|
11773
|
+
"type": "int",
|
11774
|
+
"value_allowed_null": false
|
11775
|
+
}
|
11776
|
+
],
|
11777
|
+
"usage": "out"
|
11778
|
+
},
|
11631
11779
|
"DescribeInputRTMPPullSettings": {
|
11632
11780
|
"document": "查询输入的RTMP配置信息。",
|
11633
11781
|
"members": [
|
@@ -12017,6 +12165,16 @@
|
|
12017
12165
|
"output_required": false,
|
12018
12166
|
"type": "list",
|
12019
12167
|
"value_allowed_null": false
|
12168
|
+
},
|
12169
|
+
{
|
12170
|
+
"disabled": false,
|
12171
|
+
"document": "输出的RIST配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12172
|
+
"example": "无",
|
12173
|
+
"member": "DescribeOutputRISTSettings",
|
12174
|
+
"name": "RISTSettings",
|
12175
|
+
"output_required": false,
|
12176
|
+
"type": "object",
|
12177
|
+
"value_allowed_null": true
|
12020
12178
|
}
|
12021
12179
|
],
|
12022
12180
|
"usage": "out"
|
@@ -12053,6 +12211,52 @@
|
|
12053
12211
|
],
|
12054
12212
|
"usage": "out"
|
12055
12213
|
},
|
12214
|
+
"DescribeOutputRISTSettings": {
|
12215
|
+
"document": "查询输出的RIST拉流配置信息。",
|
12216
|
+
"members": [
|
12217
|
+
{
|
12218
|
+
"disabled": false,
|
12219
|
+
"document": "RIST模式,可选[LISTENER|CALLER],默认为LISTENER。",
|
12220
|
+
"example": "LISTENER",
|
12221
|
+
"member": "string",
|
12222
|
+
"name": "Mode",
|
12223
|
+
"output_required": false,
|
12224
|
+
"type": "string",
|
12225
|
+
"value_allowed_null": false
|
12226
|
+
},
|
12227
|
+
{
|
12228
|
+
"disabled": false,
|
12229
|
+
"document": "RIST配置方案,可选[MAIN|SIMPLE],默认为MAIN。",
|
12230
|
+
"example": "MAIN",
|
12231
|
+
"member": "string",
|
12232
|
+
"name": "Profile",
|
12233
|
+
"output_required": false,
|
12234
|
+
"type": "string",
|
12235
|
+
"value_allowed_null": false
|
12236
|
+
},
|
12237
|
+
{
|
12238
|
+
"disabled": false,
|
12239
|
+
"document": "RIST缓冲区大小,单位为毫秒。最小值为50毫秒,最大值为5000毫秒。默认值:120",
|
12240
|
+
"example": "120",
|
12241
|
+
"member": "int64",
|
12242
|
+
"name": "Buffer",
|
12243
|
+
"output_required": false,
|
12244
|
+
"type": "int",
|
12245
|
+
"value_allowed_null": false
|
12246
|
+
},
|
12247
|
+
{
|
12248
|
+
"disabled": false,
|
12249
|
+
"document": "服务器监听地址,RIST模式为LISTENER时使用。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12250
|
+
"example": "无",
|
12251
|
+
"member": "OutputRISTSourceAddressResp",
|
12252
|
+
"name": "SourceAddresses",
|
12253
|
+
"output_required": false,
|
12254
|
+
"type": "list",
|
12255
|
+
"value_allowed_null": true
|
12256
|
+
}
|
12257
|
+
],
|
12258
|
+
"usage": "out"
|
12259
|
+
},
|
12056
12260
|
"DescribeOutputRTMPPullServerUrl": {
|
12057
12261
|
"document": "查询输出的RTMP拉流URL信息。",
|
12058
12262
|
"members": [
|
@@ -14544,7 +14748,7 @@
|
|
14544
14748
|
},
|
14545
14749
|
{
|
14546
14750
|
"disabled": false,
|
14547
|
-
"document": "
|
14751
|
+
"document": "剪辑模式,可选值:\nnormal(默认):精准编辑\nfast:快速编辑,处理速度更快但精准度一定程度降低\n注意:fast只支持单文件,normal默认输出转码格式是h264\n注意:此字段可能返回 null,表示取不到有效值。",
|
14548
14752
|
"example": "fast",
|
14549
14753
|
"member": "string",
|
14550
14754
|
"name": "Type",
|
@@ -20763,7 +20967,7 @@
|
|
20763
20967
|
},
|
20764
20968
|
{
|
20765
20969
|
"disabled": false,
|
20766
|
-
"document": "输入的协议,可选[SRT|RTP|RTMP]。\n当输出包含RTP时,输入只能是RTP。\n当输出包含RTMP时,输入可以是SRT/RTMP。\n当输出包含SRT时,输入只能是SRT。",
|
20970
|
+
"document": "输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。\n当输出包含RTP时,输入只能是RTP。\n当输出包含RTMP时,输入可以是SRT/RTMP。\n当输出包含SRT时,输入只能是SRT。",
|
20767
20971
|
"example": "SRT",
|
20768
20972
|
"member": "string",
|
20769
20973
|
"name": "Protocol",
|
@@ -20832,6 +21036,24 @@
|
|
20832
21036
|
"name": "Zones",
|
20833
21037
|
"required": false,
|
20834
21038
|
"type": "list"
|
21039
|
+
},
|
21040
|
+
{
|
21041
|
+
"disabled": false,
|
21042
|
+
"document": "RIST的配置信息。",
|
21043
|
+
"example": "无",
|
21044
|
+
"member": "CreateInputRISTSettings",
|
21045
|
+
"name": "RISTSettings",
|
21046
|
+
"required": false,
|
21047
|
+
"type": "object"
|
21048
|
+
},
|
21049
|
+
{
|
21050
|
+
"disabled": false,
|
21051
|
+
"document": "输入节点的地区",
|
21052
|
+
"example": "ap-shanghai",
|
21053
|
+
"member": "string",
|
21054
|
+
"name": "InputRegion",
|
21055
|
+
"required": false,
|
21056
|
+
"type": "string"
|
20835
21057
|
}
|
20836
21058
|
],
|
20837
21059
|
"usage": "in"
|
@@ -20868,7 +21090,7 @@
|
|
20868
21090
|
},
|
20869
21091
|
{
|
20870
21092
|
"disabled": false,
|
20871
|
-
"document": "输出的转推协议,支持SRT|RTP|RTMP。",
|
21093
|
+
"document": "输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。",
|
20872
21094
|
"example": "SRT",
|
20873
21095
|
"member": "string",
|
20874
21096
|
"name": "Protocol",
|
@@ -20937,6 +21159,15 @@
|
|
20937
21159
|
"name": "Zones",
|
20938
21160
|
"required": false,
|
20939
21161
|
"type": "list"
|
21162
|
+
},
|
21163
|
+
{
|
21164
|
+
"disabled": false,
|
21165
|
+
"document": "转推RIST的配置。",
|
21166
|
+
"example": "无",
|
21167
|
+
"member": "CreateOutputRistSettings",
|
21168
|
+
"name": "RISTSettings",
|
21169
|
+
"required": false,
|
21170
|
+
"type": "object"
|
20940
21171
|
}
|
20941
21172
|
],
|
20942
21173
|
"usage": "in"
|
@@ -22032,6 +22263,32 @@
|
|
22032
22263
|
],
|
22033
22264
|
"usage": "out"
|
22034
22265
|
},
|
22266
|
+
"OutputRISTSourceAddressResp": {
|
22267
|
+
"document": "RIST输出的监听地址。",
|
22268
|
+
"members": [
|
22269
|
+
{
|
22270
|
+
"disabled": false,
|
22271
|
+
"document": "监听IP。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22272
|
+
"example": "1.1.1.1",
|
22273
|
+
"member": "string",
|
22274
|
+
"name": "Ip",
|
22275
|
+
"output_required": false,
|
22276
|
+
"type": "string",
|
22277
|
+
"value_allowed_null": true
|
22278
|
+
},
|
22279
|
+
{
|
22280
|
+
"disabled": false,
|
22281
|
+
"document": "监听端口。\n注意:此字段可能返回 null,表示取不到有效值。",
|
22282
|
+
"example": "65535",
|
22283
|
+
"member": "int64",
|
22284
|
+
"name": "Port",
|
22285
|
+
"output_required": false,
|
22286
|
+
"type": "int",
|
22287
|
+
"value_allowed_null": true
|
22288
|
+
}
|
22289
|
+
],
|
22290
|
+
"usage": "out"
|
22291
|
+
},
|
22035
22292
|
"OutputSRTSourceAddressResp": {
|
22036
22293
|
"document": "SRT输出的监听地址。",
|
22037
22294
|
"members": [
|
@@ -25315,6 +25572,26 @@
|
|
25315
25572
|
"output_required": false,
|
25316
25573
|
"type": "string",
|
25317
25574
|
"value_allowed_null": true
|
25575
|
+
},
|
25576
|
+
{
|
25577
|
+
"disabled": false,
|
25578
|
+
"document": "直播切片对应直播起始时间点,采用 ISO 日期格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
25579
|
+
"example": "2024-10-21T17:18:34+08:00",
|
25580
|
+
"member": "string",
|
25581
|
+
"name": "BeginTime",
|
25582
|
+
"output_required": false,
|
25583
|
+
"type": "string",
|
25584
|
+
"value_allowed_null": true
|
25585
|
+
},
|
25586
|
+
{
|
25587
|
+
"disabled": false,
|
25588
|
+
"document": "直播切片对应直播结束时间点,采用 ISO 日期格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
25589
|
+
"example": "2024-10-21T17:26:19+08:00",
|
25590
|
+
"member": "string",
|
25591
|
+
"name": "EndTime",
|
25592
|
+
"output_required": false,
|
25593
|
+
"type": "string",
|
25594
|
+
"value_allowed_null": true
|
25318
25595
|
}
|
25319
25596
|
],
|
25320
25597
|
"usage": "out"
|