The following responses are only for resetting the passwords for logging in to ECSs in a batch and for modifying ECS specifications in a batch. For details about the responses of other batch operations, see Responses (Task).
Parameter |
Type |
Description |
|---|---|---|
response |
Array of objects |
Specifies the response returned after a request is successfully submitted. For details, see Table 1. |
Parameter |
Type |
Description |
|---|---|---|
error |
Object |
Specifies the error in a batch request. For details, see Table 2. |
internalError |
Array of objects |
Specifies the error in each request among the requests submitted in a batch. For details, see Table 3. |
{
"response": [
{
"id": "616fb98f-46ca-475e-917e-2563e5a8cd19"
},
{
"id": "516fb98f-46ca-475e-917e-2563e5a8cd12"
}
]
}
Abnormal response
{
"error": {
"code": "Ecs.xxxx",
"message": "xxxxxxxxxxxxxxx"
},
"internalError": [
{
"id": "616fb98f-46ca-475e-917e-2563e5a8cd19",
"error_code": "ECS.XXXX",
"error_message": "xxxxxxxxxxxxxxx"
},
{
"id": "516fb98f-46ca-475e-917e-2563e5a8cd12",
"error_code": "ECS.XXXX",
"error_message": "xxxxxxxxxxxxxxx"
}
]
}