DeviceRegistration represents a device connector enabled endpoint which has registered with Intersight.
Name | Type | Description | Notes |
---|---|---|---|
access_key_id | str | An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway. | [optional] |
claimed_by_user_name | str | The name of the user who claimed the device for the account. | [optional] [readonly] |
claimed_time | datetime | The date and time at which the device was claimed to this account. | [optional] [readonly] |
device_hostname | list[str] | [optional] | |
device_ip_address | list[str] | [optional] | |
execution_mode | str | Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator]. | [optional] [default to ''] |
parent_signature | AssetParentConnectionSignature | [optional] | |
pid | list[str] | [optional] | |
platform_type | str | The platform type on which device connector is executing. | [optional] [default to ''] |
public_access_key | str | The device connector's public key used by the cloud to authenticate a connection from the device connector. The public key is used to verify that the signature a device connector sends on connect has been signed by the connector's private key stored on the device's filesystem. Must be a PEM encoded RSA public key string. | [optional] [readonly] |
read_only | bool | Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted. | [optional] [readonly] |
serial | list[str] | [optional] | |
vendor | str | The vendor of the managed device. | [optional] [readonly] |
account | IamAccount | [optional] | |
claimed_by_user | IamUser | [optional] | |
cluster_members | list[AssetClusterMember] | A reference to a assetClusterMember resource. When the $expand query parameter is specified, the referenced resource is returned inline. The set of nodes within the devices cluster. | [optional] [readonly] |
device_claim | AssetDeviceClaim | [optional] | |
device_configuration | AssetDeviceConfiguration | [optional] | |
domain_group | IamDomainGroup | [optional] | |
parent_connection | AssetDeviceRegistration | [optional] |