intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getAssetDeviceRegistration
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
DeviceRegistration represents a device connector enabled endpoint which has registered with Intersight.
Using getAssetDeviceRegistration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAssetDeviceRegistration(args: GetAssetDeviceRegistrationArgs, opts?: InvokeOptions): Promise<GetAssetDeviceRegistrationResult>
function getAssetDeviceRegistrationOutput(args: GetAssetDeviceRegistrationOutputArgs, opts?: InvokeOptions): Output<GetAssetDeviceRegistrationResult>def get_asset_device_registration(access_key_id: Optional[str] = None,
                                  account: Optional[GetAssetDeviceRegistrationAccount] = None,
                                  account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetAssetDeviceRegistrationAncestor]] = None,
                                  api_version: Optional[float] = None,
                                  app_partition_number: Optional[float] = None,
                                  claimed_by_user: Optional[GetAssetDeviceRegistrationClaimedByUser] = None,
                                  claimed_by_user_name: Optional[str] = None,
                                  claimed_time: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  cluster_members: Optional[Sequence[GetAssetDeviceRegistrationClusterMember]] = None,
                                  connection_id: Optional[str] = None,
                                  connection_reason: Optional[str] = None,
                                  connection_status: Optional[str] = None,
                                  connection_status_last_change_time: Optional[str] = None,
                                  connector_version: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  custom_permission_resources: Optional[Sequence[GetAssetDeviceRegistrationCustomPermissionResource]] = None,
                                  device_claim: Optional[GetAssetDeviceRegistrationDeviceClaim] = None,
                                  device_configuration: Optional[GetAssetDeviceRegistrationDeviceConfiguration] = None,
                                  device_external_ip_address: Optional[str] = None,
                                  device_hostnames: Optional[Sequence[str]] = None,
                                  device_ip_addresses: Optional[Sequence[str]] = None,
                                  domain_group: Optional[GetAssetDeviceRegistrationDomainGroup] = None,
                                  domain_group_moid: Optional[str] = None,
                                  execution_mode: Optional[str] = None,
                                  id: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetAssetDeviceRegistrationParent] = None,
                                  parent_connection: Optional[GetAssetDeviceRegistrationParentConnection] = None,
                                  parent_signature: Optional[GetAssetDeviceRegistrationParentSignature] = None,
                                  permission_resources: Optional[Sequence[GetAssetDeviceRegistrationPermissionResource]] = None,
                                  pids: Optional[Sequence[str]] = None,
                                  platform_type: Optional[str] = None,
                                  proxy_app: Optional[str] = None,
                                  public_access_key: Optional[str] = None,
                                  public_access_key_rotated: Optional[str] = None,
                                  public_encryption_key: Optional[str] = None,
                                  read_only: Optional[bool] = None,
                                  rotate_access_key: Optional[bool] = None,
                                  serials: Optional[Sequence[str]] = None,
                                  shared_scope: Optional[str] = None,
                                  tags: Optional[Sequence[GetAssetDeviceRegistrationTag]] = None,
                                  target: Optional[GetAssetDeviceRegistrationTarget] = None,
                                  vendor: Optional[str] = None,
                                  version_context: Optional[GetAssetDeviceRegistrationVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetAssetDeviceRegistrationResult
def get_asset_device_registration_output(access_key_id: Optional[pulumi.Input[str]] = None,
                                  account: Optional[pulumi.Input[GetAssetDeviceRegistrationAccountArgs]] = None,
                                  account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceRegistrationAncestorArgs]]]] = None,
                                  api_version: Optional[pulumi.Input[float]] = None,
                                  app_partition_number: Optional[pulumi.Input[float]] = None,
                                  claimed_by_user: Optional[pulumi.Input[GetAssetDeviceRegistrationClaimedByUserArgs]] = None,
                                  claimed_by_user_name: Optional[pulumi.Input[str]] = None,
                                  claimed_time: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  cluster_members: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceRegistrationClusterMemberArgs]]]] = None,
                                  connection_id: Optional[pulumi.Input[str]] = None,
                                  connection_reason: Optional[pulumi.Input[str]] = None,
                                  connection_status: Optional[pulumi.Input[str]] = None,
                                  connection_status_last_change_time: Optional[pulumi.Input[str]] = None,
                                  connector_version: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  custom_permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceRegistrationCustomPermissionResourceArgs]]]] = None,
                                  device_claim: Optional[pulumi.Input[GetAssetDeviceRegistrationDeviceClaimArgs]] = None,
                                  device_configuration: Optional[pulumi.Input[GetAssetDeviceRegistrationDeviceConfigurationArgs]] = None,
                                  device_external_ip_address: Optional[pulumi.Input[str]] = None,
                                  device_hostnames: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  device_ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  domain_group: Optional[pulumi.Input[GetAssetDeviceRegistrationDomainGroupArgs]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  execution_mode: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetAssetDeviceRegistrationParentArgs]] = None,
                                  parent_connection: Optional[pulumi.Input[GetAssetDeviceRegistrationParentConnectionArgs]] = None,
                                  parent_signature: Optional[pulumi.Input[GetAssetDeviceRegistrationParentSignatureArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceRegistrationPermissionResourceArgs]]]] = None,
                                  pids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  platform_type: Optional[pulumi.Input[str]] = None,
                                  proxy_app: Optional[pulumi.Input[str]] = None,
                                  public_access_key: Optional[pulumi.Input[str]] = None,
                                  public_access_key_rotated: Optional[pulumi.Input[str]] = None,
                                  public_encryption_key: Optional[pulumi.Input[str]] = None,
                                  read_only: Optional[pulumi.Input[bool]] = None,
                                  rotate_access_key: Optional[pulumi.Input[bool]] = None,
                                  serials: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeviceRegistrationTagArgs]]]] = None,
                                  target: Optional[pulumi.Input[GetAssetDeviceRegistrationTargetArgs]] = None,
                                  vendor: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetAssetDeviceRegistrationVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetAssetDeviceRegistrationResult]func LookupAssetDeviceRegistration(ctx *Context, args *LookupAssetDeviceRegistrationArgs, opts ...InvokeOption) (*LookupAssetDeviceRegistrationResult, error)
func LookupAssetDeviceRegistrationOutput(ctx *Context, args *LookupAssetDeviceRegistrationOutputArgs, opts ...InvokeOption) LookupAssetDeviceRegistrationResultOutput> Note: This function is named LookupAssetDeviceRegistration in the Go SDK.
public static class GetAssetDeviceRegistration 
{
    public static Task<GetAssetDeviceRegistrationResult> InvokeAsync(GetAssetDeviceRegistrationArgs args, InvokeOptions? opts = null)
    public static Output<GetAssetDeviceRegistrationResult> Invoke(GetAssetDeviceRegistrationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssetDeviceRegistrationResult> getAssetDeviceRegistration(GetAssetDeviceRegistrationArgs args, InvokeOptions options)
public static Output<GetAssetDeviceRegistrationResult> getAssetDeviceRegistration(GetAssetDeviceRegistrationArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getAssetDeviceRegistration:getAssetDeviceRegistration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- Account
GetAsset Device Registration Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAsset Device Registration Ancestor> 
- ApiVersion double
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- AppPartition doubleNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- ClaimedBy GetUser Asset Device Registration Claimed By User 
- ClaimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- ClaimedTime string
- The date and time at which the device was claimed to this account.
- ClassId string
- ClusterMembers List<GetAsset Device Registration Cluster Member> 
- ConnectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- ConnectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- ConnectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- ConnectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- ConnectorVersion string
- The version of the device connector running on the managed device.
- CreateTime string
- The time when this managed object was created.
- CustomPermission List<GetResources Asset Device Registration Custom Permission Resource> 
- DeviceClaim GetAsset Device Registration Device Claim 
- DeviceConfiguration GetAsset Device Registration Device Configuration 
- DeviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- DeviceHostnames List<string>
- DeviceIp List<string>Addresses 
- DomainGroup GetAsset Device Registration Domain Group 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetAsset Device Registration Parent 
- ParentConnection GetAsset Device Registration Parent Connection 
- ParentSignature GetAsset Device Registration Parent Signature 
- PermissionResources List<GetAsset Device Registration Permission Resource> 
- Pids List<string>
- PlatformType string
- ProxyApp string
- The name of the app which will proxy the messages to the device connector.
- PublicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- PublicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- PublicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- ReadOnly 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.
- RotateAccess boolKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- Serials List<string>
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetAsset Device Registration Tag> 
- Target
GetAsset Device Registration Target 
- Vendor string
- The vendor of the managed device.
- VersionContext GetAsset Device Registration Version Context 
- AccessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- Account
GetAsset Device Registration Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAsset Device Registration Ancestor 
- ApiVersion float64
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- AppPartition float64Number 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- ClaimedBy GetUser Asset Device Registration Claimed By User 
- ClaimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- ClaimedTime string
- The date and time at which the device was claimed to this account.
- ClassId string
- ClusterMembers []GetAsset Device Registration Cluster Member 
- ConnectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- ConnectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- ConnectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- ConnectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- ConnectorVersion string
- The version of the device connector running on the managed device.
- CreateTime string
- The time when this managed object was created.
- CustomPermission []GetResources Asset Device Registration Custom Permission Resource 
- DeviceClaim GetAsset Device Registration Device Claim 
- DeviceConfiguration GetAsset Device Registration Device Configuration 
- DeviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- DeviceHostnames []string
- DeviceIp []stringAddresses 
- DomainGroup GetAsset Device Registration Domain Group 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetAsset Device Registration Parent 
- ParentConnection GetAsset Device Registration Parent Connection 
- ParentSignature GetAsset Device Registration Parent Signature 
- PermissionResources []GetAsset Device Registration Permission Resource 
- Pids []string
- PlatformType string
- ProxyApp string
- The name of the app which will proxy the messages to the device connector.
- PublicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- PublicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- PublicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- ReadOnly 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.
- RotateAccess boolKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- Serials []string
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetAsset Device Registration Tag 
- Target
GetAsset Device Registration Target 
- Vendor string
- The vendor of the managed device.
- VersionContext GetAsset Device Registration Version Context 
- accessKey StringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- account
GetAsset Device Registration Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAsset Device Registration Ancestor> 
- apiVersion Double
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition DoubleNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy GetUser Asset Device Registration Claimed By User 
- claimedBy StringUser Name 
- The name of the user who claimed the device for the account.
- claimedTime String
- The date and time at which the device was claimed to this account.
- classId String
- clusterMembers List<GetAsset Device Registration Cluster Member> 
- connectionId String
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason String
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus String
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus StringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion String
- The version of the device connector running on the managed device.
- createTime String
- The time when this managed object was created.
- customPermission List<GetResources Asset Device Registration Custom Permission Resource> 
- deviceClaim GetAsset Device Registration Device Claim 
- deviceConfiguration GetAsset Device Registration Device Configuration 
- deviceExternal StringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup GetAsset Device Registration Domain Group 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetAsset Device Registration Parent 
- parentConnection GetAsset Device Registration Parent Connection 
- parentSignature GetAsset Device Registration Parent Signature 
- permissionResources List<GetAsset Device Registration Permission Resource> 
- pids List<String>
- platformType String
- proxyApp String
- The name of the app which will proxy the messages to the device connector.
- publicAccess StringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess StringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption StringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly Boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess BooleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials List<String>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetAsset Device Registration Tag> 
- target
GetAsset Device Registration Target 
- vendor String
- The vendor of the managed device.
- versionContext GetAsset Device Registration Version Context 
- accessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- account
GetAsset Device Registration Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAsset Device Registration Ancestor[] 
- apiVersion number
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition numberNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy GetUser Asset Device Registration Claimed By User 
- claimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- claimedTime string
- The date and time at which the device was claimed to this account.
- classId string
- clusterMembers GetAsset Device Registration Cluster Member[] 
- connectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion string
- The version of the device connector running on the managed device.
- createTime string
- The time when this managed object was created.
- customPermission GetResources Asset Device Registration Custom Permission Resource[] 
- deviceClaim GetAsset Device Registration Device Claim 
- deviceConfiguration GetAsset Device Registration Device Configuration 
- deviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames string[]
- deviceIp string[]Addresses 
- domainGroup GetAsset Device Registration Domain Group 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- executionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetAsset Device Registration Parent 
- parentConnection GetAsset Device Registration Parent Connection 
- parentSignature GetAsset Device Registration Parent Signature 
- permissionResources GetAsset Device Registration Permission Resource[] 
- pids string[]
- platformType string
- proxyApp string
- The name of the app which will proxy the messages to the device connector.
- publicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess booleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials string[]
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetAsset Device Registration Tag[] 
- target
GetAsset Device Registration Target 
- vendor string
- The vendor of the managed device.
- versionContext GetAsset Device Registration Version Context 
- access_key_ strid 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- account
GetAsset Device Registration Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAsset Device Registration Ancestor] 
- api_version float
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- app_partition_ floatnumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimed_by_ Getuser Asset Device Registration Claimed By User 
- claimed_by_ struser_ name 
- The name of the user who claimed the device for the account.
- claimed_time str
- The date and time at which the device was claimed to this account.
- class_id str
- cluster_members Sequence[GetAsset Device Registration Cluster Member] 
- connection_id str
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connection_reason str
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connection_status str
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connection_status_ strlast_ change_ time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connector_version str
- The version of the device connector running on the managed device.
- create_time str
- The time when this managed object was created.
- custom_permission_ Sequence[Getresources Asset Device Registration Custom Permission Resource] 
- device_claim GetAsset Device Registration Device Claim 
- device_configuration GetAsset Device Registration Device Configuration 
- device_external_ strip_ address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- device_hostnames Sequence[str]
- device_ip_ Sequence[str]addresses 
- domain_group GetAsset Device Registration Domain Group 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- 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].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetAsset Device Registration Parent 
- parent_connection GetAsset Device Registration Parent Connection 
- parent_signature GetAsset Device Registration Parent Signature 
- permission_resources Sequence[GetAsset Device Registration Permission Resource] 
- pids Sequence[str]
- platform_type str
- proxy_app str
- The name of the app which will proxy the messages to the device connector.
- public_access_ strkey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- public_access_ strkey_ rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- public_encryption_ strkey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- 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.
- rotate_access_ boolkey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials Sequence[str]
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetAsset Device Registration Tag] 
- target
GetAsset Device Registration Target 
- vendor str
- The vendor of the managed device.
- version_context GetAsset Device Registration Version Context 
- accessKey StringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- apiVersion Number
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition NumberNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy Property MapUser 
- claimedBy StringUser Name 
- The name of the user who claimed the device for the account.
- claimedTime String
- The date and time at which the device was claimed to this account.
- classId String
- clusterMembers List<Property Map>
- connectionId String
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason String
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus String
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus StringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion String
- The version of the device connector running on the managed device.
- createTime String
- The time when this managed object was created.
- customPermission List<Property Map>Resources 
- deviceClaim Property Map
- deviceConfiguration Property Map
- deviceExternal StringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup Property Map
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- parentConnection Property Map
- parentSignature Property Map
- permissionResources List<Property Map>
- pids List<String>
- platformType String
- proxyApp String
- The name of the app which will proxy the messages to the device connector.
- publicAccess StringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess StringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption StringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly Boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess BooleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials List<String>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- target Property Map
- vendor String
- The vendor of the managed device.
- versionContext Property Map
getAssetDeviceRegistration Result
The following output properties are available:
- Id string
- Results
List<GetAsset Device Registration Result> 
- AccessKey stringId 
- Account
GetAsset Device Registration Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAsset Device Registration Ancestor> 
- ApiVersion double
- AppPartition doubleNumber 
- ClaimedBy GetUser Asset Device Registration Claimed By User 
- ClaimedBy stringUser Name 
- ClaimedTime string
- ClassId string
- ClusterMembers List<GetAsset Device Registration Cluster Member> 
- ConnectionId string
- ConnectionReason string
- ConnectionStatus string
- ConnectionStatus stringLast Change Time 
- ConnectorVersion string
- CreateTime string
- CustomPermission List<GetResources Asset Device Registration Custom Permission Resource> 
- DeviceClaim GetAsset Device Registration Device Claim 
- DeviceConfiguration GetAsset Device Registration Device Configuration 
- DeviceExternal stringIp Address 
- DeviceHostnames List<string>
- DeviceIp List<string>Addresses 
- DomainGroup GetAsset Device Registration Domain Group 
- DomainGroup stringMoid 
- ExecutionMode string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetAsset Device Registration Parent 
- ParentConnection GetAsset Device Registration Parent Connection 
- ParentSignature GetAsset Device Registration Parent Signature 
- PermissionResources List<GetAsset Device Registration Permission Resource> 
- Pids List<string>
- PlatformType string
- ProxyApp string
- PublicAccess stringKey 
- PublicAccess stringKey Rotated 
- PublicEncryption stringKey 
- ReadOnly bool
- RotateAccess boolKey 
- Serials List<string>
- string
- 
List<GetAsset Device Registration Tag> 
- Target
GetAsset Device Registration Target 
- Vendor string
- VersionContext GetAsset Device Registration Version Context 
- Id string
- Results
[]GetAsset Device Registration Result 
- AccessKey stringId 
- Account
GetAsset Device Registration Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAsset Device Registration Ancestor 
- ApiVersion float64
- AppPartition float64Number 
- ClaimedBy GetUser Asset Device Registration Claimed By User 
- ClaimedBy stringUser Name 
- ClaimedTime string
- ClassId string
- ClusterMembers []GetAsset Device Registration Cluster Member 
- ConnectionId string
- ConnectionReason string
- ConnectionStatus string
- ConnectionStatus stringLast Change Time 
- ConnectorVersion string
- CreateTime string
- CustomPermission []GetResources Asset Device Registration Custom Permission Resource 
- DeviceClaim GetAsset Device Registration Device Claim 
- DeviceConfiguration GetAsset Device Registration Device Configuration 
- DeviceExternal stringIp Address 
- DeviceHostnames []string
- DeviceIp []stringAddresses 
- DomainGroup GetAsset Device Registration Domain Group 
- DomainGroup stringMoid 
- ExecutionMode string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetAsset Device Registration Parent 
- ParentConnection GetAsset Device Registration Parent Connection 
- ParentSignature GetAsset Device Registration Parent Signature 
- PermissionResources []GetAsset Device Registration Permission Resource 
- Pids []string
- PlatformType string
- ProxyApp string
- PublicAccess stringKey 
- PublicAccess stringKey Rotated 
- PublicEncryption stringKey 
- ReadOnly bool
- RotateAccess boolKey 
- Serials []string
- string
- 
[]GetAsset Device Registration Tag 
- Target
GetAsset Device Registration Target 
- Vendor string
- VersionContext GetAsset Device Registration Version Context 
- id String
- results
List<GetAsset Device Registration Result> 
- accessKey StringId 
- account
GetAsset Device Registration Account 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAsset Device Registration Ancestor> 
- apiVersion Double
- appPartition DoubleNumber 
- claimedBy GetUser Asset Device Registration Claimed By User 
- claimedBy StringUser Name 
- claimedTime String
- classId String
- clusterMembers List<GetAsset Device Registration Cluster Member> 
- connectionId String
- connectionReason String
- connectionStatus String
- connectionStatus StringLast Change Time 
- connectorVersion String
- createTime String
- customPermission List<GetResources Asset Device Registration Custom Permission Resource> 
- deviceClaim GetAsset Device Registration Device Claim 
- deviceConfiguration GetAsset Device Registration Device Configuration 
- deviceExternal StringIp Address 
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup GetAsset Device Registration Domain Group 
- domainGroup StringMoid 
- executionMode String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetAsset Device Registration Parent 
- parentConnection GetAsset Device Registration Parent Connection 
- parentSignature GetAsset Device Registration Parent Signature 
- permissionResources List<GetAsset Device Registration Permission Resource> 
- pids List<String>
- platformType String
- proxyApp String
- publicAccess StringKey 
- publicAccess StringKey Rotated 
- publicEncryption StringKey 
- readOnly Boolean
- rotateAccess BooleanKey 
- serials List<String>
- String
- 
List<GetAsset Device Registration Tag> 
- target
GetAsset Device Registration Target 
- vendor String
- versionContext GetAsset Device Registration Version Context 
- id string
- results
GetAsset Device Registration Result[] 
- accessKey stringId 
- account
GetAsset Device Registration Account 
- accountMoid string
- additionalProperties string
- ancestors
GetAsset Device Registration Ancestor[] 
- apiVersion number
- appPartition numberNumber 
- claimedBy GetUser Asset Device Registration Claimed By User 
- claimedBy stringUser Name 
- claimedTime string
- classId string
- clusterMembers GetAsset Device Registration Cluster Member[] 
- connectionId string
- connectionReason string
- connectionStatus string
- connectionStatus stringLast Change Time 
- connectorVersion string
- createTime string
- customPermission GetResources Asset Device Registration Custom Permission Resource[] 
- deviceClaim GetAsset Device Registration Device Claim 
- deviceConfiguration GetAsset Device Registration Device Configuration 
- deviceExternal stringIp Address 
- deviceHostnames string[]
- deviceIp string[]Addresses 
- domainGroup GetAsset Device Registration Domain Group 
- domainGroup stringMoid 
- executionMode string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetAsset Device Registration Parent 
- parentConnection GetAsset Device Registration Parent Connection 
- parentSignature GetAsset Device Registration Parent Signature 
- permissionResources GetAsset Device Registration Permission Resource[] 
- pids string[]
- platformType string
- proxyApp string
- publicAccess stringKey 
- publicAccess stringKey Rotated 
- publicEncryption stringKey 
- readOnly boolean
- rotateAccess booleanKey 
- serials string[]
- string
- 
GetAsset Device Registration Tag[] 
- target
GetAsset Device Registration Target 
- vendor string
- versionContext GetAsset Device Registration Version Context 
- id str
- results
Sequence[GetAsset Device Registration Result] 
- access_key_ strid 
- account
GetAsset Device Registration Account 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAsset Device Registration Ancestor] 
- api_version float
- app_partition_ floatnumber 
- claimed_by_ Getuser Asset Device Registration Claimed By User 
- claimed_by_ struser_ name 
- claimed_time str
- class_id str
- cluster_members Sequence[GetAsset Device Registration Cluster Member] 
- connection_id str
- connection_reason str
- connection_status str
- connection_status_ strlast_ change_ time 
- connector_version str
- create_time str
- custom_permission_ Sequence[Getresources Asset Device Registration Custom Permission Resource] 
- device_claim GetAsset Device Registration Device Claim 
- device_configuration GetAsset Device Registration Device Configuration 
- device_external_ strip_ address 
- device_hostnames Sequence[str]
- device_ip_ Sequence[str]addresses 
- domain_group GetAsset Device Registration Domain Group 
- domain_group_ strmoid 
- execution_mode str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetAsset Device Registration Parent 
- parent_connection GetAsset Device Registration Parent Connection 
- parent_signature GetAsset Device Registration Parent Signature 
- permission_resources Sequence[GetAsset Device Registration Permission Resource] 
- pids Sequence[str]
- platform_type str
- proxy_app str
- public_access_ strkey 
- public_access_ strkey_ rotated 
- public_encryption_ strkey 
- read_only bool
- rotate_access_ boolkey 
- serials Sequence[str]
- str
- 
Sequence[GetAsset Device Registration Tag] 
- target
GetAsset Device Registration Target 
- vendor str
- version_context GetAsset Device Registration Version Context 
- id String
- results List<Property Map>
- accessKey StringId 
- account Property Map
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- apiVersion Number
- appPartition NumberNumber 
- claimedBy Property MapUser 
- claimedBy StringUser Name 
- claimedTime String
- classId String
- clusterMembers List<Property Map>
- connectionId String
- connectionReason String
- connectionStatus String
- connectionStatus StringLast Change Time 
- connectorVersion String
- createTime String
- customPermission List<Property Map>Resources 
- deviceClaim Property Map
- deviceConfiguration Property Map
- deviceExternal StringIp Address 
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup Property Map
- domainGroup StringMoid 
- executionMode String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- parentConnection Property Map
- parentSignature Property Map
- permissionResources List<Property Map>
- pids List<String>
- platformType String
- proxyApp String
- publicAccess StringKey 
- publicAccess StringKey Rotated 
- publicEncryption StringKey 
- readOnly Boolean
- rotateAccess BooleanKey 
- serials List<String>
- String
- List<Property Map>
- target Property Map
- vendor String
- versionContext Property Map
Supporting Types
GetAssetDeviceRegistrationAccount    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationClaimedByUser      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationClusterMember     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationCustomPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationDeviceClaim     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationDeviceConfiguration     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationDomainGroup     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationParentConnection     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationParentSignature     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- TimeStamp string
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- TimeStamp string
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- timeStamp String
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- timeStamp string
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- time_stamp str
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- timeStamp String
- The time at which the signature was generated. Date is accurate to Intersights clock. Used to expire the signature.
GetAssetDeviceRegistrationPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationResult    
- AccessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetAsset Device Registration Result Account> 
- AdditionalProperties string
- Ancestors
List<GetAsset Device Registration Result Ancestor> 
- ApiVersion double
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- AppPartition doubleNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- ClaimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- ClaimedBy List<GetUsers Asset Device Registration Result Claimed By User> 
- ClaimedTime string
- The date and time at which the device was claimed to this account.
- ClassId string
- ClusterMembers List<GetAsset Device Registration Result Cluster Member> 
- ConnectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- ConnectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- ConnectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- ConnectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- ConnectorVersion string
- The version of the device connector running on the managed device.
- CreateTime string
- The time when this managed object was created.
- CustomPermission List<GetResources Asset Device Registration Result Custom Permission Resource> 
- DeviceClaims List<GetAsset Device Registration Result Device Claim> 
- DeviceConfigurations List<GetAsset Device Registration Result Device Configuration> 
- DeviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- DeviceHostnames List<string>
- DeviceIp List<string>Addresses 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainGroups List<GetAsset Device Registration Result Domain Group> 
- ExecutionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- ParentConnections List<GetAsset Device Registration Result Parent Connection> 
- ParentSignatures List<GetAsset Device Registration Result Parent Signature> 
- Parents
List<GetAsset Device Registration Result Parent> 
- PermissionResources List<GetAsset Device Registration Result Permission Resource> 
- Pids List<string>
- PlatformType string
- ProxyApp string
- The name of the app which will proxy the messages to the device connector.
- PublicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- PublicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- PublicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- ReadOnly 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.
- RotateAccess boolKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- Serials List<string>
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetAsset Device Registration Result Tag> 
- Targets
List<GetAsset Device Registration Result Target> 
- Vendor string
- The vendor of the managed device.
- VersionContexts List<GetAsset Device Registration Result Version Context> 
- AccessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetAsset Device Registration Result Account 
- AdditionalProperties string
- Ancestors
[]GetAsset Device Registration Result Ancestor 
- ApiVersion float64
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- AppPartition float64Number 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- ClaimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- ClaimedBy []GetUsers Asset Device Registration Result Claimed By User 
- ClaimedTime string
- The date and time at which the device was claimed to this account.
- ClassId string
- ClusterMembers []GetAsset Device Registration Result Cluster Member 
- ConnectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- ConnectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- ConnectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- ConnectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- ConnectorVersion string
- The version of the device connector running on the managed device.
- CreateTime string
- The time when this managed object was created.
- CustomPermission []GetResources Asset Device Registration Result Custom Permission Resource 
- DeviceClaims []GetAsset Device Registration Result Device Claim 
- DeviceConfigurations []GetAsset Device Registration Result Device Configuration 
- DeviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- DeviceHostnames []string
- DeviceIp []stringAddresses 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DomainGroups []GetAsset Device Registration Result Domain Group 
- ExecutionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- ParentConnections []GetAsset Device Registration Result Parent Connection 
- ParentSignatures []GetAsset Device Registration Result Parent Signature 
- Parents
[]GetAsset Device Registration Result Parent 
- PermissionResources []GetAsset Device Registration Result Permission Resource 
- Pids []string
- PlatformType string
- ProxyApp string
- The name of the app which will proxy the messages to the device connector.
- PublicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- PublicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- PublicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- ReadOnly 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.
- RotateAccess boolKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- Serials []string
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetAsset Device Registration Result Tag 
- Targets
[]GetAsset Device Registration Result Target 
- Vendor string
- The vendor of the managed device.
- VersionContexts []GetAsset Device Registration Result Version Context 
- accessKey StringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetAsset Device Registration Result Account> 
- additionalProperties String
- ancestors
List<GetAsset Device Registration Result Ancestor> 
- apiVersion Double
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition DoubleNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy StringUser Name 
- The name of the user who claimed the device for the account.
- claimedBy List<GetUsers Asset Device Registration Result Claimed By User> 
- claimedTime String
- The date and time at which the device was claimed to this account.
- classId String
- clusterMembers List<GetAsset Device Registration Result Cluster Member> 
- connectionId String
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason String
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus String
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus StringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion String
- The version of the device connector running on the managed device.
- createTime String
- The time when this managed object was created.
- customPermission List<GetResources Asset Device Registration Result Custom Permission Resource> 
- deviceClaims List<GetAsset Device Registration Result Device Claim> 
- deviceConfigurations List<GetAsset Device Registration Result Device Configuration> 
- deviceExternal StringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainGroups List<GetAsset Device Registration Result Domain Group> 
- executionMode String
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parentConnections List<GetAsset Device Registration Result Parent Connection> 
- parentSignatures List<GetAsset Device Registration Result Parent Signature> 
- parents
List<GetAsset Device Registration Result Parent> 
- permissionResources List<GetAsset Device Registration Result Permission Resource> 
- pids List<String>
- platformType String
- proxyApp String
- The name of the app which will proxy the messages to the device connector.
- publicAccess StringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess StringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption StringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly Boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess BooleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials List<String>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetAsset Device Registration Result Tag> 
- targets
List<GetAsset Device Registration Result Target> 
- vendor String
- The vendor of the managed device.
- versionContexts List<GetAsset Device Registration Result Version Context> 
- accessKey stringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- accountMoid string
- The Account ID for this managed object.
- accounts
GetAsset Device Registration Result Account[] 
- additionalProperties string
- ancestors
GetAsset Device Registration Result Ancestor[] 
- apiVersion number
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition numberNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy stringUser Name 
- The name of the user who claimed the device for the account.
- claimedBy GetUsers Asset Device Registration Result Claimed By User[] 
- claimedTime string
- The date and time at which the device was claimed to this account.
- classId string
- clusterMembers GetAsset Device Registration Result Cluster Member[] 
- connectionId string
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason string
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus string
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus stringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion string
- The version of the device connector running on the managed device.
- createTime string
- The time when this managed object was created.
- customPermission GetResources Asset Device Registration Result Custom Permission Resource[] 
- deviceClaims GetAsset Device Registration Result Device Claim[] 
- deviceConfigurations GetAsset Device Registration Result Device Configuration[] 
- deviceExternal stringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames string[]
- deviceIp string[]Addresses 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- domainGroups GetAsset Device Registration Result Domain Group[] 
- executionMode string
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parentConnections GetAsset Device Registration Result Parent Connection[] 
- parentSignatures GetAsset Device Registration Result Parent Signature[] 
- parents
GetAsset Device Registration Result Parent[] 
- permissionResources GetAsset Device Registration Result Permission Resource[] 
- pids string[]
- platformType string
- proxyApp string
- The name of the app which will proxy the messages to the device connector.
- publicAccess stringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess stringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption stringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess booleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials string[]
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetAsset Device Registration Result Tag[] 
- targets
GetAsset Device Registration Result Target[] 
- vendor string
- The vendor of the managed device.
- versionContexts GetAsset Device Registration Result Version Context[] 
- access_key_ strid 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetAsset Device Registration Result Account] 
- additional_properties str
- ancestors
Sequence[GetAsset Device Registration Result Ancestor] 
- api_version float
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- app_partition_ floatnumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimed_by_ struser_ name 
- The name of the user who claimed the device for the account.
- claimed_by_ Sequence[Getusers Asset Device Registration Result Claimed By User] 
- claimed_time str
- The date and time at which the device was claimed to this account.
- class_id str
- cluster_members Sequence[GetAsset Device Registration Result Cluster Member] 
- connection_id str
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connection_reason str
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connection_status str
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connection_status_ strlast_ change_ time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connector_version str
- The version of the device connector running on the managed device.
- create_time str
- The time when this managed object was created.
- custom_permission_ Sequence[Getresources Asset Device Registration Result Custom Permission Resource] 
- device_claims Sequence[GetAsset Device Registration Result Device Claim] 
- device_configurations Sequence[GetAsset Device Registration Result Device Configuration] 
- device_external_ strip_ address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- device_hostnames Sequence[str]
- device_ip_ Sequence[str]addresses 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- domain_groups Sequence[GetAsset Device Registration Result Domain Group] 
- 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].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent_connections Sequence[GetAsset Device Registration Result Parent Connection] 
- parent_signatures Sequence[GetAsset Device Registration Result Parent Signature] 
- parents
Sequence[GetAsset Device Registration Result Parent] 
- permission_resources Sequence[GetAsset Device Registration Result Permission Resource] 
- pids Sequence[str]
- platform_type str
- proxy_app str
- The name of the app which will proxy the messages to the device connector.
- public_access_ strkey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- public_access_ strkey_ rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- public_encryption_ strkey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- 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.
- rotate_access_ boolkey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials Sequence[str]
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetAsset Device Registration Result Tag] 
- targets
Sequence[GetAsset Device Registration Result Target] 
- vendor str
- The vendor of the managed device.
- version_contexts Sequence[GetAsset Device Registration Result Version Context] 
- accessKey StringId 
- An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- apiVersion Number
- The version of the connector API, describes the capability of the connector's framework.If the version is lower than the current minimum supported version defined in the service managing the connection, the device connector will be connected with limited capabilities until the device connector is upgraded to a fully supported version. For example if a device connector that was released without delta inventory capabilities registers and connects to Intersight, inventory collection may be disabled until it has been upgraded.
- appPartition NumberNumber 
- The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
- claimedBy StringUser Name 
- The name of the user who claimed the device for the account.
- claimedBy List<Property Map>Users 
- claimedTime String
- The date and time at which the device was claimed to this account.
- classId String
- clusterMembers List<Property Map>
- connectionId String
- The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
- connectionReason String
- If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
- connectionStatus String
- The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected- Intersight is able to establish a connection to the target and initiate management activities.*NotConnected- Intersight is unable to establish a connection to the target.*ClaimInProgress- Claim of the target is in progress. A connection to the target has not been fully established.*UnclaimInProgress- Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.*Unclaimed- The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.*Claimed- Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
- connectionStatus StringLast Change Time 
- The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
- connectorVersion String
- The version of the device connector running on the managed device.
- createTime String
- The time when this managed object was created.
- customPermission List<Property Map>Resources 
- deviceClaims List<Property Map>
- deviceConfigurations List<Property Map>
- deviceExternal StringIp Address 
- The IP Address of the managed device as seen from Intersight at the time of registration.This could be the IP address of the managed device's interface which has a route to the internet or a NAT IP address when the managed device is deployed in a private network.
- deviceHostnames List<String>
- deviceIp List<String>Addresses 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- domainGroups List<Property Map>
- executionMode String
- Indicates if the platform is an actual device or an emulated device for testing, demos, etc. Permitted values are [Normal, Emulator, ContainerEmulator].* `` - The device reported an empty or unrecognized executionMode.* Normal- The device connector is running in normal mode, i.e. it is not a simulation.*Emulator- The device connector is running in simulation mode inside an emulated device.*ContainerEmulator- The device connector is running in simulation mode inside a containerized emulated device.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parentConnections List<Property Map>
- parentSignatures List<Property Map>
- parents List<Property Map>
- permissionResources List<Property Map>
- pids List<String>
- platformType String
- proxyApp String
- The name of the app which will proxy the messages to the device connector.
- publicAccess StringKey 
- The device connector's public key used by Intersight 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 or Ed22519 public key string.
- publicAccess StringKey Rotated 
- The device connectors rotated public key. The device connector may rotate its key pair in conditions where it has been determined the key may have been compromised or if the key type is changing (e.g. moving from RSA to elliptical curve). The device connector will rotate its key in a two step process in order to ensure Intersight has received and committed the new key before invalidating the previous. Device connectors will first send the new public key on PublicAccessKeyRotated, the public key string will also be signed by the current private key. On receipt of a 200 response from Intersight the device connector commits the new key to its local database and will use it for all future authentication requests. Intersight will then allow both the previous and rotated key periods until the device connects with the rotated key, at which point the previous key is invalidated and removed.
- publicEncryption StringKey 
- The device connector public key used by Intersight for encryption. The public key is used to encrypt ephemeral aes keys to be used for decrypting sensitive data from Intersight. Must be a PEM encoded RSA public key string.
- readOnly Boolean
- Flag reported by devices to indicate an administrator of the device has disabled management operations of the device connector and only monitoring is permitted.
- rotateAccess BooleanKey 
- Request the device to rotate its key pair. SRE team may set this field to trigger the device to rotate its key pair in conditions where it has been identified that the device's key has been compromised. When RotateAccessKey is set to true the device will be forced to re-connect and rotate its key.
- serials List<String>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- targets List<Property Map>
- vendor String
- The vendor of the managed device.
- versionContexts List<Property Map>
GetAssetDeviceRegistrationResultAccount     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultClaimedByUser       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultClusterMember      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultCustomPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultDeviceClaim      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultDeviceConfiguration      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultDomainGroup      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultParentConnection      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultParentSignature      
- AdditionalProperties string
- ClassId string
- ObjectType string
- TimeStamp string
- AdditionalProperties string
- ClassId string
- ObjectType string
- TimeStamp string
- additionalProperties String
- classId String
- objectType String
- timeStamp String
- additionalProperties string
- classId string
- objectType string
- timeStamp string
- additional_properties str
- class_id str
- object_type str
- time_stamp str
- additionalProperties String
- classId String
- objectType String
- timeStamp String
GetAssetDeviceRegistrationResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetAssetDeviceRegistrationResultTarget     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetAssetDeviceRegistrationResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeviceRegistrationTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetAssetDeviceRegistrationTarget    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetAsset Device Registration Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Device Registration Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetAsset Device Registration Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Device Registration Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetAsset Device Registration Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Device Registration Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetAsset Device Registration Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Device Registration Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetAsset Device Registration Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetAsset Device Registration Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetAssetDeviceRegistrationVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeviceRegistrationVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet