tccli 3.0.1298.2__py2.py3-none-any.whl → 3.0.1299.2__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/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +23 -23
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +219 -0
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +394 -1
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +550 -517
- tccli/services/iotexplorer/v20190423/examples.json +33 -33
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +8 -8
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/mqtt/v20240516/api.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +0 -286
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vod/v20240718/api.json +9 -9
- tccli/services/vod/v20240718/examples.json +11 -11
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +11 -1
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/METADATA +2 -2
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/RECORD +54 -54
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/WHEEL +0 -0
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/license_files/LICENSE +0 -0
@@ -14,13 +14,6 @@
|
|
14
14
|
"output": "CreateComputeEnvResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
|
-
"CreateCpmComputeEnv": {
|
18
|
-
"document": "创建黑石计算环境",
|
19
|
-
"input": "CreateCpmComputeEnvRequest",
|
20
|
-
"name": "创建黑石计算环境",
|
21
|
-
"output": "CreateCpmComputeEnvResponse",
|
22
|
-
"status": "online"
|
23
|
-
},
|
24
17
|
"CreateTaskTemplate": {
|
25
18
|
"document": "用于创建任务模板",
|
26
19
|
"input": "CreateTaskTemplateRequest",
|
@@ -91,13 +84,6 @@
|
|
91
84
|
"output": "DescribeComputeEnvsResponse",
|
92
85
|
"status": "online"
|
93
86
|
},
|
94
|
-
"DescribeCpmOsInfo": {
|
95
|
-
"document": "创建黑石计算环境时,查询批量计算环境支持的黑石操作系统信息",
|
96
|
-
"input": "DescribeCpmOsInfoRequest",
|
97
|
-
"name": "查询批量计算黑石操作系统信息",
|
98
|
-
"output": "DescribeCpmOsInfoResponse",
|
99
|
-
"status": "online"
|
100
|
-
},
|
101
87
|
"DescribeCvmZoneInstanceConfigInfos": {
|
102
88
|
"document": "获取批量计算可用区机型配置信息",
|
103
89
|
"input": "DescribeCvmZoneInstanceConfigInfosRequest",
|
@@ -1022,30 +1008,6 @@
|
|
1022
1008
|
],
|
1023
1009
|
"usage": "out"
|
1024
1010
|
},
|
1025
|
-
"CpmVirtualPrivateCloud": {
|
1026
|
-
"document": "黑石私有网络",
|
1027
|
-
"members": [
|
1028
|
-
{
|
1029
|
-
"disabled": false,
|
1030
|
-
"document": "黑石私有网络ID",
|
1031
|
-
"example": "vpc-oq2tyq8w",
|
1032
|
-
"member": "string",
|
1033
|
-
"name": "VpcId",
|
1034
|
-
"required": true,
|
1035
|
-
"type": "string"
|
1036
|
-
},
|
1037
|
-
{
|
1038
|
-
"disabled": false,
|
1039
|
-
"document": "黑石子网ID",
|
1040
|
-
"example": "subnet-dsca232",
|
1041
|
-
"member": "string",
|
1042
|
-
"name": "SubnetId",
|
1043
|
-
"required": true,
|
1044
|
-
"type": "string"
|
1045
|
-
}
|
1046
|
-
],
|
1047
|
-
"usage": "in"
|
1048
|
-
},
|
1049
1011
|
"CreateComputeEnvRequest": {
|
1050
1012
|
"document": "CreateComputeEnv请求参数结构体",
|
1051
1013
|
"members": [
|
@@ -1101,61 +1063,6 @@
|
|
1101
1063
|
],
|
1102
1064
|
"type": "object"
|
1103
1065
|
},
|
1104
|
-
"CreateCpmComputeEnvRequest": {
|
1105
|
-
"document": "CreateCpmComputeEnv请求参数结构体",
|
1106
|
-
"members": [
|
1107
|
-
{
|
1108
|
-
"disabled": false,
|
1109
|
-
"document": "计算环境信息",
|
1110
|
-
"example": "无",
|
1111
|
-
"member": "NamedCpmComputeEnv",
|
1112
|
-
"name": "ComputeEnv",
|
1113
|
-
"required": true,
|
1114
|
-
"type": "object"
|
1115
|
-
},
|
1116
|
-
{
|
1117
|
-
"disabled": false,
|
1118
|
-
"document": "位置信息",
|
1119
|
-
"example": "无",
|
1120
|
-
"member": "Placement",
|
1121
|
-
"name": "Placement",
|
1122
|
-
"required": false,
|
1123
|
-
"type": "object"
|
1124
|
-
},
|
1125
|
-
{
|
1126
|
-
"disabled": false,
|
1127
|
-
"document": "用于保证请求幂等性的字符串。该字符串由用户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
1128
|
-
"example": "无",
|
1129
|
-
"member": "string",
|
1130
|
-
"name": "ClientToken",
|
1131
|
-
"required": false,
|
1132
|
-
"type": "string"
|
1133
|
-
}
|
1134
|
-
],
|
1135
|
-
"type": "object"
|
1136
|
-
},
|
1137
|
-
"CreateCpmComputeEnvResponse": {
|
1138
|
-
"document": "CreateCpmComputeEnv返回参数结构体",
|
1139
|
-
"members": [
|
1140
|
-
{
|
1141
|
-
"disabled": false,
|
1142
|
-
"document": "计算环境ID",
|
1143
|
-
"example": "无",
|
1144
|
-
"member": "string",
|
1145
|
-
"name": "EnvId",
|
1146
|
-
"required": true,
|
1147
|
-
"type": "string",
|
1148
|
-
"value_allowed_null": false
|
1149
|
-
},
|
1150
|
-
{
|
1151
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1152
|
-
"member": "string",
|
1153
|
-
"name": "RequestId",
|
1154
|
-
"type": "string"
|
1155
|
-
}
|
1156
|
-
],
|
1157
|
-
"type": "object"
|
1158
|
-
},
|
1159
1066
|
"CreateTaskTemplateRequest": {
|
1160
1067
|
"document": "CreateTaskTemplate请求参数结构体",
|
1161
1068
|
"members": [
|
@@ -1999,43 +1906,6 @@
|
|
1999
1906
|
],
|
2000
1907
|
"type": "object"
|
2001
1908
|
},
|
2002
|
-
"DescribeCpmOsInfoRequest": {
|
2003
|
-
"document": "DescribeCpmOsInfo请求参数结构体",
|
2004
|
-
"members": [
|
2005
|
-
{
|
2006
|
-
"disabled": false,
|
2007
|
-
"document": "黑石设备类型代号。 可以从[DescribeDeviceClass](https://cloud.tencent.com/document/api/386/32911)查询设备类型列表。",
|
2008
|
-
"example": "无",
|
2009
|
-
"member": "string",
|
2010
|
-
"name": "DeviceClassCode",
|
2011
|
-
"required": false,
|
2012
|
-
"type": "string"
|
2013
|
-
}
|
2014
|
-
],
|
2015
|
-
"type": "object"
|
2016
|
-
},
|
2017
|
-
"DescribeCpmOsInfoResponse": {
|
2018
|
-
"document": "DescribeCpmOsInfo返回参数结构体",
|
2019
|
-
"members": [
|
2020
|
-
{
|
2021
|
-
"disabled": false,
|
2022
|
-
"document": "操作系统信息列表。",
|
2023
|
-
"example": "无",
|
2024
|
-
"member": "OsInfo",
|
2025
|
-
"name": "OsInfoSet",
|
2026
|
-
"required": true,
|
2027
|
-
"type": "list",
|
2028
|
-
"value_allowed_null": false
|
2029
|
-
},
|
2030
|
-
{
|
2031
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2032
|
-
"member": "string",
|
2033
|
-
"name": "RequestId",
|
2034
|
-
"type": "string"
|
2035
|
-
}
|
2036
|
-
],
|
2037
|
-
"type": "object"
|
2038
|
-
},
|
2039
1909
|
"DescribeCvmZoneInstanceConfigInfosRequest": {
|
2040
1910
|
"document": "DescribeCvmZoneInstanceConfigInfos请求参数结构体",
|
2041
1911
|
"members": [
|
@@ -3078,201 +2948,6 @@
|
|
3078
2948
|
],
|
3079
2949
|
"usage": "both"
|
3080
2950
|
},
|
3081
|
-
"EnvDataCpm": {
|
3082
|
-
"document": "黑石计算环境数据",
|
3083
|
-
"members": [
|
3084
|
-
{
|
3085
|
-
"disabled": false,
|
3086
|
-
"document": "黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。",
|
3087
|
-
"example": "[\"ap-chongqing-bls-1\"]",
|
3088
|
-
"member": "string",
|
3089
|
-
"name": "Zones",
|
3090
|
-
"required": true,
|
3091
|
-
"type": "list"
|
3092
|
-
},
|
3093
|
-
{
|
3094
|
-
"disabled": false,
|
3095
|
-
"document": "购买的机型ID。",
|
3096
|
-
"example": "[\"PI100v2\"]",
|
3097
|
-
"member": "string",
|
3098
|
-
"name": "InstanceTypes",
|
3099
|
-
"required": true,
|
3100
|
-
"type": "list"
|
3101
|
-
},
|
3102
|
-
{
|
3103
|
-
"disabled": false,
|
3104
|
-
"document": "购买时长单位,取值:m(月)。",
|
3105
|
-
"example": "m",
|
3106
|
-
"member": "string",
|
3107
|
-
"name": "TimeUnit",
|
3108
|
-
"required": true,
|
3109
|
-
"type": "string"
|
3110
|
-
},
|
3111
|
-
{
|
3112
|
-
"disabled": false,
|
3113
|
-
"document": "购买时长。",
|
3114
|
-
"example": "1",
|
3115
|
-
"member": "uint64",
|
3116
|
-
"name": "TimeSpan",
|
3117
|
-
"required": true,
|
3118
|
-
"type": "int"
|
3119
|
-
},
|
3120
|
-
{
|
3121
|
-
"disabled": false,
|
3122
|
-
"document": "RAID类型ID。",
|
3123
|
-
"example": "3",
|
3124
|
-
"member": "int64",
|
3125
|
-
"name": "RaidId",
|
3126
|
-
"required": true,
|
3127
|
-
"type": "int"
|
3128
|
-
},
|
3129
|
-
{
|
3130
|
-
"disabled": false,
|
3131
|
-
"document": "部署服务器的操作系统ID。通过批量计算接口DescribeCpmOsInfo查询操作系统信息。",
|
3132
|
-
"example": "125",
|
3133
|
-
"member": "int64",
|
3134
|
-
"name": "OsTypeId",
|
3135
|
-
"required": true,
|
3136
|
-
"type": "int"
|
3137
|
-
},
|
3138
|
-
{
|
3139
|
-
"disabled": false,
|
3140
|
-
"document": "黑石VPC列表,目前仅支持一个VPC。",
|
3141
|
-
"example": "无",
|
3142
|
-
"member": "CpmVirtualPrivateCloud",
|
3143
|
-
"name": "VirtualPrivateClouds",
|
3144
|
-
"required": true,
|
3145
|
-
"type": "list"
|
3146
|
-
},
|
3147
|
-
{
|
3148
|
-
"disabled": false,
|
3149
|
-
"document": "是否安装安全Agent,取值:1(安装) 0(不安装),默认取值0。",
|
3150
|
-
"example": "1",
|
3151
|
-
"member": "int64",
|
3152
|
-
"name": "NeedSecurityAgent",
|
3153
|
-
"required": false,
|
3154
|
-
"type": "int"
|
3155
|
-
},
|
3156
|
-
{
|
3157
|
-
"disabled": false,
|
3158
|
-
"document": "是否安装监控Agent,取值:1(安装) 0(不安装),默认取值0。",
|
3159
|
-
"example": "1",
|
3160
|
-
"member": "int64",
|
3161
|
-
"name": "NeedMonitorAgent",
|
3162
|
-
"required": false,
|
3163
|
-
"type": "int"
|
3164
|
-
},
|
3165
|
-
{
|
3166
|
-
"disabled": false,
|
3167
|
-
"document": "自动续费标志位,取值:1(自动续费) 0(不自动续费),默认取值0。",
|
3168
|
-
"example": "1",
|
3169
|
-
"member": "int64",
|
3170
|
-
"name": "AutoRenewFlag",
|
3171
|
-
"required": false,
|
3172
|
-
"type": "int"
|
3173
|
-
},
|
3174
|
-
{
|
3175
|
-
"disabled": false,
|
3176
|
-
"document": "数据盘是否格式化,取值:1(格式化) 0(不格式化),默认取值为1。",
|
3177
|
-
"example": "1",
|
3178
|
-
"member": "int64",
|
3179
|
-
"name": "IsZoning",
|
3180
|
-
"required": false,
|
3181
|
-
"type": "int"
|
3182
|
-
},
|
3183
|
-
{
|
3184
|
-
"disabled": false,
|
3185
|
-
"document": "指定数据盘的文件系统格式,当前支持 ext4和xfs选项, 默认为ext4。 参数适用于数据盘和Linux, 且在IsZoning为1时生效。",
|
3186
|
-
"example": "ext4",
|
3187
|
-
"member": "string",
|
3188
|
-
"name": "FileSystem",
|
3189
|
-
"required": false,
|
3190
|
-
"type": "string"
|
3191
|
-
},
|
3192
|
-
{
|
3193
|
-
"disabled": false,
|
3194
|
-
"document": "设置Linux root或Windows Administrator的密码。若不设置此参数,默认情况下会随机生成密码,并以站内信方式通知到用户。",
|
3195
|
-
"example": "acds23r@#",
|
3196
|
-
"member": "string",
|
3197
|
-
"name": "Password",
|
3198
|
-
"required": false,
|
3199
|
-
"type": "string"
|
3200
|
-
},
|
3201
|
-
{
|
3202
|
-
"disabled": false,
|
3203
|
-
"document": "是否分配弹性公网IP,取值:1(分配) 0(不分配),默认取值0。",
|
3204
|
-
"example": "1",
|
3205
|
-
"member": "int64",
|
3206
|
-
"name": "ApplyEip",
|
3207
|
-
"required": false,
|
3208
|
-
"type": "int"
|
3209
|
-
},
|
3210
|
-
{
|
3211
|
-
"disabled": false,
|
3212
|
-
"document": "弹性公网IP计费模式,取值:flow(按流量计费) bandwidth(按带宽计费),默认取值flow。",
|
3213
|
-
"example": "flow",
|
3214
|
-
"member": "string",
|
3215
|
-
"name": "EipPayMode",
|
3216
|
-
"required": false,
|
3217
|
-
"type": "string"
|
3218
|
-
},
|
3219
|
-
{
|
3220
|
-
"disabled": false,
|
3221
|
-
"document": "弹性公网IP带宽限制,单位Mb。",
|
3222
|
-
"example": "10",
|
3223
|
-
"member": "int64",
|
3224
|
-
"name": "EipBandwidth",
|
3225
|
-
"required": false,
|
3226
|
-
"type": "int"
|
3227
|
-
},
|
3228
|
-
{
|
3229
|
-
"disabled": false,
|
3230
|
-
"document": "自定义镜像ID,取值生效时用自定义镜像部署物理机。",
|
3231
|
-
"example": "img-i91njcmx",
|
3232
|
-
"member": "string",
|
3233
|
-
"name": "ImageId",
|
3234
|
-
"required": false,
|
3235
|
-
"type": "string"
|
3236
|
-
},
|
3237
|
-
{
|
3238
|
-
"disabled": false,
|
3239
|
-
"document": "系统盘根分区大小,单位为G,默认取值10G。",
|
3240
|
-
"example": "10",
|
3241
|
-
"member": "int64",
|
3242
|
-
"name": "SysRootSpace",
|
3243
|
-
"required": false,
|
3244
|
-
"type": "int"
|
3245
|
-
},
|
3246
|
-
{
|
3247
|
-
"disabled": false,
|
3248
|
-
"document": "/data分区大小,单位为G。如果系统盘还有剩余大小,会分配给/data分区。(特殊情况:如果剩余空间不足10G,并且没有指定/data分区,则剩余空间会分配给Root分区)。",
|
3249
|
-
"example": "10",
|
3250
|
-
"member": "int64",
|
3251
|
-
"name": "SysDataSpace",
|
3252
|
-
"required": false,
|
3253
|
-
"type": "int"
|
3254
|
-
},
|
3255
|
-
{
|
3256
|
-
"disabled": false,
|
3257
|
-
"document": "是否开启超线程,取值:1(开启) 0(关闭),默认取值1。",
|
3258
|
-
"example": "1",
|
3259
|
-
"member": "int64",
|
3260
|
-
"name": "HyperThreading",
|
3261
|
-
"required": false,
|
3262
|
-
"type": "int"
|
3263
|
-
},
|
3264
|
-
{
|
3265
|
-
"disabled": false,
|
3266
|
-
"document": "指定的内网IP列表,不指定时自动分配。",
|
3267
|
-
"example": "10.1.1.2",
|
3268
|
-
"member": "string",
|
3269
|
-
"name": "LanIps",
|
3270
|
-
"required": false,
|
3271
|
-
"type": "list"
|
3272
|
-
}
|
3273
|
-
],
|
3274
|
-
"usage": "in"
|
3275
|
-
},
|
3276
2951
|
"EnvVar": {
|
3277
2952
|
"document": "环境变量",
|
3278
2953
|
"members": [
|
@@ -4705,132 +4380,6 @@
|
|
4705
4380
|
],
|
4706
4381
|
"usage": "in"
|
4707
4382
|
},
|
4708
|
-
"NamedCpmComputeEnv": {
|
4709
|
-
"document": "黑石计算环境",
|
4710
|
-
"members": [
|
4711
|
-
{
|
4712
|
-
"disabled": false,
|
4713
|
-
"document": "计算环境名称",
|
4714
|
-
"example": "test-env",
|
4715
|
-
"member": "string",
|
4716
|
-
"name": "EnvName",
|
4717
|
-
"required": true,
|
4718
|
-
"type": "string",
|
4719
|
-
"value_allowed_null": false
|
4720
|
-
},
|
4721
|
-
{
|
4722
|
-
"disabled": false,
|
4723
|
-
"document": "计算环境具体参数",
|
4724
|
-
"example": "无",
|
4725
|
-
"member": "EnvDataCpm",
|
4726
|
-
"name": "EnvData",
|
4727
|
-
"required": true,
|
4728
|
-
"type": "object",
|
4729
|
-
"value_allowed_null": false
|
4730
|
-
},
|
4731
|
-
{
|
4732
|
-
"disabled": false,
|
4733
|
-
"document": "计算节点期望个数",
|
4734
|
-
"example": "1",
|
4735
|
-
"member": "int64",
|
4736
|
-
"name": "DesiredComputeNodeCount",
|
4737
|
-
"required": true,
|
4738
|
-
"type": "int",
|
4739
|
-
"value_allowed_null": false
|
4740
|
-
},
|
4741
|
-
{
|
4742
|
-
"disabled": false,
|
4743
|
-
"document": "计算环境描述",
|
4744
|
-
"example": "test-env",
|
4745
|
-
"member": "string",
|
4746
|
-
"name": "EnvDescription",
|
4747
|
-
"required": false,
|
4748
|
-
"type": "string",
|
4749
|
-
"value_allowed_null": false
|
4750
|
-
},
|
4751
|
-
{
|
4752
|
-
"disabled": false,
|
4753
|
-
"document": "计算环境管理类型, 取值MANAGED。",
|
4754
|
-
"example": "MANAGED",
|
4755
|
-
"member": "string",
|
4756
|
-
"name": "EnvType",
|
4757
|
-
"required": false,
|
4758
|
-
"type": "string",
|
4759
|
-
"value_allowed_null": false
|
4760
|
-
},
|
4761
|
-
{
|
4762
|
-
"disabled": false,
|
4763
|
-
"document": "授权信息",
|
4764
|
-
"example": "无",
|
4765
|
-
"member": "Authentication",
|
4766
|
-
"name": "Authentications",
|
4767
|
-
"required": false,
|
4768
|
-
"type": "list",
|
4769
|
-
"value_allowed_null": false
|
4770
|
-
},
|
4771
|
-
{
|
4772
|
-
"disabled": false,
|
4773
|
-
"document": "输入映射信息",
|
4774
|
-
"example": "无",
|
4775
|
-
"member": "InputMapping",
|
4776
|
-
"name": "InputMappings",
|
4777
|
-
"required": false,
|
4778
|
-
"type": "list",
|
4779
|
-
"value_allowed_null": false
|
4780
|
-
},
|
4781
|
-
{
|
4782
|
-
"disabled": false,
|
4783
|
-
"document": "通知信息",
|
4784
|
-
"example": "无",
|
4785
|
-
"member": "Notification",
|
4786
|
-
"name": "Notifications",
|
4787
|
-
"required": false,
|
4788
|
-
"type": "object",
|
4789
|
-
"value_allowed_null": false
|
4790
|
-
},
|
4791
|
-
{
|
4792
|
-
"disabled": false,
|
4793
|
-
"document": "非活跃节点处理策略,默认“RECREATE”,即对于实例创建失败或异常退还的计算节点,定期重新创建实例资源。",
|
4794
|
-
"example": "RECREATE",
|
4795
|
-
"member": "string",
|
4796
|
-
"name": "ActionIfComputeNodeInactive",
|
4797
|
-
"required": false,
|
4798
|
-
"type": "string",
|
4799
|
-
"value_allowed_null": false
|
4800
|
-
},
|
4801
|
-
{
|
4802
|
-
"disabled": false,
|
4803
|
-
"document": "对于实例创建失败或异常退还的计算节点,定期重新创建实例资源的最大重试次数,最大值100,如果不设置的话,系统会设置一个默认值,当前为7。",
|
4804
|
-
"example": "1",
|
4805
|
-
"member": "int64",
|
4806
|
-
"name": "ResourceMaxRetryCount",
|
4807
|
-
"required": false,
|
4808
|
-
"type": "int",
|
4809
|
-
"value_allowed_null": false
|
4810
|
-
},
|
4811
|
-
{
|
4812
|
-
"disabled": false,
|
4813
|
-
"document": "标签列表。通过指定该参数可以支持绑定标签到黑石计算环境。每个黑石计算环境最多绑定10个标签。",
|
4814
|
-
"example": "无",
|
4815
|
-
"member": "Tag",
|
4816
|
-
"name": "Tags",
|
4817
|
-
"required": false,
|
4818
|
-
"type": "list",
|
4819
|
-
"value_allowed_null": false
|
4820
|
-
},
|
4821
|
-
{
|
4822
|
-
"disabled": false,
|
4823
|
-
"document": "表示通知信息的通知目标类型。\n取值范围:CMQ,TDMQ_CMQ。\nCMQ:表示向腾讯云CMQ发送消息。\nTDMQ_CMQ:表示向腾讯云TDMQ_CMQ发送消息。<br/>默认值为CMQ。<br/>注:腾讯云计划于2022年6月前正式下线消息队列 CMQ,建议使用TDMQ_CMQ。参考文档:[CMQ迁移到TDMQ_CMQ](https://cloud.tencent.com/document/product/406/60860)",
|
4824
|
-
"example": "TDMQ_CMQ",
|
4825
|
-
"member": "string",
|
4826
|
-
"name": "NotificationTarget",
|
4827
|
-
"required": false,
|
4828
|
-
"type": "string",
|
4829
|
-
"value_allowed_null": false
|
4830
|
-
}
|
4831
|
-
],
|
4832
|
-
"usage": "in"
|
4833
|
-
},
|
4834
4383
|
"Notification": {
|
4835
4384
|
"document": "通知信息",
|
4836
4385
|
"members": [
|
@@ -4859,82 +4408,6 @@
|
|
4859
4408
|
],
|
4860
4409
|
"usage": "both"
|
4861
4410
|
},
|
4862
|
-
"OsInfo": {
|
4863
|
-
"document": "操作系统类型",
|
4864
|
-
"members": [
|
4865
|
-
{
|
4866
|
-
"disabled": false,
|
4867
|
-
"document": "操作系统ID。",
|
4868
|
-
"example": "1",
|
4869
|
-
"member": "uint64",
|
4870
|
-
"name": "OsTypeId",
|
4871
|
-
"output_required": true,
|
4872
|
-
"type": "int",
|
4873
|
-
"value_allowed_null": false
|
4874
|
-
},
|
4875
|
-
{
|
4876
|
-
"disabled": false,
|
4877
|
-
"document": "操作系统名称。",
|
4878
|
-
"example": "BM-ubuntu14",
|
4879
|
-
"member": "string",
|
4880
|
-
"name": "OsName",
|
4881
|
-
"output_required": true,
|
4882
|
-
"type": "string",
|
4883
|
-
"value_allowed_null": false
|
4884
|
-
},
|
4885
|
-
{
|
4886
|
-
"disabled": false,
|
4887
|
-
"document": "操作系统名称描述。",
|
4888
|
-
"example": "ubuntu 14 64bit",
|
4889
|
-
"member": "string",
|
4890
|
-
"name": "OsDescription",
|
4891
|
-
"output_required": true,
|
4892
|
-
"type": "string",
|
4893
|
-
"value_allowed_null": false
|
4894
|
-
},
|
4895
|
-
{
|
4896
|
-
"disabled": false,
|
4897
|
-
"document": "操作系统英文名称。",
|
4898
|
-
"example": "ubuntu 14 64bit",
|
4899
|
-
"member": "string",
|
4900
|
-
"name": "OsEnglishDescription",
|
4901
|
-
"output_required": true,
|
4902
|
-
"type": "string",
|
4903
|
-
"value_allowed_null": false
|
4904
|
-
},
|
4905
|
-
{
|
4906
|
-
"disabled": false,
|
4907
|
-
"document": "操作系统的分类,如CentOs Debian。",
|
4908
|
-
"example": "Ubuntu",
|
4909
|
-
"member": "string",
|
4910
|
-
"name": "OsClass",
|
4911
|
-
"output_required": true,
|
4912
|
-
"type": "string",
|
4913
|
-
"value_allowed_null": false
|
4914
|
-
},
|
4915
|
-
{
|
4916
|
-
"disabled": false,
|
4917
|
-
"document": "标识镜像分类。public:公共镜像; private: 专属镜像。",
|
4918
|
-
"example": "public",
|
4919
|
-
"member": "string",
|
4920
|
-
"name": "ImageTag",
|
4921
|
-
"output_required": true,
|
4922
|
-
"type": "string",
|
4923
|
-
"value_allowed_null": false
|
4924
|
-
},
|
4925
|
-
{
|
4926
|
-
"disabled": false,
|
4927
|
-
"document": "操作系统,ext4文件下所支持的最大的磁盘大小。单位为T。",
|
4928
|
-
"example": "1000000",
|
4929
|
-
"member": "uint64",
|
4930
|
-
"name": "MaxPartitionSize",
|
4931
|
-
"output_required": true,
|
4932
|
-
"type": "int",
|
4933
|
-
"value_allowed_null": false
|
4934
|
-
}
|
4935
|
-
],
|
4936
|
-
"usage": "out"
|
4937
|
-
},
|
4938
4411
|
"OutputMapping": {
|
4939
4412
|
"document": "输出映射",
|
4940
4413
|
"members": [
|
@@ -16,14 +16,6 @@
|
|
16
16
|
"title": "创建计算环境"
|
17
17
|
}
|
18
18
|
],
|
19
|
-
"CreateCpmComputeEnv": [
|
20
|
-
{
|
21
|
-
"document": "",
|
22
|
-
"input": "https://batch.tencentcloudapi.com/?Action=CreateCpmComputeEnv\n&ComputeEnv.EnvName=cpm-env-win\n&ComputeEnv.EnvData.Zones.0=ap-chongqing-bls-1\n&ComputeEnv.EnvData.InstanceTypes.0=PI100v2\n&ComputeEnv.EnvData.TimeUnit=m\n&ComputeEnv.EnvData.TimeSpan=1\n&ComputeEnv.EnvData.RaidId=3\n&ComputeEnv.EnvData.OsTypeId=125\n&ComputeEnv.EnvData.VirtualPrivateClouds.0.VpcId=vpc-33em4y15\n&ComputeEnv.EnvData.VirtualPrivateClouds.0.SubnetId=subnet-6x83jiie\n&ComputeEnv.EnvData.SysRootSpace=100\n&ComputeEnv.EnvData.SysDataSpace=50\n&ComputeEnv.EnvData.EipPayMode=flow\n&ComputeEnv.EnvData.EipBandwidth=0\n&ComputeEnv.EnvData.ApplyEip=0\n&ComputeEnv.EnvData.HyperThreading=1\n&ComputeEnv.EnvData.AutoRenewFlag=0\n&ComputeEnv.DesiredComputeNodeCount=1\n&<公共请求参数>",
|
23
|
-
"output": "{\n \"Response\": {\n \"EnvId\": \"env-89kunmev\",\n \"RequestId\": \"c30340b4-a9a7-4204-98f6-725da4bcc117\"\n }\n}",
|
24
|
-
"title": "创建黑石计算环境"
|
25
|
-
}
|
26
|
-
],
|
27
19
|
"CreateTaskTemplate": [
|
28
20
|
{
|
29
21
|
"document": "",
|
@@ -104,14 +96,6 @@
|
|
104
96
|
"title": "查看计算环境列表"
|
105
97
|
}
|
106
98
|
],
|
107
|
-
"DescribeCpmOsInfo": [
|
108
|
-
{
|
109
|
-
"document": "",
|
110
|
-
"input": "https://batch.tencentcloudapi.com/?Action=DescribeCpmOsInfo\n&<公共请求参数>",
|
111
|
-
"output": "{\n \"Response\": {\n \"OsInfoSet\": [\n {\n \"OsEnglishDescription\": \"Windows Server 2012 datacenter cn 64bit\",\n \"OsName\": \"BM-XServer_V12cdb_x64\",\n \"MaxPartitionSize\": 1000000,\n \"ImageTag\": \"public\",\n \"OsTypeId\": 125,\n \"OsDescription\": \"Windows Server 2012 数据中心中文版 batch\",\n \"OsClass\": \"Windows\"\n },\n {\n \"OsEnglishDescription\": \"Centos 7.3 64bit\",\n \"OsName\": \"BM-centos7.3\",\n \"MaxPartitionSize\": 50,\n \"ImageTag\": \"public\",\n \"OsTypeId\": 47,\n \"OsDescription\": \"Centos 7.3 64位\",\n \"OsClass\": \"CentOS\"\n },\n {\n \"OsEnglishDescription\": \"Centos 6.8 64bit\",\n \"OsName\": \"BM-centos6.8\",\n \"MaxPartitionSize\": 16,\n \"ImageTag\": \"public\",\n \"OsTypeId\": 48,\n \"OsDescription\": \"Centos 6.8 64位\",\n \"OsClass\": \"CentOS\"\n },\n {\n \"OsEnglishDescription\": \"Centos 6.5 64bit\",\n \"OsName\": \"BM-centos6.5\",\n \"MaxPartitionSize\": 16,\n \"ImageTag\": \"public\",\n \"OsTypeId\": 1,\n \"OsDescription\": \"Centos 6.5 64位\",\n \"OsClass\": \"CentOS\"\n },\n {\n \"OsEnglishDescription\": \"Centos 7.2 64bit\",\n \"OsName\": \"BM-centos7.2\",\n \"MaxPartitionSize\": 50,\n \"ImageTag\": \"public\",\n \"OsTypeId\": 2,\n \"OsDescription\": \"Centos 7.2 64位\",\n \"OsClass\": \"CentOS\"\n }\n ],\n \"RequestId\": \"b53f11cc-8583-4533-8bec-686ca56799eb\"\n }\n}",
|
112
|
-
"title": "查询批量计算黑石操作系统信息"
|
113
|
-
}
|
114
|
-
],
|
115
99
|
"DescribeCvmZoneInstanceConfigInfos": [
|
116
100
|
{
|
117
101
|
"document": "",
|