批量创建云助手任务 | 大装置帮助中心
跳到主要内容

批量创建云助手任务

接口描述

POST /compute/bms/data/v1/subscriptions/{subscription_name}/resourceGroups/{resource_group_name}/zones/{zone}/assist/createBatchTasks

请求头(Request Header)

参考认证(authentication)

请求参数(Request Parameters)

名称类型必须位置默认值取值范围描述
subscription_namestringpath--订阅
resource_group_namestringpath--资源组
zonestringpath--可用区
instance_idsstringquery--裸金属实例id列表
scriptstringquery--任务内容

请求体(Request Body)

请求示例(Request Example)

curl -L -X POST 'https://bms.cn-sh-01.sensecoreapi.dev/compute/bms/data/v1/subscriptions/subscriptionName/resourceGroups/resourceGroupName/zones/zone/assist/createBatchTasks?instance_ids=ed0dbf2d-4be0-11ee-9d17-8210f1ff6e07&script=%23!/bin/bash\necho%20\"hello%20world\"' \
-H 'content-type: application/json' \
-H 'Authorization: xxx' \

响应参数(Response Parameters)

名称类型描述
codestring响应码
messagestring响应消息
datastring响应数据

响应示例(Response Example)

{
"code":0,
"message":"success",
"data":""
}