批量创建云助手任务
接口描述
POST /compute/bms/data/v1/subscriptions/{subscription_name}/resourceGroups/{resource_group_name}/zones/{zone}/assist/createBatchTasks
请求头(Request Header)
请求参数(Request Parameters)
名称 | 类型 | 必须 | 位置 | 默认值 | 取值范围 | 描述 |
---|---|---|---|---|---|---|
subscription_name | string | 否 | path | - | - | 订阅 |
resource_group_name | string | 否 | path | - | - | 资源组 |
zone | string | 否 | path | - | - | 可用区 |
instance_ids | string | 是 | query | - | - | 裸金属实例id列表 |
script | string | 是 | query | - | - | 任务内容 |
请求体(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)
名称 | 类型 | 描述 |
---|---|---|
code | string | 响应码 |
message | string | 响应消息 |
data | string | 响应数据 |
响应示例(Response Example)
{
"code":0,
"message":"success",
"data":""
}