DeviceClaim captures the intent to claim a device to an Intersight account. A device can be unclaimed by performing a DELETE on a DeviceClaim instance. When performing a claim, a secret passphrase must be obtained from the device connector UI/API by a sufficiently privileged user. The passphrase is timebound and proves that the user currently has privileged administrative access to the device being claimed.
Name | Type | Description | Notes |
---|---|---|---|
device_updates | list[AssetConnectionControlMessage] | [optional] | |
security_token | str | Obtained from the device connector management UI or API (REST endpoint '/connector/SecurityTokens'). | [optional] |
serial_number | str | Obtained from the device connector management UI or API (REST endpoint '/connector/DeviceIdentifiers'). | [optional] |
account | IamAccount | [optional] | |
device | AssetDeviceRegistration | [optional] |