Assign device(s) to a group using an asynchronous operation. On a successful request this endpoint will return a 202 Accepted
response with a Location
header that contains the resource URI of the operation. That resource URI can then be used to monitor the asynchronous operation's status.
required | Array of objects (deviceRequest-v1) non-empty Specifies the devices to be assigned to the group. |
Successful Response
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Unsupported media type
Internal server error
{- "devices": [
- {
- "deviceId": "LUKEB1-G11+TUXED0CA77",
- "eTag": "0xb2e9346d"
}
]
}
{- "httpStatusCode": 400,
- "errorCode": "HPE-GL-COMPUTE_OPS-0500001",
- "message": "string",
- "debugId": "string",
- "errorDetails": [
- {
- "type": "hpe.greenlake.bad_request",
- "issues": [
- {
- "source": "field",
- "subject": "user.phone",
- "description": "string"
}
]
}
]
}