1. Packages
  2. Intersight Provider
  3. API Docs
  4. getAssetDeviceRegistration
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getAssetDeviceRegistration

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccessKeyId string
    An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
    Account GetAssetDeviceRegistrationAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetAssetDeviceRegistrationAncestor>
    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.
    AppPartitionNumber double
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    ClaimedByUser GetAssetDeviceRegistrationClaimedByUser
    ClaimedByUserName string
    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<GetAssetDeviceRegistrationClusterMember>
    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.
    ConnectionStatusLastChangeTime string
    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.
    CustomPermissionResources List<GetAssetDeviceRegistrationCustomPermissionResource>
    DeviceClaim GetAssetDeviceRegistrationDeviceClaim
    DeviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    DeviceExternalIpAddress string
    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>
    DeviceIpAddresses List<string>
    DomainGroup GetAssetDeviceRegistrationDomainGroup
    DomainGroupMoid string
    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 GetAssetDeviceRegistrationParent
    ParentConnection GetAssetDeviceRegistrationParentConnection
    ParentSignature GetAssetDeviceRegistrationParentSignature
    PermissionResources List<GetAssetDeviceRegistrationPermissionResource>
    Pids List<string>
    PlatformType string
    ProxyApp string
    The name of the app which will proxy the messages to the device connector.
    PublicAccessKey string
    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.
    PublicAccessKeyRotated string
    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.
    PublicEncryptionKey string
    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.
    RotateAccessKey bool
    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>
    SharedScope 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.
    Tags List<GetAssetDeviceRegistrationTag>
    Target GetAssetDeviceRegistrationTarget
    Vendor string
    The vendor of the managed device.
    VersionContext GetAssetDeviceRegistrationVersionContext
    AccessKeyId string
    An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
    Account GetAssetDeviceRegistrationAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetAssetDeviceRegistrationAncestor
    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.
    AppPartitionNumber float64
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    ClaimedByUser GetAssetDeviceRegistrationClaimedByUser
    ClaimedByUserName string
    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 []GetAssetDeviceRegistrationClusterMember
    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.
    ConnectionStatusLastChangeTime string
    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.
    CustomPermissionResources []GetAssetDeviceRegistrationCustomPermissionResource
    DeviceClaim GetAssetDeviceRegistrationDeviceClaim
    DeviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    DeviceExternalIpAddress string
    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
    DeviceIpAddresses []string
    DomainGroup GetAssetDeviceRegistrationDomainGroup
    DomainGroupMoid string
    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 GetAssetDeviceRegistrationParent
    ParentConnection GetAssetDeviceRegistrationParentConnection
    ParentSignature GetAssetDeviceRegistrationParentSignature
    PermissionResources []GetAssetDeviceRegistrationPermissionResource
    Pids []string
    PlatformType string
    ProxyApp string
    The name of the app which will proxy the messages to the device connector.
    PublicAccessKey string
    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.
    PublicAccessKeyRotated string
    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.
    PublicEncryptionKey string
    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.
    RotateAccessKey bool
    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
    SharedScope 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.
    Tags []GetAssetDeviceRegistrationTag
    Target GetAssetDeviceRegistrationTarget
    Vendor string
    The vendor of the managed device.
    VersionContext GetAssetDeviceRegistrationVersionContext
    accessKeyId String
    An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
    account GetAssetDeviceRegistrationAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetAssetDeviceRegistrationAncestor>
    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.
    appPartitionNumber Double
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUser GetAssetDeviceRegistrationClaimedByUser
    claimedByUserName String
    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<GetAssetDeviceRegistrationClusterMember>
    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.
    connectionStatusLastChangeTime String
    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.
    customPermissionResources List<GetAssetDeviceRegistrationCustomPermissionResource>
    deviceClaim GetAssetDeviceRegistrationDeviceClaim
    deviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    deviceExternalIpAddress String
    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>
    deviceIpAddresses List<String>
    domainGroup GetAssetDeviceRegistrationDomainGroup
    domainGroupMoid String
    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 GetAssetDeviceRegistrationParent
    parentConnection GetAssetDeviceRegistrationParentConnection
    parentSignature GetAssetDeviceRegistrationParentSignature
    permissionResources List<GetAssetDeviceRegistrationPermissionResource>
    pids List<String>
    platformType String
    proxyApp String
    The name of the app which will proxy the messages to the device connector.
    publicAccessKey String
    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.
    publicAccessKeyRotated String
    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.
    publicEncryptionKey String
    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.
    rotateAccessKey Boolean
    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>
    sharedScope 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.
    tags List<GetAssetDeviceRegistrationTag>
    target GetAssetDeviceRegistrationTarget
    vendor String
    The vendor of the managed device.
    versionContext GetAssetDeviceRegistrationVersionContext
    accessKeyId string
    An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
    account GetAssetDeviceRegistrationAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetAssetDeviceRegistrationAncestor[]
    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.
    appPartitionNumber number
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUser GetAssetDeviceRegistrationClaimedByUser
    claimedByUserName string
    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 GetAssetDeviceRegistrationClusterMember[]
    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.
    connectionStatusLastChangeTime string
    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.
    customPermissionResources GetAssetDeviceRegistrationCustomPermissionResource[]
    deviceClaim GetAssetDeviceRegistrationDeviceClaim
    deviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    deviceExternalIpAddress string
    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[]
    deviceIpAddresses string[]
    domainGroup GetAssetDeviceRegistrationDomainGroup
    domainGroupMoid string
    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 GetAssetDeviceRegistrationParent
    parentConnection GetAssetDeviceRegistrationParentConnection
    parentSignature GetAssetDeviceRegistrationParentSignature
    permissionResources GetAssetDeviceRegistrationPermissionResource[]
    pids string[]
    platformType string
    proxyApp string
    The name of the app which will proxy the messages to the device connector.
    publicAccessKey string
    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.
    publicAccessKeyRotated string
    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.
    publicEncryptionKey string
    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.
    rotateAccessKey boolean
    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[]
    sharedScope 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.
    tags GetAssetDeviceRegistrationTag[]
    target GetAssetDeviceRegistrationTarget
    vendor string
    The vendor of the managed device.
    versionContext GetAssetDeviceRegistrationVersionContext
    access_key_id str
    An identifier for the credential used by the device connector to authenticate with the Intersight web socket gateway.
    account GetAssetDeviceRegistrationAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetAssetDeviceRegistrationAncestor]
    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_number float
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimed_by_user GetAssetDeviceRegistrationClaimedByUser
    claimed_by_user_name str
    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[GetAssetDeviceRegistrationClusterMember]
    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_last_change_time str
    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_resources Sequence[GetAssetDeviceRegistrationCustomPermissionResource]
    device_claim GetAssetDeviceRegistrationDeviceClaim
    device_configuration GetAssetDeviceRegistrationDeviceConfiguration
    device_external_ip_address str
    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_addresses Sequence[str]
    domain_group GetAssetDeviceRegistrationDomainGroup
    domain_group_moid str
    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 GetAssetDeviceRegistrationParent
    parent_connection GetAssetDeviceRegistrationParentConnection
    parent_signature GetAssetDeviceRegistrationParentSignature
    permission_resources Sequence[GetAssetDeviceRegistrationPermissionResource]
    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_key str
    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_key_rotated str
    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_key str
    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_key bool
    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]
    shared_scope 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.
    tags Sequence[GetAssetDeviceRegistrationTag]
    target GetAssetDeviceRegistrationTarget
    vendor str
    The vendor of the managed device.
    version_context GetAssetDeviceRegistrationVersionContext
    accessKeyId String
    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.
    appPartitionNumber Number
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUser Property Map
    claimedByUserName String
    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.
    connectionStatusLastChangeTime String
    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.
    customPermissionResources List<Property Map>
    deviceClaim Property Map
    deviceConfiguration Property Map
    deviceExternalIpAddress String
    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>
    deviceIpAddresses List<String>
    domainGroup Property Map
    domainGroupMoid String
    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.
    publicAccessKey String
    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.
    publicAccessKeyRotated String
    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.
    publicEncryptionKey String
    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.
    rotateAccessKey Boolean
    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>
    sharedScope 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.
    tags 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<GetAssetDeviceRegistrationResult>
    AccessKeyId string
    Account GetAssetDeviceRegistrationAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetAssetDeviceRegistrationAncestor>
    ApiVersion double
    AppPartitionNumber double
    ClaimedByUser GetAssetDeviceRegistrationClaimedByUser
    ClaimedByUserName string
    ClaimedTime string
    ClassId string
    ClusterMembers List<GetAssetDeviceRegistrationClusterMember>
    ConnectionId string
    ConnectionReason string
    ConnectionStatus string
    ConnectionStatusLastChangeTime string
    ConnectorVersion string
    CreateTime string
    CustomPermissionResources List<GetAssetDeviceRegistrationCustomPermissionResource>
    DeviceClaim GetAssetDeviceRegistrationDeviceClaim
    DeviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    DeviceExternalIpAddress string
    DeviceHostnames List<string>
    DeviceIpAddresses List<string>
    DomainGroup GetAssetDeviceRegistrationDomainGroup
    DomainGroupMoid string
    ExecutionMode string
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetAssetDeviceRegistrationParent
    ParentConnection GetAssetDeviceRegistrationParentConnection
    ParentSignature GetAssetDeviceRegistrationParentSignature
    PermissionResources List<GetAssetDeviceRegistrationPermissionResource>
    Pids List<string>
    PlatformType string
    ProxyApp string
    PublicAccessKey string
    PublicAccessKeyRotated string
    PublicEncryptionKey string
    ReadOnly bool
    RotateAccessKey bool
    Serials List<string>
    SharedScope string
    Tags List<GetAssetDeviceRegistrationTag>
    Target GetAssetDeviceRegistrationTarget
    Vendor string
    VersionContext GetAssetDeviceRegistrationVersionContext
    Id string
    Results []GetAssetDeviceRegistrationResult
    AccessKeyId string
    Account GetAssetDeviceRegistrationAccount
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetAssetDeviceRegistrationAncestor
    ApiVersion float64
    AppPartitionNumber float64
    ClaimedByUser GetAssetDeviceRegistrationClaimedByUser
    ClaimedByUserName string
    ClaimedTime string
    ClassId string
    ClusterMembers []GetAssetDeviceRegistrationClusterMember
    ConnectionId string
    ConnectionReason string
    ConnectionStatus string
    ConnectionStatusLastChangeTime string
    ConnectorVersion string
    CreateTime string
    CustomPermissionResources []GetAssetDeviceRegistrationCustomPermissionResource
    DeviceClaim GetAssetDeviceRegistrationDeviceClaim
    DeviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    DeviceExternalIpAddress string
    DeviceHostnames []string
    DeviceIpAddresses []string
    DomainGroup GetAssetDeviceRegistrationDomainGroup
    DomainGroupMoid string
    ExecutionMode string
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetAssetDeviceRegistrationParent
    ParentConnection GetAssetDeviceRegistrationParentConnection
    ParentSignature GetAssetDeviceRegistrationParentSignature
    PermissionResources []GetAssetDeviceRegistrationPermissionResource
    Pids []string
    PlatformType string
    ProxyApp string
    PublicAccessKey string
    PublicAccessKeyRotated string
    PublicEncryptionKey string
    ReadOnly bool
    RotateAccessKey bool
    Serials []string
    SharedScope string
    Tags []GetAssetDeviceRegistrationTag
    Target GetAssetDeviceRegistrationTarget
    Vendor string
    VersionContext GetAssetDeviceRegistrationVersionContext
    id String
    results List<GetAssetDeviceRegistrationResult>
    accessKeyId String
    account GetAssetDeviceRegistrationAccount
    accountMoid String
    additionalProperties String
    ancestors List<GetAssetDeviceRegistrationAncestor>
    apiVersion Double
    appPartitionNumber Double
    claimedByUser GetAssetDeviceRegistrationClaimedByUser
    claimedByUserName String
    claimedTime String
    classId String
    clusterMembers List<GetAssetDeviceRegistrationClusterMember>
    connectionId String
    connectionReason String
    connectionStatus String
    connectionStatusLastChangeTime String
    connectorVersion String
    createTime String
    customPermissionResources List<GetAssetDeviceRegistrationCustomPermissionResource>
    deviceClaim GetAssetDeviceRegistrationDeviceClaim
    deviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    deviceExternalIpAddress String
    deviceHostnames List<String>
    deviceIpAddresses List<String>
    domainGroup GetAssetDeviceRegistrationDomainGroup
    domainGroupMoid String
    executionMode String
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetAssetDeviceRegistrationParent
    parentConnection GetAssetDeviceRegistrationParentConnection
    parentSignature GetAssetDeviceRegistrationParentSignature
    permissionResources List<GetAssetDeviceRegistrationPermissionResource>
    pids List<String>
    platformType String
    proxyApp String
    publicAccessKey String
    publicAccessKeyRotated String
    publicEncryptionKey String
    readOnly Boolean
    rotateAccessKey Boolean
    serials List<String>
    sharedScope String
    tags List<GetAssetDeviceRegistrationTag>
    target GetAssetDeviceRegistrationTarget
    vendor String
    versionContext GetAssetDeviceRegistrationVersionContext
    id string
    results GetAssetDeviceRegistrationResult[]
    accessKeyId string
    account GetAssetDeviceRegistrationAccount
    accountMoid string
    additionalProperties string
    ancestors GetAssetDeviceRegistrationAncestor[]
    apiVersion number
    appPartitionNumber number
    claimedByUser GetAssetDeviceRegistrationClaimedByUser
    claimedByUserName string
    claimedTime string
    classId string
    clusterMembers GetAssetDeviceRegistrationClusterMember[]
    connectionId string
    connectionReason string
    connectionStatus string
    connectionStatusLastChangeTime string
    connectorVersion string
    createTime string
    customPermissionResources GetAssetDeviceRegistrationCustomPermissionResource[]
    deviceClaim GetAssetDeviceRegistrationDeviceClaim
    deviceConfiguration GetAssetDeviceRegistrationDeviceConfiguration
    deviceExternalIpAddress string
    deviceHostnames string[]
    deviceIpAddresses string[]
    domainGroup GetAssetDeviceRegistrationDomainGroup
    domainGroupMoid string
    executionMode string
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetAssetDeviceRegistrationParent
    parentConnection GetAssetDeviceRegistrationParentConnection
    parentSignature GetAssetDeviceRegistrationParentSignature
    permissionResources GetAssetDeviceRegistrationPermissionResource[]
    pids string[]
    platformType string
    proxyApp string
    publicAccessKey string
    publicAccessKeyRotated string
    publicEncryptionKey string
    readOnly boolean
    rotateAccessKey boolean
    serials string[]
    sharedScope string
    tags GetAssetDeviceRegistrationTag[]
    target GetAssetDeviceRegistrationTarget
    vendor string
    versionContext GetAssetDeviceRegistrationVersionContext
    id str
    results Sequence[GetAssetDeviceRegistrationResult]
    access_key_id str
    account GetAssetDeviceRegistrationAccount
    account_moid str
    additional_properties str
    ancestors Sequence[GetAssetDeviceRegistrationAncestor]
    api_version float
    app_partition_number float
    claimed_by_user GetAssetDeviceRegistrationClaimedByUser
    claimed_by_user_name str
    claimed_time str
    class_id str
    cluster_members Sequence[GetAssetDeviceRegistrationClusterMember]
    connection_id str
    connection_reason str
    connection_status str
    connection_status_last_change_time str
    connector_version str
    create_time str
    custom_permission_resources Sequence[GetAssetDeviceRegistrationCustomPermissionResource]
    device_claim GetAssetDeviceRegistrationDeviceClaim
    device_configuration GetAssetDeviceRegistrationDeviceConfiguration
    device_external_ip_address str
    device_hostnames Sequence[str]
    device_ip_addresses Sequence[str]
    domain_group GetAssetDeviceRegistrationDomainGroup
    domain_group_moid str
    execution_mode str
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetAssetDeviceRegistrationParent
    parent_connection GetAssetDeviceRegistrationParentConnection
    parent_signature GetAssetDeviceRegistrationParentSignature
    permission_resources Sequence[GetAssetDeviceRegistrationPermissionResource]
    pids Sequence[str]
    platform_type str
    proxy_app str
    public_access_key str
    public_access_key_rotated str
    public_encryption_key str
    read_only bool
    rotate_access_key bool
    serials Sequence[str]
    shared_scope str
    tags Sequence[GetAssetDeviceRegistrationTag]
    target GetAssetDeviceRegistrationTarget
    vendor str
    version_context GetAssetDeviceRegistrationVersionContext
    id String
    results List<Property Map>
    accessKeyId String
    account Property Map
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    apiVersion Number
    appPartitionNumber Number
    claimedByUser Property Map
    claimedByUserName String
    claimedTime String
    classId String
    clusterMembers List<Property Map>
    connectionId String
    connectionReason String
    connectionStatus String
    connectionStatusLastChangeTime String
    connectorVersion String
    createTime String
    customPermissionResources List<Property Map>
    deviceClaim Property Map
    deviceConfiguration Property Map
    deviceExternalIpAddress String
    deviceHostnames List<String>
    deviceIpAddresses List<String>
    domainGroup Property Map
    domainGroupMoid String
    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
    publicAccessKey String
    publicAccessKeyRotated String
    publicEncryptionKey String
    readOnly Boolean
    rotateAccessKey Boolean
    serials List<String>
    sharedScope String
    tags 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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

    AccessKeyId string
    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<GetAssetDeviceRegistrationResultAccount>
    AdditionalProperties string
    Ancestors List<GetAssetDeviceRegistrationResultAncestor>
    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.
    AppPartitionNumber double
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    ClaimedByUserName string
    The name of the user who claimed the device for the account.
    ClaimedByUsers List<GetAssetDeviceRegistrationResultClaimedByUser>
    ClaimedTime string
    The date and time at which the device was claimed to this account.
    ClassId string
    ClusterMembers List<GetAssetDeviceRegistrationResultClusterMember>
    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.
    ConnectionStatusLastChangeTime string
    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.
    CustomPermissionResources List<GetAssetDeviceRegistrationResultCustomPermissionResource>
    DeviceClaims List<GetAssetDeviceRegistrationResultDeviceClaim>
    DeviceConfigurations List<GetAssetDeviceRegistrationResultDeviceConfiguration>
    DeviceExternalIpAddress string
    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>
    DeviceIpAddresses List<string>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainGroups List<GetAssetDeviceRegistrationResultDomainGroup>
    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<GetAssetDeviceRegistrationResultParentConnection>
    ParentSignatures List<GetAssetDeviceRegistrationResultParentSignature>
    Parents List<GetAssetDeviceRegistrationResultParent>
    PermissionResources List<GetAssetDeviceRegistrationResultPermissionResource>
    Pids List<string>
    PlatformType string
    ProxyApp string
    The name of the app which will proxy the messages to the device connector.
    PublicAccessKey string
    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.
    PublicAccessKeyRotated string
    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.
    PublicEncryptionKey string
    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.
    RotateAccessKey bool
    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>
    SharedScope 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.
    Tags List<GetAssetDeviceRegistrationResultTag>
    Targets List<GetAssetDeviceRegistrationResultTarget>
    Vendor string
    The vendor of the managed device.
    VersionContexts List<GetAssetDeviceRegistrationResultVersionContext>
    AccessKeyId string
    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 []GetAssetDeviceRegistrationResultAccount
    AdditionalProperties string
    Ancestors []GetAssetDeviceRegistrationResultAncestor
    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.
    AppPartitionNumber float64
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    ClaimedByUserName string
    The name of the user who claimed the device for the account.
    ClaimedByUsers []GetAssetDeviceRegistrationResultClaimedByUser
    ClaimedTime string
    The date and time at which the device was claimed to this account.
    ClassId string
    ClusterMembers []GetAssetDeviceRegistrationResultClusterMember
    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.
    ConnectionStatusLastChangeTime string
    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.
    CustomPermissionResources []GetAssetDeviceRegistrationResultCustomPermissionResource
    DeviceClaims []GetAssetDeviceRegistrationResultDeviceClaim
    DeviceConfigurations []GetAssetDeviceRegistrationResultDeviceConfiguration
    DeviceExternalIpAddress string
    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
    DeviceIpAddresses []string
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DomainGroups []GetAssetDeviceRegistrationResultDomainGroup
    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 []GetAssetDeviceRegistrationResultParentConnection
    ParentSignatures []GetAssetDeviceRegistrationResultParentSignature
    Parents []GetAssetDeviceRegistrationResultParent
    PermissionResources []GetAssetDeviceRegistrationResultPermissionResource
    Pids []string
    PlatformType string
    ProxyApp string
    The name of the app which will proxy the messages to the device connector.
    PublicAccessKey string
    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.
    PublicAccessKeyRotated string
    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.
    PublicEncryptionKey string
    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.
    RotateAccessKey bool
    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
    SharedScope 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.
    Tags []GetAssetDeviceRegistrationResultTag
    Targets []GetAssetDeviceRegistrationResultTarget
    Vendor string
    The vendor of the managed device.
    VersionContexts []GetAssetDeviceRegistrationResultVersionContext
    accessKeyId String
    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<GetAssetDeviceRegistrationResultAccount>
    additionalProperties String
    ancestors List<GetAssetDeviceRegistrationResultAncestor>
    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.
    appPartitionNumber Double
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUserName String
    The name of the user who claimed the device for the account.
    claimedByUsers List<GetAssetDeviceRegistrationResultClaimedByUser>
    claimedTime String
    The date and time at which the device was claimed to this account.
    classId String
    clusterMembers List<GetAssetDeviceRegistrationResultClusterMember>
    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.
    connectionStatusLastChangeTime String
    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.
    customPermissionResources List<GetAssetDeviceRegistrationResultCustomPermissionResource>
    deviceClaims List<GetAssetDeviceRegistrationResultDeviceClaim>
    deviceConfigurations List<GetAssetDeviceRegistrationResultDeviceConfiguration>
    deviceExternalIpAddress String
    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>
    deviceIpAddresses List<String>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    domainGroups List<GetAssetDeviceRegistrationResultDomainGroup>
    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<GetAssetDeviceRegistrationResultParentConnection>
    parentSignatures List<GetAssetDeviceRegistrationResultParentSignature>
    parents List<GetAssetDeviceRegistrationResultParent>
    permissionResources List<GetAssetDeviceRegistrationResultPermissionResource>
    pids List<String>
    platformType String
    proxyApp String
    The name of the app which will proxy the messages to the device connector.
    publicAccessKey String
    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.
    publicAccessKeyRotated String
    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.
    publicEncryptionKey String
    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.
    rotateAccessKey Boolean
    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>
    sharedScope 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.
    tags List<GetAssetDeviceRegistrationResultTag>
    targets List<GetAssetDeviceRegistrationResultTarget>
    vendor String
    The vendor of the managed device.
    versionContexts List<GetAssetDeviceRegistrationResultVersionContext>
    accessKeyId string
    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 GetAssetDeviceRegistrationResultAccount[]
    additionalProperties string
    ancestors GetAssetDeviceRegistrationResultAncestor[]
    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.
    appPartitionNumber number
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUserName string
    The name of the user who claimed the device for the account.
    claimedByUsers GetAssetDeviceRegistrationResultClaimedByUser[]
    claimedTime string
    The date and time at which the device was claimed to this account.
    classId string
    clusterMembers GetAssetDeviceRegistrationResultClusterMember[]
    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.
    connectionStatusLastChangeTime string
    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.
    customPermissionResources GetAssetDeviceRegistrationResultCustomPermissionResource[]
    deviceClaims GetAssetDeviceRegistrationResultDeviceClaim[]
    deviceConfigurations GetAssetDeviceRegistrationResultDeviceConfiguration[]
    deviceExternalIpAddress string
    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[]
    deviceIpAddresses string[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    domainGroups GetAssetDeviceRegistrationResultDomainGroup[]
    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 GetAssetDeviceRegistrationResultParentConnection[]
    parentSignatures GetAssetDeviceRegistrationResultParentSignature[]
    parents GetAssetDeviceRegistrationResultParent[]
    permissionResources GetAssetDeviceRegistrationResultPermissionResource[]
    pids string[]
    platformType string
    proxyApp string
    The name of the app which will proxy the messages to the device connector.
    publicAccessKey string
    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.
    publicAccessKeyRotated string
    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.
    publicEncryptionKey string
    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.
    rotateAccessKey boolean
    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[]
    sharedScope 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.
    tags GetAssetDeviceRegistrationResultTag[]
    targets GetAssetDeviceRegistrationResultTarget[]
    vendor string
    The vendor of the managed device.
    versionContexts GetAssetDeviceRegistrationResultVersionContext[]
    access_key_id str
    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[GetAssetDeviceRegistrationResultAccount]
    additional_properties str
    ancestors Sequence[GetAssetDeviceRegistrationResultAncestor]
    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_number float
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimed_by_user_name str
    The name of the user who claimed the device for the account.
    claimed_by_users Sequence[GetAssetDeviceRegistrationResultClaimedByUser]
    claimed_time str
    The date and time at which the device was claimed to this account.
    class_id str
    cluster_members Sequence[GetAssetDeviceRegistrationResultClusterMember]
    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_last_change_time str
    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_resources Sequence[GetAssetDeviceRegistrationResultCustomPermissionResource]
    device_claims Sequence[GetAssetDeviceRegistrationResultDeviceClaim]
    device_configurations Sequence[GetAssetDeviceRegistrationResultDeviceConfiguration]
    device_external_ip_address str
    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_addresses Sequence[str]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    domain_groups Sequence[GetAssetDeviceRegistrationResultDomainGroup]
    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[GetAssetDeviceRegistrationResultParentConnection]
    parent_signatures Sequence[GetAssetDeviceRegistrationResultParentSignature]
    parents Sequence[GetAssetDeviceRegistrationResultParent]
    permission_resources Sequence[GetAssetDeviceRegistrationResultPermissionResource]
    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_key str
    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_key_rotated str
    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_key str
    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_key bool
    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]
    shared_scope 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.
    tags Sequence[GetAssetDeviceRegistrationResultTag]
    targets Sequence[GetAssetDeviceRegistrationResultTarget]
    vendor str
    The vendor of the managed device.
    version_contexts Sequence[GetAssetDeviceRegistrationResultVersionContext]
    accessKeyId String
    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.
    appPartitionNumber Number
    The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
    claimedByUserName String
    The name of the user who claimed the device for the account.
    claimedByUsers List<Property Map>
    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.
    connectionStatusLastChangeTime String
    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.
    customPermissionResources List<Property Map>
    deviceClaims List<Property Map>
    deviceConfigurations List<Property Map>
    deviceExternalIpAddress String
    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>
    deviceIpAddresses List<String>
    domainGroupMoid String
    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.
    publicAccessKey String
    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.
    publicAccessKeyRotated String
    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.
    publicEncryptionKey String
    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.
    rotateAccessKey Boolean
    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>
    sharedScope 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.
    tags 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

    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
    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

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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<GetAssetDeviceRegistrationVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetAssetDeviceRegistrationVersionContextRefMo
    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 []GetAssetDeviceRegistrationVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetAssetDeviceRegistrationVersionContextRefMo
    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<GetAssetDeviceRegistrationVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetAssetDeviceRegistrationVersionContextRefMo
    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 GetAssetDeviceRegistrationVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetAssetDeviceRegistrationVersionContextRefMo
    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[GetAssetDeviceRegistrationVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetAssetDeviceRegistrationVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet