Assign a device to a group
required | Array of objects (deviceRequest-v1beta2) non-empty |
Successful Response
Bad request
Unauthorized
Forbidden
Not acceptable
Conflict
Precondition failed
Unsupported media type
Internal server error
{- "devices": [
- {
- "serial": "string",
- "productId": "string",
- "eTag": "string",
- "serverId": "string"
}
]
}
{- "devices": [
- {
- "id": "string",
- "type": "compute-ops/group/device",
- "resourceUri": "/compute-ops/v1beta2/groups/6081a383-b9e5-45e3-8371-1e0ba7b72068/devices/873357-P04+WKQ82425HD",
- "serial": "string",
- "productId": "string",
- "eTag": "string",
- "serverId": "string",
- "serverUri": "/api/compute/v1/servers/873357-P04+WKQ82425HD",
- "state": "ASSIGNED",
- "groupId": "eb54e96e-21b8-4f54-9cd4-80fccbd06f55",
- "subscriptionState": "REQUIRED",
- "subscriptionTier": "ENHANCED"
}
]
}