Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.22 KB

AssetDeviceClaim.md

File metadata and controls

15 lines (11 loc) · 1.22 KB

AssetDeviceClaim

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]