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

intersight.getAssetClusterMember

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    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>
    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]
    func LookupAssetClusterMember(ctx *Context, args *LookupAssetClusterMemberArgs, opts ...InvokeOption) (*LookupAssetClusterMemberResult, error)
    func LookupAssetClusterMemberOutput(ctx *Context, args *LookupAssetClusterMemberOutputArgs, opts ...InvokeOption) LookupAssetClusterMemberResultOutput

    > 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)
    }
    public static CompletableFuture<GetAssetClusterMemberResult> getAssetClusterMember(GetAssetClusterMemberArgs args, InvokeOptions options)
    public static Output<GetAssetClusterMemberResult> getAssetClusterMember(GetAssetClusterMemberArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getAssetClusterMember:getAssetClusterMember
      arguments:
        # arguments dictionary

    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 string
    results GetAssetClusterMemberResult[]
    accountMoid string
    additionalProperties string
    ancestors GetAssetClusterMemberAncestor[]
    apiVersion number
    appPartitionNumber number
    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 string[]
    parent GetAssetClusterMemberParent
    parentClusterMemberIdentity string
    permissionResources GetAssetClusterMemberPermissionResource[]
    proxyApp string
    sharedScope string
    sudi GetAssetClusterMemberSudi
    tags 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 string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetAssetClusterMemberResultAncestor>
    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.
    ConnectionFlapStatuses List<GetAssetClusterMemberResultConnectionFlapStatus>
    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.
    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.
    Devices List<GetAssetClusterMemberResultDevice>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    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>
    ParentClusterMemberIdentity string
    The member idenity of the cluster member through which this device is connected if applicable.
    Parents List<GetAssetClusterMemberResultParent>
    PermissionResources List<GetAssetClusterMemberResultPermissionResource>
    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.
    Sudis List<GetAssetClusterMemberResultSudi>
    Tags List<GetAssetClusterMemberResultTag>
    VersionContexts List<GetAssetClusterMemberResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetAssetClusterMemberResultAncestor
    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.
    ConnectionFlapStatuses []GetAssetClusterMemberResultConnectionFlapStatus
    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.
    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.
    Devices []GetAssetClusterMemberResultDevice
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    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
    ParentClusterMemberIdentity string
    The member idenity of the cluster member through which this device is connected if applicable.
    Parents []GetAssetClusterMemberResultParent
    PermissionResources []GetAssetClusterMemberResultPermissionResource
    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.
    Sudis []GetAssetClusterMemberResultSudi
    Tags []GetAssetClusterMemberResultTag
    VersionContexts []GetAssetClusterMemberResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetAssetClusterMemberResultAncestor>
    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.
    connectionFlapStatuses List<GetAssetClusterMemberResultConnectionFlapStatus>
    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.
    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.
    devices List<GetAssetClusterMemberResultDevice>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    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>
    parentClusterMemberIdentity String
    The member idenity of the cluster member through which this device is connected if applicable.
    parents List<GetAssetClusterMemberResultParent>
    permissionResources List<GetAssetClusterMemberResultPermissionResource>
    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.
    sudis List<GetAssetClusterMemberResultSudi>
    tags List<GetAssetClusterMemberResultTag>
    versionContexts List<GetAssetClusterMemberResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetAssetClusterMemberResultAncestor[]
    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.
    connectionFlapStatuses GetAssetClusterMemberResultConnectionFlapStatus[]
    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.
    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.
    devices GetAssetClusterMemberResultDevice[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    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[]
    parentClusterMemberIdentity string
    The member idenity of the cluster member through which this device is connected if applicable.
    parents GetAssetClusterMemberResultParent[]
    permissionResources GetAssetClusterMemberResultPermissionResource[]
    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.
    sudis GetAssetClusterMemberResultSudi[]
    tags GetAssetClusterMemberResultTag[]
    versionContexts GetAssetClusterMemberResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetAssetClusterMemberResultAncestor]
    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_statuses Sequence[GetAssetClusterMemberResultConnectionFlapStatus]
    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_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.
    devices Sequence[GetAssetClusterMemberResultDevice]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    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_cluster_member_identity str
    The member idenity of the cluster member through which this device is connected if applicable.
    parents Sequence[GetAssetClusterMemberResultParent]
    permission_resources Sequence[GetAssetClusterMemberResultPermissionResource]
    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.
    sudis Sequence[GetAssetClusterMemberResultSudi]
    tags Sequence[GetAssetClusterMemberResultTag]
    version_contexts Sequence[GetAssetClusterMemberResultVersionContext]
    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.
    connectionFlapStatuses List<Property Map>
    connectionId String
    The unique identifier for the current connection. The identifier persists across network connectivity loss and is reset on device connector process restart or platform administrator toggle of the Intersight connectivity. The connectionId can be used by services that need to interact with stateful plugins running in the device connector process. For example if a service schedules an inventory in a devices job scheduler plugin at registration it is not necessary to reschedule the job if the device loses network connectivity due to an Intersight service upgrade or intermittent network issues in the devices datacenter.
    connectionReason String
    If 'connectionStatus' is not equal to Connected, connectionReason provides further details about why the device is not connected with Intersight.
    connectionStatus String
    The status of the persistent connection between the device connector and Intersight.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
    connectionStatusLastChangeTime String
    The last time at which the 'connectionStatus' property value changed. If connectionStatus is Connected, this time can be interpreted as the starting time since which a persistent connection has been maintained between Intersight and Device Connector. If connectionStatus is NotConnected, this time can be interpreted as the last time the device connector was connected with Intersight.
    connectorVersion String
    The version of the device connector running on the managed device.
    createTime String
    The time when this managed object was created.
    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.
    devices List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    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>
    parentClusterMemberIdentity String
    The member idenity of the cluster member through which this device is connected if applicable.
    parents List<Property Map>
    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.
    sudis List<Property Map>
    tags List<Property Map>
    versionContexts List<Property Map>

    GetAssetClusterMemberResultAncestor

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

    GetAssetClusterMemberResultConnectionFlapStatus

    GetAssetClusterMemberResultDevice

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

    GetAssetClusterMemberResultParent

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

    GetAssetClusterMemberResultPermissionResource

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

    GetAssetClusterMemberResultSudi

    GetAssetClusterMemberResultSudiSudiCertificate

    GetAssetClusterMemberResultSudiSudiCertificateIssuer

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

    GetAssetClusterMemberResultSudiSudiCertificateSubject

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

    GetAssetClusterMemberResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetAssetClusterMemberResultVersionContext

    GetAssetClusterMemberResultVersionContextInterestedMo

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

    GetAssetClusterMemberResultVersionContextRefMo

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

    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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet