1. Packages
  2. Intersight Provider
  3. API Docs
  4. getAssetClusterMember
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getAssetClusterMember

Explore with Pulumi AI

A node within a cluster of device connectors. A Device Registration may contain multiple ClusterMembers with each holding the connection details of the device connector as well as the nodes current leadership within the cluster.

Using getAssetClusterMember

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 getAssetClusterMember(args: GetAssetClusterMemberArgs, opts?: InvokeOptions): Promise<GetAssetClusterMemberResult>
function getAssetClusterMemberOutput(args: GetAssetClusterMemberOutputArgs, opts?: InvokeOptions): Output<GetAssetClusterMemberResult>
Copy
def get_asset_cluster_member(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetAssetClusterMemberAncestor]] = None,
                             api_version: Optional[float] = None,
                             app_partition_number: Optional[float] = None,
                             class_id: Optional[str] = None,
                             connected_host: Optional[str] = None,
                             connection_flap_status: Optional[GetAssetClusterMemberConnectionFlapStatus] = 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,
                             device: Optional[GetAssetClusterMemberDevice] = None,
                             device_external_ip_address: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             id: Optional[str] = None,
                             leadership: Optional[str] = None,
                             locked_leader: Optional[bool] = None,
                             member_identity: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             object_type: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetAssetClusterMemberParent] = None,
                             parent_cluster_member_identity: Optional[str] = None,
                             permission_resources: Optional[Sequence[GetAssetClusterMemberPermissionResource]] = None,
                             proxy_app: Optional[str] = None,
                             shared_scope: Optional[str] = None,
                             sudi: Optional[GetAssetClusterMemberSudi] = None,
                             tags: Optional[Sequence[GetAssetClusterMemberTag]] = None,
                             version_context: Optional[GetAssetClusterMemberVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAssetClusterMemberResult
def get_asset_cluster_member_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetClusterMemberAncestorArgs]]]] = None,
                             api_version: Optional[pulumi.Input[float]] = None,
                             app_partition_number: Optional[pulumi.Input[float]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             connected_host: Optional[pulumi.Input[str]] = None,
                             connection_flap_status: Optional[pulumi.Input[GetAssetClusterMemberConnectionFlapStatusArgs]] = 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,
                             device: Optional[pulumi.Input[GetAssetClusterMemberDeviceArgs]] = None,
                             device_external_ip_address: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             leadership: Optional[pulumi.Input[str]] = None,
                             locked_leader: Optional[pulumi.Input[bool]] = None,
                             member_identity: 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[GetAssetClusterMemberParentArgs]] = None,
                             parent_cluster_member_identity: Optional[pulumi.Input[str]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetClusterMemberPermissionResourceArgs]]]] = None,
                             proxy_app: Optional[pulumi.Input[str]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             sudi: Optional[pulumi.Input[GetAssetClusterMemberSudiArgs]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetClusterMemberTagArgs]]]] = None,
                             version_context: Optional[pulumi.Input[GetAssetClusterMemberVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAssetClusterMemberResult]
Copy
func LookupAssetClusterMember(ctx *Context, args *LookupAssetClusterMemberArgs, opts ...InvokeOption) (*LookupAssetClusterMemberResult, error)
func LookupAssetClusterMemberOutput(ctx *Context, args *LookupAssetClusterMemberOutputArgs, opts ...InvokeOption) LookupAssetClusterMemberResultOutput
Copy

> Note: This function is named LookupAssetClusterMember in the Go SDK.

public static class GetAssetClusterMember 
{
    public static Task<GetAssetClusterMemberResult> InvokeAsync(GetAssetClusterMemberArgs args, InvokeOptions? opts = null)
    public static Output<GetAssetClusterMemberResult> Invoke(GetAssetClusterMemberInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAssetClusterMemberResult> getAssetClusterMember(GetAssetClusterMemberArgs args, InvokeOptions options)
public static Output<GetAssetClusterMemberResult> getAssetClusterMember(GetAssetClusterMemberArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getAssetClusterMember:getAssetClusterMember
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetAssetClusterMemberAncestor>
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.
ClassId string
ConnectedHost string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
ConnectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
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.
Device GetAssetClusterMemberDevice
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.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
Leadership string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
LockedLeader bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
MemberIdentity string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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 GetAssetClusterMemberParent
ParentClusterMemberIdentity string
The member idenity of the cluster member through which this device is connected if applicable.
PermissionResources List<GetAssetClusterMemberPermissionResource>
ProxyApp string
The name of the app which will proxy the messages to the device connector.
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.
Sudi GetAssetClusterMemberSudi
Tags List<GetAssetClusterMemberTag>
VersionContext GetAssetClusterMemberVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetAssetClusterMemberAncestor
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.
ClassId string
ConnectedHost string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
ConnectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
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.
Device GetAssetClusterMemberDevice
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.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
Leadership string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
LockedLeader bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
MemberIdentity string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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 GetAssetClusterMemberParent
ParentClusterMemberIdentity string
The member idenity of the cluster member through which this device is connected if applicable.
PermissionResources []GetAssetClusterMemberPermissionResource
ProxyApp string
The name of the app which will proxy the messages to the device connector.
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.
Sudi GetAssetClusterMemberSudi
Tags []GetAssetClusterMemberTag
VersionContext GetAssetClusterMemberVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetAssetClusterMemberAncestor>
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.
classId String
connectedHost String
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
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.
device GetAssetClusterMemberDevice
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.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
leadership String
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader Boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity String
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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 GetAssetClusterMemberParent
parentClusterMemberIdentity String
The member idenity of the cluster member through which this device is connected if applicable.
permissionResources List<GetAssetClusterMemberPermissionResource>
proxyApp String
The name of the app which will proxy the messages to the device connector.
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.
sudi GetAssetClusterMemberSudi
tags List<GetAssetClusterMemberTag>
versionContext GetAssetClusterMemberVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetAssetClusterMemberAncestor[]
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.
classId string
connectedHost string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
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.
device GetAssetClusterMemberDevice
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.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
leadership string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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 GetAssetClusterMemberParent
parentClusterMemberIdentity string
The member idenity of the cluster member through which this device is connected if applicable.
permissionResources GetAssetClusterMemberPermissionResource[]
proxyApp string
The name of the app which will proxy the messages to the device connector.
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.
sudi GetAssetClusterMemberSudi
tags GetAssetClusterMemberTag[]
versionContext GetAssetClusterMemberVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetAssetClusterMemberAncestor]
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.
class_id str
connected_host str
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connection_flap_status GetAssetClusterMemberConnectionFlapStatus
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.
device GetAssetClusterMemberDevice
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.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
leadership str
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
locked_leader bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
member_identity str
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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 GetAssetClusterMemberParent
parent_cluster_member_identity str
The member idenity of the cluster member through which this device is connected if applicable.
permission_resources Sequence[GetAssetClusterMemberPermissionResource]
proxy_app str
The name of the app which will proxy the messages to the device connector.
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.
sudi GetAssetClusterMemberSudi
tags Sequence[GetAssetClusterMemberTag]
version_context GetAssetClusterMemberVersionContext
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.
classId String
connectedHost String
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatus 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.
device 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.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
leadership String
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader Boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity String
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
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
parentClusterMemberIdentity String
The member idenity of the cluster member through which this device is connected if applicable.
permissionResources List<Property Map>
proxyApp String
The name of the app which will proxy the messages to the device connector.
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.
sudi Property Map
tags List<Property Map>
versionContext Property Map

getAssetClusterMember Result

The following output properties are available:

Id string
Results List<GetAssetClusterMemberResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetAssetClusterMemberAncestor>
ApiVersion double
AppPartitionNumber double
ClassId string
ConnectedHost string
ConnectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
ConnectionId string
ConnectionReason string
ConnectionStatus string
ConnectionStatusLastChangeTime string
ConnectorVersion string
CreateTime string
Device GetAssetClusterMemberDevice
DeviceExternalIpAddress string
DomainGroupMoid string
Leadership string
LockedLeader bool
MemberIdentity string
ModTime string
Moid string
ObjectType string
Owners List<string>
Parent GetAssetClusterMemberParent
ParentClusterMemberIdentity string
PermissionResources List<GetAssetClusterMemberPermissionResource>
ProxyApp string
SharedScope string
Sudi GetAssetClusterMemberSudi
Tags List<GetAssetClusterMemberTag>
VersionContext GetAssetClusterMemberVersionContext
Id string
Results []GetAssetClusterMemberResult
AccountMoid string
AdditionalProperties string
Ancestors []GetAssetClusterMemberAncestor
ApiVersion float64
AppPartitionNumber float64
ClassId string
ConnectedHost string
ConnectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
ConnectionId string
ConnectionReason string
ConnectionStatus string
ConnectionStatusLastChangeTime string
ConnectorVersion string
CreateTime string
Device GetAssetClusterMemberDevice
DeviceExternalIpAddress string
DomainGroupMoid string
Leadership string
LockedLeader bool
MemberIdentity string
ModTime string
Moid string
ObjectType string
Owners []string
Parent GetAssetClusterMemberParent
ParentClusterMemberIdentity string
PermissionResources []GetAssetClusterMemberPermissionResource
ProxyApp string
SharedScope string
Sudi GetAssetClusterMemberSudi
Tags []GetAssetClusterMemberTag
VersionContext GetAssetClusterMemberVersionContext
id String
results List<GetAssetClusterMemberResult>
accountMoid String
additionalProperties String
ancestors List<GetAssetClusterMemberAncestor>
apiVersion Double
appPartitionNumber Double
classId String
connectedHost String
connectionFlapStatus GetAssetClusterMemberConnectionFlapStatus
connectionId String
connectionReason String
connectionStatus String
connectionStatusLastChangeTime String
connectorVersion String
createTime String
device GetAssetClusterMemberDevice
deviceExternalIpAddress String
domainGroupMoid String
leadership String
lockedLeader Boolean
memberIdentity String
modTime String
moid String
objectType String
owners List<String>
parent GetAssetClusterMemberParent
parentClusterMemberIdentity String
permissionResources List<GetAssetClusterMemberPermissionResource>
proxyApp String
sharedScope String
sudi GetAssetClusterMemberSudi
tags List<GetAssetClusterMemberTag>
versionContext GetAssetClusterMemberVersionContext
id str
results Sequence[GetAssetClusterMemberResult]
account_moid str
additional_properties str
ancestors Sequence[GetAssetClusterMemberAncestor]
api_version float
app_partition_number float
class_id str
connected_host str
connection_flap_status GetAssetClusterMemberConnectionFlapStatus
connection_id str
connection_reason str
connection_status str
connection_status_last_change_time str
connector_version str
create_time str
device GetAssetClusterMemberDevice
device_external_ip_address str
domain_group_moid str
leadership str
locked_leader bool
member_identity str
mod_time str
moid str
object_type str
owners Sequence[str]
parent GetAssetClusterMemberParent
parent_cluster_member_identity str
permission_resources Sequence[GetAssetClusterMemberPermissionResource]
proxy_app str
shared_scope str
sudi GetAssetClusterMemberSudi
tags Sequence[GetAssetClusterMemberTag]
version_context GetAssetClusterMemberVersionContext

Supporting Types

GetAssetClusterMemberAncestor

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

GetAssetClusterMemberConnectionFlapStatus

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.
FlapAlertTime string
Time when flapping was reported.
FlapCount double
The number of times a device disconnected within a specified time window.
FlapDetected bool
Indicates if the device is flapping.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
WindowSize string
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
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.
FlapAlertTime string
Time when flapping was reported.
FlapCount float64
The number of times a device disconnected within a specified time window.
FlapDetected bool
Indicates if the device is flapping.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
WindowSize string
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
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.
flapAlertTime String
Time when flapping was reported.
flapCount Double
The number of times a device disconnected within a specified time window.
flapDetected Boolean
Indicates if the device is flapping.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
windowSize String
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
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.
flapAlertTime string
Time when flapping was reported.
flapCount number
The number of times a device disconnected within a specified time window.
flapDetected boolean
Indicates if the device is flapping.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
windowSize string
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
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.
flap_alert_time str
Time when flapping was reported.
flap_count float
The number of times a device disconnected within a specified time window.
flap_detected bool
Indicates if the device is flapping.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
window_size str
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.
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.
flapAlertTime String
Time when flapping was reported.
flapCount Number
The number of times a device disconnected within a specified time window.
flapDetected Boolean
Indicates if the device is flapping.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
windowSize String
The time window during which device disconnects are counted. E.g. values are PT30M or PT1H.

GetAssetClusterMemberDevice

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

GetAssetClusterMemberParent

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

GetAssetClusterMemberPermissionResource

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

GetAssetClusterMemberResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetAssetClusterMemberResultAncestor>
ApiVersion This property is required. 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 This property is required. double
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
ClassId This property is required. string
ConnectedHost This property is required. string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
ConnectionFlapStatuses This property is required. List<GetAssetClusterMemberResultConnectionFlapStatus>
ConnectionId This property is required. 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 This property is required. string
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
ConnectionStatus This property is required. 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 This property is required. 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 This property is required. string
The version of the device connector running on the managed device.
CreateTime This property is required. string
The time when this managed object was created.
DeviceExternalIpAddress This property is required. 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.
Devices This property is required. List<GetAssetClusterMemberResultDevice>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Leadership This property is required. string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
LockedLeader This property is required. bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
MemberIdentity This property is required. string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. List<string>
ParentClusterMemberIdentity This property is required. string
The member idenity of the cluster member through which this device is connected if applicable.
Parents This property is required. List<GetAssetClusterMemberResultParent>
PermissionResources This property is required. List<GetAssetClusterMemberResultPermissionResource>
ProxyApp This property is required. string
The name of the app which will proxy the messages to the device connector.
SharedScope This property is required. 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.
Sudis This property is required. List<GetAssetClusterMemberResultSudi>
Tags This property is required. List<GetAssetClusterMemberResultTag>
VersionContexts This property is required. List<GetAssetClusterMemberResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetAssetClusterMemberResultAncestor
ApiVersion This property is required. 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 This property is required. float64
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
ClassId This property is required. string
ConnectedHost This property is required. string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
ConnectionFlapStatuses This property is required. []GetAssetClusterMemberResultConnectionFlapStatus
ConnectionId This property is required. 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 This property is required. string
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
ConnectionStatus This property is required. 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 This property is required. 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 This property is required. string
The version of the device connector running on the managed device.
CreateTime This property is required. string
The time when this managed object was created.
DeviceExternalIpAddress This property is required. 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.
Devices This property is required. []GetAssetClusterMemberResultDevice
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Leadership This property is required. string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
LockedLeader This property is required. bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
MemberIdentity This property is required. string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. []string
ParentClusterMemberIdentity This property is required. string
The member idenity of the cluster member through which this device is connected if applicable.
Parents This property is required. []GetAssetClusterMemberResultParent
PermissionResources This property is required. []GetAssetClusterMemberResultPermissionResource
ProxyApp This property is required. string
The name of the app which will proxy the messages to the device connector.
SharedScope This property is required. 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.
Sudis This property is required. []GetAssetClusterMemberResultSudi
Tags This property is required. []GetAssetClusterMemberResultTag
VersionContexts This property is required. []GetAssetClusterMemberResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetAssetClusterMemberResultAncestor>
apiVersion This property is required. 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 This property is required. Double
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
classId This property is required. String
connectedHost This property is required. String
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatuses This property is required. List<GetAssetClusterMemberResultConnectionFlapStatus>
connectionId This property is required. 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 This property is required. String
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
connectionStatus This property is required. 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 This property is required. 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 This property is required. String
The version of the device connector running on the managed device.
createTime This property is required. String
The time when this managed object was created.
deviceExternalIpAddress This property is required. 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.
devices This property is required. List<GetAssetClusterMemberResultDevice>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
leadership This property is required. String
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader This property is required. Boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity This property is required. String
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parentClusterMemberIdentity This property is required. String
The member idenity of the cluster member through which this device is connected if applicable.
parents This property is required. List<GetAssetClusterMemberResultParent>
permissionResources This property is required. List<GetAssetClusterMemberResultPermissionResource>
proxyApp This property is required. String
The name of the app which will proxy the messages to the device connector.
sharedScope This property is required. 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.
sudis This property is required. List<GetAssetClusterMemberResultSudi>
tags This property is required. List<GetAssetClusterMemberResultTag>
versionContexts This property is required. List<GetAssetClusterMemberResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetAssetClusterMemberResultAncestor[]
apiVersion This property is required. 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 This property is required. number
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
classId This property is required. string
connectedHost This property is required. string
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatuses This property is required. GetAssetClusterMemberResultConnectionFlapStatus[]
connectionId This property is required. 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 This property is required. string
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
connectionStatus This property is required. 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 This property is required. 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 This property is required. string
The version of the device connector running on the managed device.
createTime This property is required. string
The time when this managed object was created.
deviceExternalIpAddress This property is required. 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.
devices This property is required. GetAssetClusterMemberResultDevice[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
leadership This property is required. string
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader This property is required. boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity This property is required. string
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
owners This property is required. string[]
parentClusterMemberIdentity This property is required. string
The member idenity of the cluster member through which this device is connected if applicable.
parents This property is required. GetAssetClusterMemberResultParent[]
permissionResources This property is required. GetAssetClusterMemberResultPermissionResource[]
proxyApp This property is required. string
The name of the app which will proxy the messages to the device connector.
sharedScope This property is required. 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.
sudis This property is required. GetAssetClusterMemberResultSudi[]
tags This property is required. GetAssetClusterMemberResultTag[]
versionContexts This property is required. GetAssetClusterMemberResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetAssetClusterMemberResultAncestor]
api_version This property is required. 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 This property is required. float
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
class_id This property is required. str
connected_host This property is required. str
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connection_flap_statuses This property is required. Sequence[GetAssetClusterMemberResultConnectionFlapStatus]
connection_id This property is required. 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 This property is required. str
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
connection_status This property is required. 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 This property is required. 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 This property is required. str
The version of the device connector running on the managed device.
create_time This property is required. str
The time when this managed object was created.
device_external_ip_address This property is required. 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.
devices This property is required. Sequence[GetAssetClusterMemberResultDevice]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
leadership This property is required. str
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
locked_leader This property is required. bool
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
member_identity This property is required. str
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
owners This property is required. Sequence[str]
parent_cluster_member_identity This property is required. str
The member idenity of the cluster member through which this device is connected if applicable.
parents This property is required. Sequence[GetAssetClusterMemberResultParent]
permission_resources This property is required. Sequence[GetAssetClusterMemberResultPermissionResource]
proxy_app This property is required. str
The name of the app which will proxy the messages to the device connector.
shared_scope This property is required. 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.
sudis This property is required. Sequence[GetAssetClusterMemberResultSudi]
tags This property is required. Sequence[GetAssetClusterMemberResultTag]
version_contexts This property is required. Sequence[GetAssetClusterMemberResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
apiVersion This property is required. 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 This property is required. Number
The partition number corresponding to the instance of the Proxy App which is managing the web-socket to the device connector.
classId This property is required. String
connectedHost This property is required. String
The DNS hostname the device connector has used to connect to Intersight. Devices may be configured to connect to a set of DNS hostnames which all resolve to the same Intersight instance, the connected host is the latest hostname the device used to connect successfully to Intersight.
connectionFlapStatuses This property is required. List<Property Map>
connectionId This property is required. 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 This property is required. String
If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
connectionStatus This property is required. 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 This property is required. 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 This property is required. String
The version of the device connector running on the managed device.
createTime This property is required. String
The time when this managed object was created.
deviceExternalIpAddress This property is required. 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.
devices This property is required. List<Property Map>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
leadership This property is required. String
The current leadershipstate of this member. Updated by the device connector on failover or leadership change. If a member is elected as Primary within the cluster this connection will be the same as the DeviceRegistration connection. E.g a message addressed to the DeviceRegistration will be forwarded to the ClusterMember connection.* Unknown - The node is unable to complete election or determine the current state. If the device has been registered before and the node has access to the current credentials, it will establish a connection to Intersight with limited capabilities that can be used to debug the HA failure from Intersight.* Primary - The node has been elected as the primary and will establish a connection to the Intersight service and accept all message types enabled for a primary node. There can only be one primary node in a given cluster, while the underlying platform may be active. If it is active, only one connector will assume the primary role.* Secondary - The node has been elected as a secondary node in the cluster. The device connector will establish a connection to the Intersight service with limited capabilities. E.g. file upload will be enabled, but requests to the underlying platform management will be disabled.
lockedLeader This property is required. Boolean
Devices lock their leadership on failure to heartbeat with peers. Value acts as a third party tie breaker in election between nodes. Intersight enforces that only one cluster member exists with this value set to true.
memberIdentity This property is required. String
The unique identity of the member within the cluster. The identity is retrieved from the platform and reported by the device connector at connection time.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parentClusterMemberIdentity This property is required. String
The member idenity of the cluster member through which this device is connected if applicable.
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
proxyApp This property is required. String
The name of the app which will proxy the messages to the device connector.
sharedScope This property is required. 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.
sudis This property is required. List<Property Map>
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetAssetClusterMemberResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberResultConnectionFlapStatus

AdditionalProperties This property is required. string
ClassId This property is required. string
FlapAlertTime This property is required. string
FlapCount This property is required. double
FlapDetected This property is required. bool
ObjectType This property is required. string
WindowSize This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
FlapAlertTime This property is required. string
FlapCount This property is required. float64
FlapDetected This property is required. bool
ObjectType This property is required. string
WindowSize This property is required. string
additionalProperties This property is required. String
classId This property is required. String
flapAlertTime This property is required. String
flapCount This property is required. Double
flapDetected This property is required. Boolean
objectType This property is required. String
windowSize This property is required. String
additionalProperties This property is required. string
classId This property is required. string
flapAlertTime This property is required. string
flapCount This property is required. number
flapDetected This property is required. boolean
objectType This property is required. string
windowSize This property is required. string
additional_properties This property is required. str
class_id This property is required. str
flap_alert_time This property is required. str
flap_count This property is required. float
flap_detected This property is required. bool
object_type This property is required. str
window_size This property is required. str
additionalProperties This property is required. String
classId This property is required. String
flapAlertTime This property is required. String
flapCount This property is required. Number
flapDetected This property is required. Boolean
objectType This property is required. String
windowSize This property is required. String

GetAssetClusterMemberResultDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberResultSudi

AdditionalProperties This property is required. string
ClassId This property is required. string
Jti This property is required. string
ObjectType This property is required. string
Pid This property is required. string
SerialNumber This property is required. string
Signature This property is required. string
Status This property is required. string
StatusDetails This property is required. string
SudiCertificates This property is required. List<GetAssetClusterMemberResultSudiSudiCertificate>
AdditionalProperties This property is required. string
ClassId This property is required. string
Jti This property is required. string
ObjectType This property is required. string
Pid This property is required. string
SerialNumber This property is required. string
Signature This property is required. string
Status This property is required. string
StatusDetails This property is required. string
SudiCertificates This property is required. []GetAssetClusterMemberResultSudiSudiCertificate
additionalProperties This property is required. String
classId This property is required. String
jti This property is required. String
objectType This property is required. String
pid This property is required. String
serialNumber This property is required. String
signature This property is required. String
status This property is required. String
statusDetails This property is required. String
sudiCertificates This property is required. List<GetAssetClusterMemberResultSudiSudiCertificate>
additionalProperties This property is required. string
classId This property is required. string
jti This property is required. string
objectType This property is required. string
pid This property is required. string
serialNumber This property is required. string
signature This property is required. string
status This property is required. string
statusDetails This property is required. string
sudiCertificates This property is required. GetAssetClusterMemberResultSudiSudiCertificate[]
additional_properties This property is required. str
class_id This property is required. str
jti This property is required. str
object_type This property is required. str
pid This property is required. str
serial_number This property is required. str
signature This property is required. str
status This property is required. str
status_details This property is required. str
sudi_certificates This property is required. Sequence[GetAssetClusterMemberResultSudiSudiCertificate]
additionalProperties This property is required. String
classId This property is required. String
jti This property is required. String
objectType This property is required. String
pid This property is required. String
serialNumber This property is required. String
signature This property is required. String
status This property is required. String
statusDetails This property is required. String
sudiCertificates This property is required. List<Property Map>

GetAssetClusterMemberResultSudiSudiCertificate

AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. List<GetAssetClusterMemberResultSudiSudiCertificateIssuer>
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. List<GetAssetClusterMemberResultSudiSudiCertificateSubject>
AdditionalProperties This property is required. string
ClassId This property is required. string
Issuers This property is required. []GetAssetClusterMemberResultSudiSudiCertificateIssuer
NotAfter This property is required. string
NotBefore This property is required. string
ObjectType This property is required. string
PemCertificate This property is required. string
Sha256Fingerprint This property is required. string
SignatureAlgorithm This property is required. string
Subjects This property is required. []GetAssetClusterMemberResultSudiSudiCertificateSubject
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<GetAssetClusterMemberResultSudiSudiCertificateIssuer>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<GetAssetClusterMemberResultSudiSudiCertificateSubject>
additionalProperties This property is required. string
classId This property is required. string
issuers This property is required. GetAssetClusterMemberResultSudiSudiCertificateIssuer[]
notAfter This property is required. string
notBefore This property is required. string
objectType This property is required. string
pemCertificate This property is required. string
sha256Fingerprint This property is required. string
signatureAlgorithm This property is required. string
subjects This property is required. GetAssetClusterMemberResultSudiSudiCertificateSubject[]
additional_properties This property is required. str
class_id This property is required. str
issuers This property is required. Sequence[GetAssetClusterMemberResultSudiSudiCertificateIssuer]
not_after This property is required. str
not_before This property is required. str
object_type This property is required. str
pem_certificate This property is required. str
sha256_fingerprint This property is required. str
signature_algorithm This property is required. str
subjects This property is required. Sequence[GetAssetClusterMemberResultSudiSudiCertificateSubject]
additionalProperties This property is required. String
classId This property is required. String
issuers This property is required. List<Property Map>
notAfter This property is required. String
notBefore This property is required. String
objectType This property is required. String
pemCertificate This property is required. String
sha256Fingerprint This property is required. String
signatureAlgorithm This property is required. String
subjects This property is required. List<Property Map>

GetAssetClusterMemberResultSudiSudiCertificateIssuer

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetAssetClusterMemberResultSudiSudiCertificateSubject

AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. List<string>
Localities This property is required. List<string>
ObjectType This property is required. string
OrganizationalUnits This property is required. List<string>
Organizations This property is required. List<string>
States This property is required. List<string>
AdditionalProperties This property is required. string
ClassId This property is required. string
CommonName This property is required. string
Countries This property is required. []string
Localities This property is required. []string
ObjectType This property is required. string
OrganizationalUnits This property is required. []string
Organizations This property is required. []string
States This property is required. []string
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>
additionalProperties This property is required. string
classId This property is required. string
commonName This property is required. string
countries This property is required. string[]
localities This property is required. string[]
objectType This property is required. string
organizationalUnits This property is required. string[]
organizations This property is required. string[]
states This property is required. string[]
additional_properties This property is required. str
class_id This property is required. str
common_name This property is required. str
countries This property is required. Sequence[str]
localities This property is required. Sequence[str]
object_type This property is required. str
organizational_units This property is required. Sequence[str]
organizations This property is required. Sequence[str]
states This property is required. Sequence[str]
additionalProperties This property is required. String
classId This property is required. String
commonName This property is required. String
countries This property is required. List<String>
localities This property is required. List<String>
objectType This property is required. String
organizationalUnits This property is required. List<String>
organizations This property is required. List<String>
states This property is required. List<String>

GetAssetClusterMemberResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetAssetClusterMemberResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetAssetClusterMemberResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetAssetClusterMemberResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetAssetClusterMemberResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetAssetClusterMemberResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetAssetClusterMemberResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetAssetClusterMemberResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetAssetClusterMemberResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetAssetClusterMemberResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetAssetClusterMemberResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetAssetClusterMemberResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetAssetClusterMemberResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetAssetClusterMemberSudi

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.
Jti string
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Pid string
The device model (PID) extracted from the X.509 SUDI leaf certificate.
SerialNumber string
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
Signature string
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
Status string
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
StatusDetails string
The detailed validation status of the device, such as an error message explaining why the validation failed.
SudiCertificate GetAssetClusterMemberSudiSudiCertificate
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).
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.
Jti string
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Pid string
The device model (PID) extracted from the X.509 SUDI leaf certificate.
SerialNumber string
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
Signature string
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
Status string
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
StatusDetails string
The detailed validation status of the device, such as an error message explaining why the validation failed.
SudiCertificate GetAssetClusterMemberSudiSudiCertificate
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).
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.
jti String
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pid String
The device model (PID) extracted from the X.509 SUDI leaf certificate.
serialNumber String
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
signature String
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
status String
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
statusDetails String
The detailed validation status of the device, such as an error message explaining why the validation failed.
sudiCertificate GetAssetClusterMemberSudiSudiCertificate
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).
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.
jti string
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pid string
The device model (PID) extracted from the X.509 SUDI leaf certificate.
serialNumber string
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
signature string
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
status string
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
statusDetails string
The detailed validation status of the device, such as an error message explaining why the validation failed.
sudiCertificate GetAssetClusterMemberSudiSudiCertificate
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).
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.
jti str
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pid str
The device model (PID) extracted from the X.509 SUDI leaf certificate.
serial_number str
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
signature str
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
status str
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
status_details str
The detailed validation status of the device, such as an error message explaining why the validation failed.
sudi_certificate GetAssetClusterMemberSudiSudiCertificate
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).
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.
jti String
The SUDI challenge jti generated by Intersight. The device reads the current JTI and signs it as part of its SUDI claims and sends to Intersight. Intersight verifies SUDI with the JTI claim. A new JTI is generated after each time a device sends updated SUDI information.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pid String
The device model (PID) extracted from the X.509 SUDI leaf certificate.
serialNumber String
The device SerialNumber extracted from the X.509 SUDI leaf certificate.
signature String
The base64-encoding of a SUDI signature, signed with the provided Trust Anchor Module (TAM) private key and signatureScheme.
status String
The validation status of the device.

  • DeviceStatusUnknown - SUDI validation is done on the establishment of a connection. Before a device connects or after it disconnects, the SUDI validation status is set to this value.
  • Verified - The SUDI signature and certificate have been validated by the device. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module. The Intersight services have not cross-validated the SUDI signature.
  • EndToEndVerified - The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • ChallengeVerified - The SUDI signature includes a challenge provided by Intersight which has been validated by Intersight. The SUDI signature and certificate have been validated by the device and by the Intersight services. The device PID, Serial Number, Status and X.509 certificates were validated by a Trusted Anchor Module.
  • CertificateValidationFailed - Validation of the certificate signing chain failed.
  • UnsupportedSignatureScheme - The SUDI signature scheme is not supported.
  • SignatureValidationFailed - Validation of the SUDI signature has failed.
  • UnsupportedFirmware - The firmware version of the Cisco IMC that is installed does not contain the SUDI APIs needed to perform validation.
  • UnsupportedHardware - The device is a model that does not contain a Trust Anchor Module (TAM) and thus cannot be validated.
  • DeviceError - The device returned an error when it received a SUDIrequrest request.
  • DeviceNotResponding - A request was sent to the device, but no response was received.
  • InvalidSignatureEncoding - The encoding of the SUDI signature is invalid.
  • MissingSignature - The SUDI signature is missing.
  • MissingSignatureScheme - The SUDI signature scheme is missing.
  • MissingCertificate - The SUDI certificate is missing.
  • InvalidCertificateEncoding - The encoding of the SUDI certificate is invalid.
  • InvalidIdentity - The model or serial number of the device is either missing or does not match the certificate attributes.
  • Suspect - The DC claims the SUDI has been verified, but there is no way to validate the claim.
statusDetails String
The detailed validation status of the device, such as an error message explaining why the validation failed.
sudiCertificate Property Map
The X.509 SUDI leaf certificate from the Trust Anchor Module. The certificate is serialized in PEM format (Base64 encoded DER certificate).

GetAssetClusterMemberSudiSudiCertificate

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.
Issuer GetAssetClusterMemberSudiSudiCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetAssetClusterMemberSudiSudiCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
Issuer GetAssetClusterMemberSudiSudiCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
NotAfter string
The date on which the certificate's validity period ends.
NotBefore string
The date on which the certificate's validity period begins.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PemCertificate string
The base64 encoded certificate in PEM format.
Sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
SignatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
Subject GetAssetClusterMemberSudiSudiCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetAssetClusterMemberSudiSudiCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject GetAssetClusterMemberSudiSudiCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetAssetClusterMemberSudiSudiCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
notAfter string
The date on which the certificate's validity period ends.
notBefore string
The date on which the certificate's validity period begins.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate string
The base64 encoded certificate in PEM format.
sha256Fingerprint string
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm string
Signature algorithm, as specified in RFC 5280.
subject GetAssetClusterMemberSudiSudiCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer GetAssetClusterMemberSudiSudiCertificateIssuer
The X.509 distinguished name of the issuer of this certificate.
not_after str
The date on which the certificate's validity period ends.
not_before str
The date on which the certificate's validity period begins.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pem_certificate str
The base64 encoded certificate in PEM format.
sha256_fingerprint str
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signature_algorithm str
Signature algorithm, as specified in RFC 5280.
subject GetAssetClusterMemberSudiSudiCertificateSubject
The X.509 distinguished name of the subject of this certificate.
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.
issuer Property Map
The X.509 distinguished name of the issuer of this certificate.
notAfter String
The date on which the certificate's validity period ends.
notBefore String
The date on which the certificate's validity period begins.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pemCertificate String
The base64 encoded certificate in PEM format.
sha256Fingerprint String
The computed SHA-256 fingerprint of the certificate. Equivalent to 'openssl x509 -fingerprint -sha256'.
signatureAlgorithm String
Signature algorithm, as specified in RFC 5280.
subject Property Map
The X.509 distinguished name of the subject of this certificate.

GetAssetClusterMemberSudiSudiCertificateIssuer

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetAssetClusterMemberSudiSudiCertificateSubject

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.
CommonName string
A required component that identifies a person or an object.
Countries List<string>
Localities List<string>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits List<string>
Organizations List<string>
States List<string>
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.
CommonName string
A required component that identifies a person or an object.
Countries []string
Localities []string
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OrganizationalUnits []string
Organizations []string
States []string
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>
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.
commonName string
A required component that identifies a person or an object.
countries string[]
localities string[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits string[]
organizations string[]
states string[]
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.
common_name str
A required component that identifies a person or an object.
countries Sequence[str]
localities Sequence[str]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizational_units Sequence[str]
organizations Sequence[str]
states Sequence[str]
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.
commonName String
A required component that identifies a person or an object.
countries List<String>
localities List<String>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
organizationalUnits List<String>
organizations List<String>
states List<String>

GetAssetClusterMemberTag

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.

GetAssetClusterMemberVersionContext

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<GetAssetClusterMemberVersionContextInterestedMo>
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 GetAssetClusterMemberVersionContextRefMo
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 []GetAssetClusterMemberVersionContextInterestedMo
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 GetAssetClusterMemberVersionContextRefMo
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<GetAssetClusterMemberVersionContextInterestedMo>
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 GetAssetClusterMemberVersionContextRefMo
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 GetAssetClusterMemberVersionContextInterestedMo[]
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 GetAssetClusterMemberVersionContextRefMo
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[GetAssetClusterMemberVersionContextInterestedMo]
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 GetAssetClusterMemberVersionContextRefMo
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.

GetAssetClusterMemberVersionContextInterestedMo

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

GetAssetClusterMemberVersionContextRefMo

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.