tccli 3.0.832.1__py2.py3-none-any.whl → 3.0.834.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -3
  3. tccli/services/autoscaling/v20180419/api.json +1 -27
  4. tccli/services/autoscaling/v20180419/examples.json +5 -5
  5. tccli/services/bpaas/v20181217/api.json +9 -20
  6. tccli/services/ccc/v20200210/api.json +8 -11
  7. tccli/services/ccc/v20200210/examples.json +4 -4
  8. tccli/services/clb/v20180317/api.json +19 -91
  9. tccli/services/cls/v20201016/api.json +11 -24
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cvm/cvm_client.py +53 -0
  12. tccli/services/cvm/v20170312/api.json +368 -0
  13. tccli/services/cvm/v20170312/examples.json +8 -0
  14. tccli/services/cwp/v20180228/api.json +9 -0
  15. tccli/services/cwp/v20180228/examples.json +1 -1
  16. tccli/services/essbasic/essbasic_client.py +106 -0
  17. tccli/services/essbasic/v20210526/api.json +434 -0
  18. tccli/services/essbasic/v20210526/examples.json +16 -0
  19. tccli/services/gaap/v20180529/api.json +0 -5
  20. tccli/services/gaap/v20180529/examples.json +4 -4
  21. tccli/services/monitor/v20180724/api.json +49 -2
  22. tccli/services/monitor/v20180724/examples.json +9 -9
  23. tccli/services/mps/mps_client.py +53 -0
  24. tccli/services/mps/v20190612/api.json +307 -18
  25. tccli/services/mps/v20190612/examples.json +8 -0
  26. tccli/services/oceanus/v20190422/api.json +119 -49
  27. tccli/services/tcbr/v20220217/api.json +9 -12
  28. tccli/services/tcbr/v20220217/examples.json +8 -2
  29. tccli/services/tdmq/v20200217/api.json +38 -38
  30. tccli/services/tke/v20180525/api.json +17 -48
  31. tccli/services/tke/v20180525/examples.json +10 -10
  32. tccli/services/trtc/v20190722/api.json +88 -3
  33. tccli/services/vod/v20180717/api.json +0 -14
  34. tccli/services/vod/v20180717/examples.json +4 -4
  35. tccli/services/vpc/v20170312/api.json +1 -1
  36. tccli/services/vpc/v20170312/examples.json +1 -1
  37. tccli/services/wedata/v20210820/api.json +186 -40
  38. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/METADATA +2 -2
  39. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/RECORD +43 -45
  40. tccli/services/intlpartnersmgt/v20220928/api.json +0 -1054
  41. tccli/services/intlpartnersmgt/v20220928/examples.json +0 -93
  42. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/LICENSE +0 -0
  43. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/top_level.txt +0 -0
@@ -2987,12 +2987,36 @@
2987
2987
  ],
2988
2988
  "usage": "in"
2989
2989
  },
2990
+ "RefJobStatusCountItem": {
2991
+ "document": "依赖作业分状态计数信息",
2992
+ "members": [
2993
+ {
2994
+ "document": "作业状态\n注意:此字段可能返回 null,表示取不到有效值。",
2995
+ "example": "1",
2996
+ "member": "int64",
2997
+ "name": "JobStatus",
2998
+ "required": false,
2999
+ "type": "int",
3000
+ "value_allowed_null": true
3001
+ },
3002
+ {
3003
+ "document": "作业数量\n注意:此字段可能返回 null,表示取不到有效值。",
3004
+ "example": "0",
3005
+ "member": "int64",
3006
+ "name": "Count",
3007
+ "required": false,
3008
+ "type": "int",
3009
+ "value_allowed_null": true
3010
+ }
3011
+ ],
3012
+ "usage": "out"
3013
+ },
2990
3014
  "ResourceConfigItem": {
2991
3015
  "document": "描述资源配置的返回参数",
2992
3016
  "members": [
2993
3017
  {
2994
- "default": "",
2995
3018
  "document": "资源ID",
3019
+ "example": "无",
2996
3020
  "member": "string",
2997
3021
  "name": "ResourceId",
2998
3022
  "required": true,
@@ -3000,8 +3024,8 @@
3000
3024
  "value_allowed_null": false
3001
3025
  },
3002
3026
  {
3003
- "default": "",
3004
3027
  "document": "资源类型",
3028
+ "example": "无",
3005
3029
  "member": "int64",
3006
3030
  "name": "ResourceType",
3007
3031
  "required": true,
@@ -3009,8 +3033,8 @@
3009
3033
  "value_allowed_null": false
3010
3034
  },
3011
3035
  {
3012
- "default": "",
3013
3036
  "document": "资源所属地域",
3037
+ "example": "无",
3014
3038
  "member": "string",
3015
3039
  "name": "Region",
3016
3040
  "required": true,
@@ -3018,8 +3042,8 @@
3018
3042
  "value_allowed_null": false
3019
3043
  },
3020
3044
  {
3021
- "default": "",
3022
3045
  "document": "资源所属AppId",
3046
+ "example": "无",
3023
3047
  "member": "int64",
3024
3048
  "name": "AppId",
3025
3049
  "required": true,
@@ -3027,8 +3051,8 @@
3027
3051
  "value_allowed_null": false
3028
3052
  },
3029
3053
  {
3030
- "default": "",
3031
3054
  "document": "主账号Uin",
3055
+ "example": "无",
3032
3056
  "member": "string",
3033
3057
  "name": "OwnerUin",
3034
3058
  "required": true,
@@ -3036,8 +3060,8 @@
3036
3060
  "value_allowed_null": false
3037
3061
  },
3038
3062
  {
3039
- "default": "",
3040
3063
  "document": "子账号Uin",
3064
+ "example": "无",
3041
3065
  "member": "string",
3042
3066
  "name": "CreatorUin",
3043
3067
  "required": true,
@@ -3045,8 +3069,8 @@
3045
3069
  "value_allowed_null": false
3046
3070
  },
3047
3071
  {
3048
- "default": "",
3049
3072
  "document": "资源位置描述",
3073
+ "example": "无",
3050
3074
  "member": "ResourceLoc",
3051
3075
  "name": "ResourceLoc",
3052
3076
  "required": true,
@@ -3054,8 +3078,8 @@
3054
3078
  "value_allowed_null": false
3055
3079
  },
3056
3080
  {
3057
- "default": "",
3058
3081
  "document": "资源创建时间",
3082
+ "example": "无",
3059
3083
  "member": "string",
3060
3084
  "name": "CreateTime",
3061
3085
  "required": true,
@@ -3063,8 +3087,8 @@
3063
3087
  "value_allowed_null": false
3064
3088
  },
3065
3089
  {
3066
- "default": "",
3067
3090
  "document": "资源版本",
3091
+ "example": "无",
3068
3092
  "member": "int64",
3069
3093
  "name": "Version",
3070
3094
  "required": true,
@@ -3072,8 +3096,8 @@
3072
3096
  "value_allowed_null": false
3073
3097
  },
3074
3098
  {
3075
- "default": "",
3076
3099
  "document": "资源描述",
3100
+ "example": "无",
3077
3101
  "member": "string",
3078
3102
  "name": "Remark",
3079
3103
  "required": true,
@@ -3081,8 +3105,8 @@
3081
3105
  "value_allowed_null": false
3082
3106
  },
3083
3107
  {
3084
- "default": "",
3085
3108
  "document": "资源状态:0: 资源同步中,1:资源已就绪\n注意:此字段可能返回 null,表示取不到有效值。",
3109
+ "example": "无",
3086
3110
  "member": "int64",
3087
3111
  "name": "Status",
3088
3112
  "required": true,
@@ -3090,13 +3114,22 @@
3090
3114
  "value_allowed_null": true
3091
3115
  },
3092
3116
  {
3093
- "default": "",
3094
3117
  "document": "关联作业个数\n注意:此字段可能返回 null,表示取不到有效值。",
3118
+ "example": "无",
3095
3119
  "member": "int64",
3096
3120
  "name": "RefJobCount",
3097
3121
  "required": true,
3098
3122
  "type": "int",
3099
3123
  "value_allowed_null": true
3124
+ },
3125
+ {
3126
+ "document": "分状态统计关联作业数\n注意:此字段可能返回 null,表示取不到有效值。",
3127
+ "example": "无",
3128
+ "member": "RefJobStatusCountItem",
3129
+ "name": "RefJobStatusCountSet",
3130
+ "required": false,
3131
+ "type": "list",
3132
+ "value_allowed_null": true
3100
3133
  }
3101
3134
  ],
3102
3135
  "usage": "out"
@@ -3105,130 +3138,166 @@
3105
3138
  "document": "资源详细描述",
3106
3139
  "members": [
3107
3140
  {
3108
- "default": "",
3109
3141
  "document": "资源ID",
3142
+ "example": "\"test\"",
3110
3143
  "member": "string",
3111
3144
  "name": "ResourceId",
3112
- "required": true,
3145
+ "required": false,
3113
3146
  "type": "string",
3114
3147
  "value_allowed_null": false
3115
3148
  },
3116
3149
  {
3117
- "default": "",
3118
3150
  "document": "资源名称",
3151
+ "example": "\"test\"",
3119
3152
  "member": "string",
3120
3153
  "name": "Name",
3121
- "required": true,
3154
+ "required": false,
3122
3155
  "type": "string",
3123
3156
  "value_allowed_null": false
3124
3157
  },
3125
3158
  {
3126
- "default": "",
3127
3159
  "document": "资源类型",
3160
+ "example": "0",
3128
3161
  "member": "uint64",
3129
3162
  "name": "ResourceType",
3130
- "required": true,
3163
+ "required": false,
3131
3164
  "type": "int",
3132
3165
  "value_allowed_null": false
3133
3166
  },
3134
3167
  {
3135
- "default": "",
3136
3168
  "document": "资源位置",
3169
+ "example": "0",
3137
3170
  "member": "ResourceLoc",
3138
3171
  "name": "ResourceLoc",
3139
- "required": true,
3172
+ "required": false,
3140
3173
  "type": "object",
3141
3174
  "value_allowed_null": false
3142
3175
  },
3143
3176
  {
3144
- "default": "",
3145
3177
  "document": "资源地域",
3178
+ "example": "\"test\"",
3146
3179
  "member": "string",
3147
3180
  "name": "Region",
3148
- "required": true,
3181
+ "required": false,
3149
3182
  "type": "string",
3150
3183
  "value_allowed_null": false
3151
3184
  },
3152
3185
  {
3153
- "default": "",
3154
3186
  "document": "应用ID",
3187
+ "example": "0",
3155
3188
  "member": "uint64",
3156
3189
  "name": "AppId",
3157
- "required": true,
3190
+ "required": false,
3158
3191
  "type": "int",
3159
3192
  "value_allowed_null": false
3160
3193
  },
3161
3194
  {
3162
- "default": "",
3163
3195
  "document": "主账号Uin",
3196
+ "example": "\"test\"",
3164
3197
  "member": "string",
3165
3198
  "name": "OwnerUin",
3166
- "required": true,
3199
+ "required": false,
3167
3200
  "type": "string",
3168
3201
  "value_allowed_null": false
3169
3202
  },
3170
3203
  {
3171
- "default": "",
3172
3204
  "document": "子账号Uin",
3205
+ "example": "\"test\"",
3173
3206
  "member": "string",
3174
3207
  "name": "CreatorUin",
3175
- "required": true,
3208
+ "required": false,
3176
3209
  "type": "string",
3177
3210
  "value_allowed_null": false
3178
3211
  },
3179
3212
  {
3180
- "default": "",
3181
3213
  "document": "资源创建时间",
3214
+ "example": "\"test\"",
3182
3215
  "member": "string",
3183
3216
  "name": "CreateTime",
3184
- "required": true,
3217
+ "required": false,
3185
3218
  "type": "string",
3186
3219
  "value_allowed_null": false
3187
3220
  },
3188
3221
  {
3189
- "default": "",
3190
3222
  "document": "资源最后更新时间",
3223
+ "example": "\"test\"",
3191
3224
  "member": "string",
3192
3225
  "name": "UpdateTime",
3193
- "required": true,
3226
+ "required": false,
3194
3227
  "type": "string",
3195
3228
  "value_allowed_null": false
3196
3229
  },
3197
3230
  {
3198
- "default": "",
3199
3231
  "document": "资源的资源版本ID",
3232
+ "example": "0",
3200
3233
  "member": "int64",
3201
3234
  "name": "LatestResourceConfigVersion",
3202
- "required": true,
3235
+ "required": false,
3203
3236
  "type": "int",
3204
3237
  "value_allowed_null": false
3205
3238
  },
3206
3239
  {
3207
- "default": "",
3208
3240
  "document": "资源备注\n注意:此字段可能返回 null,表示取不到有效值。",
3241
+ "example": "\"test\"",
3209
3242
  "member": "string",
3210
3243
  "name": "Remark",
3211
- "required": true,
3244
+ "required": false,
3212
3245
  "type": "string",
3213
3246
  "value_allowed_null": true
3214
3247
  },
3215
3248
  {
3216
- "default": "",
3217
3249
  "document": "版本个数\n注意:此字段可能返回 null,表示取不到有效值。",
3250
+ "example": "0",
3218
3251
  "member": "int64",
3219
3252
  "name": "VersionCount",
3220
- "required": true,
3253
+ "required": false,
3221
3254
  "type": "int",
3222
3255
  "value_allowed_null": true
3223
3256
  },
3224
3257
  {
3225
- "default": "",
3226
3258
  "document": "关联作业数\n注意:此字段可能返回 null,表示取不到有效值。",
3259
+ "example": "0",
3227
3260
  "member": "int64",
3228
3261
  "name": "RefJobCount",
3229
- "required": true,
3262
+ "required": false,
3263
+ "type": "int",
3264
+ "value_allowed_null": true
3265
+ },
3266
+ {
3267
+ "document": "作业运行状态\n注意:此字段可能返回 null,表示取不到有效值。",
3268
+ "example": "0",
3269
+ "member": "int64",
3270
+ "name": "IsJobRun",
3271
+ "required": false,
3272
+ "type": "int",
3273
+ "value_allowed_null": true
3274
+ },
3275
+ {
3276
+ "document": "文件名\n注意:此字段可能返回 null,表示取不到有效值。",
3277
+ "example": "\"test\"",
3278
+ "member": "string",
3279
+ "name": "FileName",
3280
+ "required": false,
3281
+ "type": "string",
3282
+ "value_allowed_null": true
3283
+ },
3284
+ {
3285
+ "document": "工作空间ID\n注意:此字段可能返回 null,表示取不到有效值。",
3286
+ "example": "0",
3287
+ "member": "int64",
3288
+ "name": "WorkSpaceId",
3289
+ "required": false,
3230
3290
  "type": "int",
3231
3291
  "value_allowed_null": true
3292
+ },
3293
+ {
3294
+ "document": "分状态统计关联作业数\n注意:此字段可能返回 null,表示取不到有效值。",
3295
+ "example": "无",
3296
+ "member": "RefJobStatusCountItem",
3297
+ "name": "RefJobStatusCountSet",
3298
+ "required": false,
3299
+ "type": "list",
3300
+ "value_allowed_null": true
3232
3301
  }
3233
3302
  ],
3234
3303
  "usage": "out"
@@ -3237,7 +3306,6 @@
3237
3306
  "document": "资源位置描述",
3238
3307
  "members": [
3239
3308
  {
3240
- "default": "",
3241
3309
  "document": "资源位置的存储类型,目前只支持1:COS",
3242
3310
  "example": "1",
3243
3311
  "member": "int64",
@@ -3247,7 +3315,6 @@
3247
3315
  "value_allowed_null": false
3248
3316
  },
3249
3317
  {
3250
- "default": "",
3251
3318
  "document": "描述资源位置的json",
3252
3319
  "example": "{\"Bucket\":\"bucket1\",\"Path\":\"your/path\",\"Region\":\"ap-guangzhou\"}",
3253
3320
  "member": "ResourceLocParam",
@@ -3416,7 +3483,6 @@
3416
3483
  "document": "作业启动详情",
3417
3484
  "members": [
3418
3485
  {
3419
- "default": "",
3420
3486
  "document": "作业Id",
3421
3487
  "example": "cql-6w8eab6f",
3422
3488
  "member": "string",
@@ -3426,7 +3492,6 @@
3426
3492
  "value_allowed_null": false
3427
3493
  },
3428
3494
  {
3429
- "default": "",
3430
3495
  "document": "运行类型,1:启动,2:恢复",
3431
3496
  "example": "1",
3432
3497
  "member": "int64",
@@ -3436,8 +3501,7 @@
3436
3501
  "value_allowed_null": false
3437
3502
  },
3438
3503
  {
3439
- "default": "",
3440
- "document": "已废弃。旧版 SQL 类型作业启动参数:指定数据源消费起始时间点",
3504
+ "document": "兼容旧版 SQL 类型作业启动参数:指定数据源消费起始时间点(例:T1557394288000)",
3441
3505
  "example": "LATEST",
3442
3506
  "member": "string",
3443
3507
  "name": "StartMode",
@@ -3446,7 +3510,6 @@
3446
3510
  "value_allowed_null": false
3447
3511
  },
3448
3512
  {
3449
- "default": "",
3450
3513
  "document": "当前作业的某个版本",
3451
3514
  "example": "1",
3452
3515
  "member": "uint64",
@@ -3456,7 +3519,6 @@
3456
3519
  "value_allowed_null": false
3457
3520
  },
3458
3521
  {
3459
- "default": "",
3460
3522
  "document": "Savepoint路径",
3461
3523
  "example": "Savepoint",
3462
3524
  "member": "string",
@@ -3466,7 +3528,6 @@
3466
3528
  "value_allowed_null": false
3467
3529
  },
3468
3530
  {
3469
- "default": "",
3470
3531
  "document": "Savepoint的Id",
3471
3532
  "example": "cql-6w8eab6f",
3472
3533
  "member": "string",
@@ -3474,6 +3535,15 @@
3474
3535
  "required": false,
3475
3536
  "type": "string",
3476
3537
  "value_allowed_null": false
3538
+ },
3539
+ {
3540
+ "document": "使用历史版本系统依赖\n注意:此字段可能返回 null,表示取不到有效值。",
3541
+ "example": "false",
3542
+ "member": "bool",
3543
+ "name": "UseOldSystemConnector",
3544
+ "required": false,
3545
+ "type": "bool",
3546
+ "value_allowed_null": true
3477
3547
  }
3478
3548
  ],
3479
3549
  "usage": "in"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateCloudRunEnv": {
4
- "document": "创建云托管环境,并开通资源。\t",
4
+ "document": "创建云托管环境,并开通资源。",
5
5
  "input": "CreateCloudRunEnvRequest",
6
6
  "name": "创建环境",
7
7
  "output": "CreateCloudRunEnvResponse",
@@ -174,7 +174,6 @@
174
174
  "document": "CreateCloudRunEnv请求参数结构体",
175
175
  "members": [
176
176
  {
177
- "default": "",
178
177
  "document": "Trial,Standard,Professional,Enterprise",
179
178
  "example": "Enterprise",
180
179
  "member": "string",
@@ -183,7 +182,6 @@
183
182
  "type": "string"
184
183
  },
185
184
  {
186
- "default": "",
187
185
  "document": "环境别名,要以a-z开头,不能包含 a-z,0-9,- 以外的字符",
188
186
  "example": "env-alias",
189
187
  "member": "string",
@@ -192,7 +190,6 @@
192
190
  "type": "string"
193
191
  },
194
192
  {
195
- "default": "",
196
193
  "document": "用户享有的免费额度级别,目前只能为“basic”,不传该字段或该字段为空,标识不享受免费额度。",
197
194
  "example": "basic",
198
195
  "member": "string",
@@ -201,7 +198,6 @@
201
198
  "type": "string"
202
199
  },
203
200
  {
204
- "default": "",
205
201
  "document": "订单标记。建议使用方统一转大小写之后再判断。\nQuickStart:快速启动来源\nActivity:活动来源",
206
202
  "example": "QuickStart",
207
203
  "member": "string",
@@ -210,7 +206,6 @@
210
206
  "type": "string"
211
207
  },
212
208
  {
213
- "default": "",
214
209
  "document": "私有网络Id",
215
210
  "example": "vpc-45olnsxx",
216
211
  "member": "string",
@@ -219,7 +214,6 @@
219
214
  "type": "string"
220
215
  },
221
216
  {
222
- "default": "",
223
217
  "document": "子网列表",
224
218
  "example": "[\"subnet-n17bt4yb\",\"subnet-dw0xrh1b\",\"subnet-h5xm5f2x\"]",
225
219
  "member": "string",
@@ -228,7 +222,6 @@
228
222
  "type": "list"
229
223
  },
230
224
  {
231
- "default": "",
232
225
  "document": "请求key 用于防重",
233
226
  "example": "4045b63716e",
234
227
  "member": "string",
@@ -237,7 +230,6 @@
237
230
  "type": "string"
238
231
  },
239
232
  {
240
- "default": "",
241
233
  "document": "来源:wechat | cloud",
242
234
  "example": "wechat",
243
235
  "member": "string",
@@ -246,13 +238,20 @@
246
238
  "type": "string"
247
239
  },
248
240
  {
249
- "default": "",
250
241
  "document": "渠道:wechat | cloud",
251
242
  "example": "wechat",
252
243
  "member": "string",
253
244
  "name": "Channel",
254
245
  "required": false,
255
246
  "type": "string"
247
+ },
248
+ {
249
+ "document": "环境ID",
250
+ "example": "xxx-xxxx",
251
+ "member": "string",
252
+ "name": "EnvId",
253
+ "required": false,
254
+ "type": "string"
256
255
  }
257
256
  ],
258
257
  "type": "object"
@@ -265,7 +264,6 @@
265
264
  "example": "prod-3g69bdvme2ac11cb",
266
265
  "member": "string",
267
266
  "name": "EnvId",
268
- "required": true,
269
267
  "type": "string",
270
268
  "value_allowed_null": false
271
269
  },
@@ -274,7 +272,6 @@
274
272
  "example": "0ow89eea326",
275
273
  "member": "string",
276
274
  "name": "TranId",
277
- "required": true,
278
275
  "type": "string",
279
276
  "value_allowed_null": false
280
277
  },
@@ -2,10 +2,16 @@
2
2
  "actions": {
3
3
  "CreateCloudRunEnv": [
4
4
  {
5
- "document": "",
6
- "input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"FreeQuota\": \"basic\",\n \"PackageType\": \"Enterprise\"\n}",
5
+ "document": "创建环境",
6
+ "input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"Alias\": \"xx\",\n \"FreeQuota\": \"xx\",\n \"Flag\": \"xx\",\n \"VpcId\": \"xx\",\n \"SubNetIds\": [\n \"xx\"\n ],\n \"ReqKey\": \"xx\",\n \"PackageType\": \"xx\",\n \"Source\": \"xx\",\n \"Channel\": \"xx\",\n \"EnvId\": \"xx\"\n}",
7
7
  "output": "{\n \"Response\": {\n \"EnvId\": \"prod-3g69bdvme2ac11cb\",\n \"TranId\": \"0ow89eea326\",\n \"RequestId\": \"1db46cfe-3b3d-47e8-aff2-1cbf1b6c3018\"\n }\n}",
8
8
  "title": "CreateCloudRunEnv"
9
+ },
10
+ {
11
+ "document": "",
12
+ "input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"VpcId\": \"字符串\",\n \"Alias\": \"字符串\",\n \"SubNetIds\": [\n \"字符串\"\n ],\n \"FreeQuota\": \"字符串\",\n \"EnvId\": \"字符串\",\n \"Source\": \"字符串\",\n \"Flag\": \"字符串\",\n \"PackageType\": \"字符串\",\n \"ReqKey\": \"字符串\",\n \"Channel\": \"字符串\"\n}",
13
+ "output": "{\n \"Response\": {\n \"EnvId\": \"env-test\",\n \"RequestId\": \"c8b68d5a-d045-4740-b731-da71512be06e\",\n \"TranId\": \"\"\n }\n}",
14
+ "title": "success"
9
15
  }
10
16
  ],
11
17
  "CreateCloudRunServer": [