Responses (Batch Requests)
The following responses are only for batch resetting the passwords for logging in to ECSs and for batch modifying ECS specifications. For details about the responses of other batch operations, see Responses (Jobs).
- Normal responses
Parameter
Type
Description
response
Array of objects
Specifies the response returned after a batch request is successfully submitted. For details, see Table 1.
- Abnormal responses
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.
- Example response
{ "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" } ] }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.