tccli 3.0.1373.1__py2.py3-none-any.whl → 3.0.1374.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/ai3d/v20250513/api.json +1 -1
- tccli/services/cls/v20201016/api.json +167 -31
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +69 -0
- tccli/services/essbasic/v20210526/api.json +39 -0
- tccli/services/lighthouse/v20200324/examples.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +1344 -246
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/partners/v20180321/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +19 -17
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/trabbit/v20230418/api.json +9 -0
- tccli/services/tsf/v20180326/api.json +147 -50
- tccli/services/vod/v20180717/api.json +264 -0
- tccli/services/vod/v20180717/examples.json +32 -0
- tccli/services/vod/vod_client.py +212 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1374.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1374.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1374.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1374.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1373.1.dist-info → tccli-3.0.1374.1.dist-info}/license_files/LICENSE +0 -0
@@ -617,7 +617,7 @@
|
|
617
617
|
"status": "online"
|
618
618
|
},
|
619
619
|
"DescribeContainerGroupDetail": {
|
620
|
-
"document": "容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)",
|
620
|
+
"document": "容器部署组详情(已废弃,请使用 [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/product/649/67221))",
|
621
621
|
"input": "DescribeContainerGroupDetailRequest",
|
622
622
|
"name": "查询容器部署组详情",
|
623
623
|
"output": "DescribeContainerGroupDetailResponse",
|
@@ -7662,7 +7662,7 @@
|
|
7662
7662
|
"members": [
|
7663
7663
|
{
|
7664
7664
|
"disabled": false,
|
7665
|
-
"document": "
|
7665
|
+
"document": "应用名称,最长60字符",
|
7666
7666
|
"example": "application-user",
|
7667
7667
|
"member": "string",
|
7668
7668
|
"name": "ApplicationName",
|
@@ -7725,7 +7725,7 @@
|
|
7725
7725
|
},
|
7726
7726
|
{
|
7727
7727
|
"disabled": false,
|
7728
|
-
"document": "
|
7728
|
+
"document": "【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
7729
7729
|
"example": "program-6a79x94v",
|
7730
7730
|
"member": "string",
|
7731
7731
|
"name": "ProgramId",
|
@@ -8361,7 +8361,7 @@
|
|
8361
8361
|
"members": [
|
8362
8362
|
{
|
8363
8363
|
"disabled": false,
|
8364
|
-
"document": "
|
8364
|
+
"document": "分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8365
8365
|
"example": "application-6a79x94v",
|
8366
8366
|
"member": "string",
|
8367
8367
|
"name": "ApplicationId",
|
@@ -8370,7 +8370,7 @@
|
|
8370
8370
|
},
|
8371
8371
|
{
|
8372
8372
|
"disabled": false,
|
8373
|
-
"document": "
|
8373
|
+
"document": "分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
8374
8374
|
"example": "namespace-6a79x94v",
|
8375
8375
|
"member": "string",
|
8376
8376
|
"name": "NamespaceId",
|
@@ -8487,8 +8487,8 @@
|
|
8487
8487
|
},
|
8488
8488
|
{
|
8489
8489
|
"disabled": false,
|
8490
|
-
"document": "
|
8491
|
-
"example": "DEF",
|
8490
|
+
"document": "部署组资源类型;DEF 表示默认资源类型",
|
8491
|
+
"example": "\"DEF\": 使用时需要去掉双引号",
|
8492
8492
|
"member": "string",
|
8493
8493
|
"name": "GroupResourceType",
|
8494
8494
|
"required": false,
|
@@ -8496,7 +8496,7 @@
|
|
8496
8496
|
},
|
8497
8497
|
{
|
8498
8498
|
"disabled": false,
|
8499
|
-
"document": "
|
8499
|
+
"document": "分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取",
|
8500
8500
|
"example": "subnet-6a79x94v",
|
8501
8501
|
"member": "string",
|
8502
8502
|
"name": "SubnetId",
|
@@ -8914,7 +8914,7 @@
|
|
8914
8914
|
"members": [
|
8915
8915
|
{
|
8916
8916
|
"disabled": false,
|
8917
|
-
"document": "
|
8917
|
+
"document": "部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8918
8918
|
"example": "application-6a79x94v",
|
8919
8919
|
"member": "string",
|
8920
8920
|
"name": "ApplicationId",
|
@@ -8923,7 +8923,7 @@
|
|
8923
8923
|
},
|
8924
8924
|
{
|
8925
8925
|
"disabled": false,
|
8926
|
-
"document": "
|
8926
|
+
"document": "部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
8927
8927
|
"example": "namespace-6a79x94v",
|
8928
8928
|
"member": "string",
|
8929
8929
|
"name": "NamespaceId",
|
@@ -8941,7 +8941,7 @@
|
|
8941
8941
|
},
|
8942
8942
|
{
|
8943
8943
|
"disabled": false,
|
8944
|
-
"document": "
|
8944
|
+
"document": "部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
8945
8945
|
"example": "cluster-6a79x94v",
|
8946
8946
|
"member": "string",
|
8947
8947
|
"name": "ClusterId",
|
@@ -8959,8 +8959,8 @@
|
|
8959
8959
|
},
|
8960
8960
|
{
|
8961
8961
|
"disabled": false,
|
8962
|
-
"document": "部署组资源类型;DEF
|
8963
|
-
"example": "DEF",
|
8962
|
+
"document": "部署组资源类型;DEF 表示默认资源类型",
|
8963
|
+
"example": "\"DEF\": 使用时需要去掉双引号",
|
8964
8964
|
"member": "string",
|
8965
8965
|
"name": "GroupResourceType",
|
8966
8966
|
"required": false,
|
@@ -8983,6 +8983,15 @@
|
|
8983
8983
|
"name": "Tags",
|
8984
8984
|
"required": false,
|
8985
8985
|
"type": "list"
|
8986
|
+
},
|
8987
|
+
{
|
8988
|
+
"disabled": false,
|
8989
|
+
"document": "k8s命名空间名称",
|
8990
|
+
"example": "default",
|
8991
|
+
"member": "string",
|
8992
|
+
"name": "K8sNamespaceName",
|
8993
|
+
"required": false,
|
8994
|
+
"type": "string"
|
8986
8995
|
}
|
8987
8996
|
],
|
8988
8997
|
"type": "object"
|
@@ -9297,8 +9306,8 @@
|
|
9297
9306
|
},
|
9298
9307
|
{
|
9299
9308
|
"disabled": false,
|
9300
|
-
"document": "
|
9301
|
-
"example": "
|
9309
|
+
"document": "命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型",
|
9310
|
+
"example": "\"DEF\": 使用时需要去掉双引号",
|
9302
9311
|
"member": "string",
|
9303
9312
|
"name": "NamespaceResourceType",
|
9304
9313
|
"required": false,
|
@@ -9306,8 +9315,8 @@
|
|
9306
9315
|
},
|
9307
9316
|
{
|
9308
9317
|
"disabled": false,
|
9309
|
-
"document": "
|
9310
|
-
"example": "
|
9318
|
+
"document": "命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间",
|
9319
|
+
"example": "\"DEF\": 使用时需要去掉双引号",
|
9311
9320
|
"member": "string",
|
9312
9321
|
"name": "NamespaceType",
|
9313
9322
|
"required": false,
|
@@ -12038,6 +12047,42 @@
|
|
12038
12047
|
"name": "DeployDesc",
|
12039
12048
|
"required": false,
|
12040
12049
|
"type": "string"
|
12050
|
+
},
|
12051
|
+
{
|
12052
|
+
"disabled": false,
|
12053
|
+
"document": "k8s命名空间名称",
|
12054
|
+
"example": "default",
|
12055
|
+
"member": "string",
|
12056
|
+
"name": "K8sNamespaceName",
|
12057
|
+
"required": false,
|
12058
|
+
"type": "string"
|
12059
|
+
},
|
12060
|
+
{
|
12061
|
+
"disabled": false,
|
12062
|
+
"document": "是否启用静态IP",
|
12063
|
+
"example": "false",
|
12064
|
+
"member": "bool",
|
12065
|
+
"name": "StaticIpEnabled",
|
12066
|
+
"required": false,
|
12067
|
+
"type": "bool"
|
12068
|
+
},
|
12069
|
+
{
|
12070
|
+
"disabled": false,
|
12071
|
+
"document": "启动策略[OrderedReady/Parallel]",
|
12072
|
+
"example": "OrderedReady",
|
12073
|
+
"member": "string",
|
12074
|
+
"name": "PodManagementPolicyType",
|
12075
|
+
"required": false,
|
12076
|
+
"type": "string"
|
12077
|
+
},
|
12078
|
+
{
|
12079
|
+
"disabled": false,
|
12080
|
+
"document": "滚动更新分区序号",
|
12081
|
+
"example": "0",
|
12082
|
+
"member": "int64",
|
12083
|
+
"name": "Partition",
|
12084
|
+
"required": false,
|
12085
|
+
"type": "int"
|
12041
12086
|
}
|
12042
12087
|
],
|
12043
12088
|
"type": "object"
|
@@ -12465,7 +12510,7 @@
|
|
12465
12510
|
"members": [
|
12466
12511
|
{
|
12467
12512
|
"disabled": false,
|
12468
|
-
"document": "部署组ID",
|
12513
|
+
"document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
|
12469
12514
|
"example": "group-6a79x94v",
|
12470
12515
|
"member": "string",
|
12471
12516
|
"name": "GroupId",
|
@@ -12474,7 +12519,7 @@
|
|
12474
12519
|
},
|
12475
12520
|
{
|
12476
12521
|
"disabled": false,
|
12477
|
-
"document": "
|
12522
|
+
"document": "软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
12478
12523
|
"example": "pkg-6a79x94v",
|
12479
12524
|
"member": "string",
|
12480
12525
|
"name": "PkgId",
|
@@ -12547,7 +12592,7 @@
|
|
12547
12592
|
{
|
12548
12593
|
"disabled": false,
|
12549
12594
|
"document": "滚动发布每个批次参与的实例比率",
|
12550
|
-
"example": "0.25",
|
12595
|
+
"example": "[0.25]",
|
12551
12596
|
"member": "float",
|
12552
12597
|
"name": "DeployBatch",
|
12553
12598
|
"required": false,
|
@@ -12564,7 +12609,7 @@
|
|
12564
12609
|
},
|
12565
12610
|
{
|
12566
12611
|
"disabled": false,
|
12567
|
-
"document": "
|
12612
|
+
"document": "滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。",
|
12568
12613
|
"example": "30",
|
12569
12614
|
"member": "uint64",
|
12570
12615
|
"name": "DeployWaitTime",
|
@@ -12652,7 +12697,7 @@
|
|
12652
12697
|
{
|
12653
12698
|
"disabled": false,
|
12654
12699
|
"document": "任务ID",
|
12655
|
-
"example": "
|
12700
|
+
"example": "无",
|
12656
12701
|
"member": "TaskId",
|
12657
12702
|
"name": "Result",
|
12658
12703
|
"output_required": true,
|
@@ -13048,7 +13093,7 @@
|
|
13048
13093
|
"members": [
|
13049
13094
|
{
|
13050
13095
|
"disabled": false,
|
13051
|
-
"document": "
|
13096
|
+
"document": "【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
13052
13097
|
"example": "application-6a79x94v",
|
13053
13098
|
"member": "string",
|
13054
13099
|
"name": "ApplicationId",
|
@@ -13167,8 +13212,8 @@
|
|
13167
13212
|
},
|
13168
13213
|
{
|
13169
13214
|
"disabled": false,
|
13170
|
-
"document": "
|
13171
|
-
"example": "
|
13215
|
+
"document": "指定应用类型,目前支持:\n- `V`:普通应用/CVM应用\n- `C`:容器应用\n- `S`:serverless 应用",
|
13216
|
+
"example": "V",
|
13172
13217
|
"member": "string",
|
13173
13218
|
"name": "ApplicationType",
|
13174
13219
|
"required": false,
|
@@ -13185,8 +13230,8 @@
|
|
13185
13230
|
},
|
13186
13231
|
{
|
13187
13232
|
"disabled": false,
|
13188
|
-
"document": "
|
13189
|
-
"example": "[\"
|
13233
|
+
"document": "应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型",
|
13234
|
+
"example": "[\"GW\"]",
|
13190
13235
|
"member": "string",
|
13191
13236
|
"name": "ApplicationResourceTypeList",
|
13192
13237
|
"required": false,
|
@@ -14125,7 +14170,7 @@
|
|
14125
14170
|
"members": [
|
14126
14171
|
{
|
14127
14172
|
"disabled": false,
|
14128
|
-
"document": "部署组ID",
|
14173
|
+
"document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y",
|
14129
14174
|
"example": "group-ab958z6y",
|
14130
14175
|
"member": "string",
|
14131
14176
|
"name": "GroupId",
|
@@ -14236,8 +14281,8 @@
|
|
14236
14281
|
"members": [
|
14237
14282
|
{
|
14238
14283
|
"disabled": false,
|
14239
|
-
"document": "
|
14240
|
-
"example": "application-
|
14284
|
+
"document": "分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
14285
|
+
"example": "application-zvw6zp9a",
|
14241
14286
|
"member": "string",
|
14242
14287
|
"name": "ApplicationId",
|
14243
14288
|
"required": true,
|
@@ -14290,8 +14335,8 @@
|
|
14290
14335
|
},
|
14291
14336
|
{
|
14292
14337
|
"disabled": false,
|
14293
|
-
"document": "
|
14294
|
-
"example": "cls-
|
14338
|
+
"document": "分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
14339
|
+
"example": "cls-2nhp3g1i",
|
14295
14340
|
"member": "string",
|
14296
14341
|
"name": "ClusterId",
|
14297
14342
|
"required": false,
|
@@ -14299,8 +14344,8 @@
|
|
14299
14344
|
},
|
14300
14345
|
{
|
14301
14346
|
"disabled": false,
|
14302
|
-
"document": "
|
14303
|
-
"example": "namespace-
|
14347
|
+
"document": "分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
14348
|
+
"example": "namespace-byxwl4da",
|
14304
14349
|
"member": "string",
|
14305
14350
|
"name": "NamespaceId",
|
14306
14351
|
"required": false,
|
@@ -17449,7 +17494,7 @@
|
|
17449
17494
|
},
|
17450
17495
|
{
|
17451
17496
|
"disabled": false,
|
17452
|
-
"document": "
|
17497
|
+
"document": "每页数量,默认值20",
|
17453
17498
|
"example": "20",
|
17454
17499
|
"member": "int64",
|
17455
17500
|
"name": "Limit",
|
@@ -17458,7 +17503,7 @@
|
|
17458
17503
|
},
|
17459
17504
|
{
|
17460
17505
|
"disabled": false,
|
17461
|
-
"document": "
|
17506
|
+
"document": "起始偏移量,默认值0",
|
17462
17507
|
"example": "0",
|
17463
17508
|
"member": "int64",
|
17464
17509
|
"name": "Offset",
|
@@ -18311,8 +18356,8 @@
|
|
18311
18356
|
},
|
18312
18357
|
{
|
18313
18358
|
"disabled": false,
|
18314
|
-
"document": "
|
18315
|
-
"example": "[\"
|
18359
|
+
"document": "应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型",
|
18360
|
+
"example": "[\"GW\"]",
|
18316
18361
|
"member": "string",
|
18317
18362
|
"name": "ApplicationResourceTypeList",
|
18318
18363
|
"required": false,
|
@@ -18457,7 +18502,7 @@
|
|
18457
18502
|
"members": [
|
18458
18503
|
{
|
18459
18504
|
"disabled": false,
|
18460
|
-
"document": "
|
18505
|
+
"document": "按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
18461
18506
|
"example": "[\"group-6a79x94v\"]",
|
18462
18507
|
"member": "string",
|
18463
18508
|
"name": "GroupIdList",
|
@@ -18466,7 +18511,7 @@
|
|
18466
18511
|
},
|
18467
18512
|
{
|
18468
18513
|
"disabled": false,
|
18469
|
-
"document": "
|
18514
|
+
"document": "按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
18470
18515
|
"example": "application-6a79x94v",
|
18471
18516
|
"member": "string",
|
18472
18517
|
"name": "ApplicationId",
|
@@ -18475,7 +18520,7 @@
|
|
18475
18520
|
},
|
18476
18521
|
{
|
18477
18522
|
"disabled": false,
|
18478
|
-
"document": "
|
18523
|
+
"document": "按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
18479
18524
|
"example": "cls-6a79x94v",
|
18480
18525
|
"member": "string",
|
18481
18526
|
"name": "ClusterId",
|
@@ -18484,7 +18529,7 @@
|
|
18484
18529
|
},
|
18485
18530
|
{
|
18486
18531
|
"disabled": false,
|
18487
|
-
"document": "
|
18532
|
+
"document": "按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
18488
18533
|
"example": "namespace-6a79x94v",
|
18489
18534
|
"member": "string",
|
18490
18535
|
"name": "NamespaceId",
|
@@ -18493,7 +18538,7 @@
|
|
18493
18538
|
},
|
18494
18539
|
{
|
18495
18540
|
"disabled": false,
|
18496
|
-
"document": "
|
18541
|
+
"document": "每页条数,默认值20,无上限",
|
18497
18542
|
"example": "50",
|
18498
18543
|
"member": "int64",
|
18499
18544
|
"name": "Limit",
|
@@ -18502,7 +18547,7 @@
|
|
18502
18547
|
},
|
18503
18548
|
{
|
18504
18549
|
"disabled": false,
|
18505
|
-
"document": "
|
18550
|
+
"document": "起始偏移量,默认值0",
|
18506
18551
|
"example": "0",
|
18507
18552
|
"member": "int64",
|
18508
18553
|
"name": "Offset",
|
@@ -18611,8 +18656,8 @@
|
|
18611
18656
|
},
|
18612
18657
|
{
|
18613
18658
|
"disabled": false,
|
18614
|
-
"document": "
|
18615
|
-
"example": "[\"
|
18659
|
+
"document": "查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型",
|
18660
|
+
"example": "[\"GW\"]",
|
18616
18661
|
"member": "string",
|
18617
18662
|
"name": "NamespaceResourceTypeList",
|
18618
18663
|
"required": false,
|
@@ -21029,6 +21074,26 @@
|
|
21029
21074
|
"output_required": true,
|
21030
21075
|
"type": "string",
|
21031
21076
|
"value_allowed_null": true
|
21077
|
+
},
|
21078
|
+
{
|
21079
|
+
"disabled": false,
|
21080
|
+
"document": "是否禁用删除",
|
21081
|
+
"example": "true",
|
21082
|
+
"member": "bool",
|
21083
|
+
"name": "DeleteDisabled",
|
21084
|
+
"output_required": false,
|
21085
|
+
"type": "bool",
|
21086
|
+
"value_allowed_null": false
|
21087
|
+
},
|
21088
|
+
{
|
21089
|
+
"disabled": false,
|
21090
|
+
"document": "禁用原因",
|
21091
|
+
"example": "已存在绑定资源,请解绑分组或API后重试",
|
21092
|
+
"member": "string",
|
21093
|
+
"name": "DeleteDisabledReason",
|
21094
|
+
"output_required": false,
|
21095
|
+
"type": "string",
|
21096
|
+
"value_allowed_null": false
|
21032
21097
|
}
|
21033
21098
|
],
|
21034
21099
|
"usage": "out"
|
@@ -23935,6 +24000,28 @@
|
|
23935
24000
|
"required": false,
|
23936
24001
|
"type": "string",
|
23937
24002
|
"value_allowed_null": true
|
24003
|
+
},
|
24004
|
+
{
|
24005
|
+
"disabled": false,
|
24006
|
+
"document": "是否禁用删除。\ntrue:禁用\nfalse:取消禁用",
|
24007
|
+
"example": "true",
|
24008
|
+
"member": "bool",
|
24009
|
+
"name": "DeleteDisabled",
|
24010
|
+
"output_required": false,
|
24011
|
+
"required": false,
|
24012
|
+
"type": "bool",
|
24013
|
+
"value_allowed_null": false
|
24014
|
+
},
|
24015
|
+
{
|
24016
|
+
"disabled": false,
|
24017
|
+
"document": "禁用原因",
|
24018
|
+
"example": "该泳道已关联全链路灰度发布规则,请先从规则中移除后删除",
|
24019
|
+
"member": "string",
|
24020
|
+
"name": "DeleteDisabledReason",
|
24021
|
+
"output_required": false,
|
24022
|
+
"required": false,
|
24023
|
+
"type": "string",
|
24024
|
+
"value_allowed_null": false
|
23938
24025
|
}
|
23939
24026
|
],
|
23940
24027
|
"usage": "both"
|
@@ -25337,7 +25424,7 @@
|
|
25337
25424
|
"members": [
|
25338
25425
|
{
|
25339
25426
|
"disabled": false,
|
25340
|
-
"document": "数据集ID",
|
25427
|
+
"document": "数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId",
|
25341
25428
|
"example": "program-6a79x94v",
|
25342
25429
|
"member": "string",
|
25343
25430
|
"name": "ProgramId",
|
@@ -29696,7 +29783,7 @@
|
|
29696
29783
|
{
|
29697
29784
|
"disabled": false,
|
29698
29785
|
"document": "命名空间名称",
|
29699
|
-
"example": "
|
29786
|
+
"example": "namespace-name",
|
29700
29787
|
"member": "string",
|
29701
29788
|
"name": "NamespaceName",
|
29702
29789
|
"output_required": true,
|
@@ -29732,6 +29819,16 @@
|
|
29732
29819
|
"output_required": true,
|
29733
29820
|
"type": "string",
|
29734
29821
|
"value_allowed_null": false
|
29822
|
+
},
|
29823
|
+
{
|
29824
|
+
"disabled": false,
|
29825
|
+
"document": "k8s 命名空间名称",
|
29826
|
+
"example": "kube-ns",
|
29827
|
+
"member": "string",
|
29828
|
+
"name": "K8sNamespaceName",
|
29829
|
+
"output_required": false,
|
29830
|
+
"type": "string",
|
29831
|
+
"value_allowed_null": false
|
29735
29832
|
}
|
29736
29833
|
],
|
29737
29834
|
"usage": "out"
|
@@ -29804,7 +29901,7 @@
|
|
29804
29901
|
"members": [
|
29805
29902
|
{
|
29806
29903
|
"disabled": false,
|
29807
|
-
"document": "
|
29904
|
+
"document": "按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
29808
29905
|
"example": "group-2ks8wsk",
|
29809
29906
|
"member": "string",
|
29810
29907
|
"name": "GroupId",
|
@@ -29924,7 +30021,7 @@
|
|
29924
30021
|
"members": [
|
29925
30022
|
{
|
29926
30023
|
"disabled": false,
|
29927
|
-
"document": "
|
30024
|
+
"document": "按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
29928
30025
|
"example": "group-wns82m",
|
29929
30026
|
"member": "string",
|
29930
30027
|
"name": "GroupId",
|