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

intersight.getAssetTarget

Explore with Pulumi AI

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

    Target represents an entity which can be managed by Intersight. This includes physical entities like UCS and HyperFlex servers and software entities like VMware vCenter and Microsoft Azure cloud accounts.

    Using getAssetTarget

    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 getAssetTarget(args: GetAssetTargetArgs, opts?: InvokeOptions): Promise<GetAssetTargetResult>
    function getAssetTargetOutput(args: GetAssetTargetOutputArgs, opts?: InvokeOptions): Output<GetAssetTargetResult>
    def get_asset_target(account: Optional[GetAssetTargetAccount] = None,
                         account_moid: Optional[str] = None,
                         additional_properties: Optional[str] = None,
                         alarm_summary: Optional[GetAssetTargetAlarmSummary] = None,
                         ancestors: Optional[Sequence[GetAssetTargetAncestor]] = None,
                         assist: Optional[GetAssetTargetAssist] = None,
                         claimed_by_user_name: Optional[str] = None,
                         class_id: Optional[str] = None,
                         connections: Optional[Sequence[GetAssetTargetConnection]] = None,
                         connector_version: Optional[str] = None,
                         create_time: Optional[str] = None,
                         custom_permission_resources: Optional[Sequence[GetAssetTargetCustomPermissionResource]] = None,
                         domain_group_moid: Optional[str] = None,
                         external_ip_address: Optional[str] = None,
                         id: Optional[str] = None,
                         ip_addresses: Optional[Sequence[str]] = None,
                         management_location: Optional[str] = None,
                         mod_time: Optional[str] = None,
                         moid: Optional[str] = None,
                         name: Optional[str] = None,
                         object_type: Optional[str] = None,
                         owners: Optional[Sequence[str]] = None,
                         parent: Optional[GetAssetTargetParent] = None,
                         permission_resources: Optional[Sequence[GetAssetTargetPermissionResource]] = None,
                         product_ids: Optional[Sequence[str]] = None,
                         read_only: Optional[bool] = None,
                         registered_device: Optional[GetAssetTargetRegisteredDevice] = None,
                         services: Optional[Sequence[GetAssetTargetService]] = None,
                         shared_scope: Optional[str] = None,
                         status: Optional[str] = None,
                         status_error_reason: Optional[str] = None,
                         tags: Optional[Sequence[GetAssetTargetTag]] = None,
                         target_ids: Optional[Sequence[str]] = None,
                         target_type: Optional[str] = None,
                         trust_point: Optional[GetAssetTargetTrustPoint] = None,
                         vendor: Optional[str] = None,
                         version_context: Optional[GetAssetTargetVersionContext] = None,
                         workflow_info: Optional[GetAssetTargetWorkflowInfo] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAssetTargetResult
    def get_asset_target_output(account: Optional[pulumi.Input[GetAssetTargetAccountArgs]] = None,
                         account_moid: Optional[pulumi.Input[str]] = None,
                         additional_properties: Optional[pulumi.Input[str]] = None,
                         alarm_summary: Optional[pulumi.Input[GetAssetTargetAlarmSummaryArgs]] = None,
                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetAncestorArgs]]]] = None,
                         assist: Optional[pulumi.Input[GetAssetTargetAssistArgs]] = None,
                         claimed_by_user_name: Optional[pulumi.Input[str]] = None,
                         class_id: Optional[pulumi.Input[str]] = None,
                         connections: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetConnectionArgs]]]] = None,
                         connector_version: Optional[pulumi.Input[str]] = None,
                         create_time: Optional[pulumi.Input[str]] = None,
                         custom_permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetCustomPermissionResourceArgs]]]] = None,
                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                         external_ip_address: Optional[pulumi.Input[str]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         management_location: Optional[pulumi.Input[str]] = None,
                         mod_time: Optional[pulumi.Input[str]] = None,
                         moid: Optional[pulumi.Input[str]] = None,
                         name: 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[GetAssetTargetParentArgs]] = None,
                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetPermissionResourceArgs]]]] = None,
                         product_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         read_only: Optional[pulumi.Input[bool]] = None,
                         registered_device: Optional[pulumi.Input[GetAssetTargetRegisteredDeviceArgs]] = None,
                         services: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetServiceArgs]]]] = None,
                         shared_scope: Optional[pulumi.Input[str]] = None,
                         status: Optional[pulumi.Input[str]] = None,
                         status_error_reason: Optional[pulumi.Input[str]] = None,
                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetTargetTagArgs]]]] = None,
                         target_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         target_type: Optional[pulumi.Input[str]] = None,
                         trust_point: Optional[pulumi.Input[GetAssetTargetTrustPointArgs]] = None,
                         vendor: Optional[pulumi.Input[str]] = None,
                         version_context: Optional[pulumi.Input[GetAssetTargetVersionContextArgs]] = None,
                         workflow_info: Optional[pulumi.Input[GetAssetTargetWorkflowInfoArgs]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAssetTargetResult]
    func LookupAssetTarget(ctx *Context, args *LookupAssetTargetArgs, opts ...InvokeOption) (*LookupAssetTargetResult, error)
    func LookupAssetTargetOutput(ctx *Context, args *LookupAssetTargetOutputArgs, opts ...InvokeOption) LookupAssetTargetResultOutput

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

    public static class GetAssetTarget 
    {
        public static Task<GetAssetTargetResult> InvokeAsync(GetAssetTargetArgs args, InvokeOptions? opts = null)
        public static Output<GetAssetTargetResult> Invoke(GetAssetTargetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAssetTargetResult> getAssetTarget(GetAssetTargetArgs args, InvokeOptions options)
    public static Output<GetAssetTargetResult> getAssetTarget(GetAssetTargetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getAssetTarget:getAssetTarget
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Account GetAssetTargetAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetAssetTargetAlarmSummary
    Ancestors List<GetAssetTargetAncestor>
    Assist GetAssetTargetAssist
    ClaimedByUserName string
    The name or email id of the user who claimed the target.
    ClassId string
    Connections List<GetAssetTargetConnection>
    ConnectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources List<GetAssetTargetCustomPermissionResource>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    Id string
    IpAddresses List<string>
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    Owners List<string>
    Parent GetAssetTargetParent
    PermissionResources List<GetAssetTargetPermissionResource>
    ProductIds List<string>
    ReadOnly bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevice GetAssetTargetRegisteredDevice
    Services List<GetAssetTargetService>
    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.
    Status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    StatusErrorReason string
    StatusErrorReason provides additional context for the Status.
    Tags List<GetAssetTargetTag>
    TargetIds List<string>
    TargetType string
    TrustPoint GetAssetTargetTrustPoint
    Vendor string
    The vendor of the managed target.
    VersionContext GetAssetTargetVersionContext
    WorkflowInfo GetAssetTargetWorkflowInfo
    Account GetAssetTargetAccount
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlarmSummary GetAssetTargetAlarmSummary
    Ancestors []GetAssetTargetAncestor
    Assist GetAssetTargetAssist
    ClaimedByUserName string
    The name or email id of the user who claimed the target.
    ClassId string
    Connections []GetAssetTargetConnection
    ConnectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources []GetAssetTargetCustomPermissionResource
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    Id string
    IpAddresses []string
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    Owners []string
    Parent GetAssetTargetParent
    PermissionResources []GetAssetTargetPermissionResource
    ProductIds []string
    ReadOnly bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevice GetAssetTargetRegisteredDevice
    Services []GetAssetTargetService
    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.
    Status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    StatusErrorReason string
    StatusErrorReason provides additional context for the Status.
    Tags []GetAssetTargetTag
    TargetIds []string
    TargetType string
    TrustPoint GetAssetTargetTrustPoint
    Vendor string
    The vendor of the managed target.
    VersionContext GetAssetTargetVersionContext
    WorkflowInfo GetAssetTargetWorkflowInfo
    account GetAssetTargetAccount
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary GetAssetTargetAlarmSummary
    ancestors List<GetAssetTargetAncestor>
    assist GetAssetTargetAssist
    claimedByUserName String
    The name or email id of the user who claimed the target.
    classId String
    connections List<GetAssetTargetConnection>
    connectorVersion String
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<GetAssetTargetCustomPermissionResource>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalIpAddress String
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    id String
    ipAddresses List<String>
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    owners List<String>
    parent GetAssetTargetParent
    permissionResources List<GetAssetTargetPermissionResource>
    productIds List<String>
    readOnly Boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevice GetAssetTargetRegisteredDevice
    services List<GetAssetTargetService>
    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.
    status String
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason String
    StatusErrorReason provides additional context for the Status.
    tags List<GetAssetTargetTag>
    targetIds List<String>
    targetType String
    trustPoint GetAssetTargetTrustPoint
    vendor String
    The vendor of the managed target.
    versionContext GetAssetTargetVersionContext
    workflowInfo GetAssetTargetWorkflowInfo
    account GetAssetTargetAccount
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alarmSummary GetAssetTargetAlarmSummary
    ancestors GetAssetTargetAncestor[]
    assist GetAssetTargetAssist
    claimedByUserName string
    The name or email id of the user who claimed the target.
    classId string
    connections GetAssetTargetConnection[]
    connectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime string
    The time when this managed object was created.
    customPermissionResources GetAssetTargetCustomPermissionResource[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    externalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    id string
    ipAddresses string[]
    managementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the managed target.
    objectType string
    owners string[]
    parent GetAssetTargetParent
    permissionResources GetAssetTargetPermissionResource[]
    productIds string[]
    readOnly boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevice GetAssetTargetRegisteredDevice
    services GetAssetTargetService[]
    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.
    status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason string
    StatusErrorReason provides additional context for the Status.
    tags GetAssetTargetTag[]
    targetIds string[]
    targetType string
    trustPoint GetAssetTargetTrustPoint
    vendor string
    The vendor of the managed target.
    versionContext GetAssetTargetVersionContext
    workflowInfo GetAssetTargetWorkflowInfo
    account GetAssetTargetAccount
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alarm_summary GetAssetTargetAlarmSummary
    ancestors Sequence[GetAssetTargetAncestor]
    assist GetAssetTargetAssist
    claimed_by_user_name str
    The name or email id of the user who claimed the target.
    class_id str
    connections Sequence[GetAssetTargetConnection]
    connector_version str
    The Device Connector version for target types which are managed by via embedded Device Connector.
    create_time str
    The time when this managed object was created.
    custom_permission_resources Sequence[GetAssetTargetCustomPermissionResource]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    external_ip_address str
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    id str
    ip_addresses Sequence[str]
    management_location str
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user provided name for the managed target.
    object_type str
    owners Sequence[str]
    parent GetAssetTargetParent
    permission_resources Sequence[GetAssetTargetPermissionResource]
    product_ids Sequence[str]
    read_only bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registered_device GetAssetTargetRegisteredDevice
    services Sequence[GetAssetTargetService]
    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.
    status str
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    status_error_reason str
    StatusErrorReason provides additional context for the Status.
    tags Sequence[GetAssetTargetTag]
    target_ids Sequence[str]
    target_type str
    trust_point GetAssetTargetTrustPoint
    vendor str
    The vendor of the managed target.
    version_context GetAssetTargetVersionContext
    workflow_info GetAssetTargetWorkflowInfo
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    assist Property Map
    claimedByUserName String
    The name or email id of the user who claimed the target.
    classId String
    connections List<Property Map>
    connectorVersion String
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalIpAddress String
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    id String
    ipAddresses List<String>
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    productIds List<String>
    readOnly Boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevice Property Map
    services List<Property Map>
    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.
    status String
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason String
    StatusErrorReason provides additional context for the Status.
    tags List<Property Map>
    targetIds List<String>
    targetType String
    trustPoint Property Map
    vendor String
    The vendor of the managed target.
    versionContext Property Map
    workflowInfo Property Map

    getAssetTarget Result

    The following output properties are available:

    Id string
    Results List<GetAssetTargetResult>
    Account GetAssetTargetAccount
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetAssetTargetAlarmSummary
    Ancestors List<GetAssetTargetAncestor>
    Assist GetAssetTargetAssist
    ClaimedByUserName string
    ClassId string
    Connections List<GetAssetTargetConnection>
    ConnectorVersion string
    CreateTime string
    CustomPermissionResources List<GetAssetTargetCustomPermissionResource>
    DomainGroupMoid string
    ExternalIpAddress string
    IpAddresses List<string>
    ManagementLocation string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetAssetTargetParent
    PermissionResources List<GetAssetTargetPermissionResource>
    ProductIds List<string>
    ReadOnly bool
    RegisteredDevice GetAssetTargetRegisteredDevice
    Services List<GetAssetTargetService>
    SharedScope string
    Status string
    StatusErrorReason string
    Tags List<GetAssetTargetTag>
    TargetIds List<string>
    TargetType string
    TrustPoint GetAssetTargetTrustPoint
    Vendor string
    VersionContext GetAssetTargetVersionContext
    WorkflowInfo GetAssetTargetWorkflowInfo
    Id string
    Results []GetAssetTargetResult
    Account GetAssetTargetAccount
    AccountMoid string
    AdditionalProperties string
    AlarmSummary GetAssetTargetAlarmSummary
    Ancestors []GetAssetTargetAncestor
    Assist GetAssetTargetAssist
    ClaimedByUserName string
    ClassId string
    Connections []GetAssetTargetConnection
    ConnectorVersion string
    CreateTime string
    CustomPermissionResources []GetAssetTargetCustomPermissionResource
    DomainGroupMoid string
    ExternalIpAddress string
    IpAddresses []string
    ManagementLocation string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetAssetTargetParent
    PermissionResources []GetAssetTargetPermissionResource
    ProductIds []string
    ReadOnly bool
    RegisteredDevice GetAssetTargetRegisteredDevice
    Services []GetAssetTargetService
    SharedScope string
    Status string
    StatusErrorReason string
    Tags []GetAssetTargetTag
    TargetIds []string
    TargetType string
    TrustPoint GetAssetTargetTrustPoint
    Vendor string
    VersionContext GetAssetTargetVersionContext
    WorkflowInfo GetAssetTargetWorkflowInfo
    id String
    results List<GetAssetTargetResult>
    account GetAssetTargetAccount
    accountMoid String
    additionalProperties String
    alarmSummary GetAssetTargetAlarmSummary
    ancestors List<GetAssetTargetAncestor>
    assist GetAssetTargetAssist
    claimedByUserName String
    classId String
    connections List<GetAssetTargetConnection>
    connectorVersion String
    createTime String
    customPermissionResources List<GetAssetTargetCustomPermissionResource>
    domainGroupMoid String
    externalIpAddress String
    ipAddresses List<String>
    managementLocation String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetAssetTargetParent
    permissionResources List<GetAssetTargetPermissionResource>
    productIds List<String>
    readOnly Boolean
    registeredDevice GetAssetTargetRegisteredDevice
    services List<GetAssetTargetService>
    sharedScope String
    status String
    statusErrorReason String
    tags List<GetAssetTargetTag>
    targetIds List<String>
    targetType String
    trustPoint GetAssetTargetTrustPoint
    vendor String
    versionContext GetAssetTargetVersionContext
    workflowInfo GetAssetTargetWorkflowInfo
    id string
    results GetAssetTargetResult[]
    account GetAssetTargetAccount
    accountMoid string
    additionalProperties string
    alarmSummary GetAssetTargetAlarmSummary
    ancestors GetAssetTargetAncestor[]
    assist GetAssetTargetAssist
    claimedByUserName string
    classId string
    connections GetAssetTargetConnection[]
    connectorVersion string
    createTime string
    customPermissionResources GetAssetTargetCustomPermissionResource[]
    domainGroupMoid string
    externalIpAddress string
    ipAddresses string[]
    managementLocation string
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetAssetTargetParent
    permissionResources GetAssetTargetPermissionResource[]
    productIds string[]
    readOnly boolean
    registeredDevice GetAssetTargetRegisteredDevice
    services GetAssetTargetService[]
    sharedScope string
    status string
    statusErrorReason string
    tags GetAssetTargetTag[]
    targetIds string[]
    targetType string
    trustPoint GetAssetTargetTrustPoint
    vendor string
    versionContext GetAssetTargetVersionContext
    workflowInfo GetAssetTargetWorkflowInfo
    id str
    results Sequence[GetAssetTargetResult]
    account GetAssetTargetAccount
    account_moid str
    additional_properties str
    alarm_summary GetAssetTargetAlarmSummary
    ancestors Sequence[GetAssetTargetAncestor]
    assist GetAssetTargetAssist
    claimed_by_user_name str
    class_id str
    connections Sequence[GetAssetTargetConnection]
    connector_version str
    create_time str
    custom_permission_resources Sequence[GetAssetTargetCustomPermissionResource]
    domain_group_moid str
    external_ip_address str
    ip_addresses Sequence[str]
    management_location str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetAssetTargetParent
    permission_resources Sequence[GetAssetTargetPermissionResource]
    product_ids Sequence[str]
    read_only bool
    registered_device GetAssetTargetRegisteredDevice
    services Sequence[GetAssetTargetService]
    shared_scope str
    status str
    status_error_reason str
    tags Sequence[GetAssetTargetTag]
    target_ids Sequence[str]
    target_type str
    trust_point GetAssetTargetTrustPoint
    vendor str
    version_context GetAssetTargetVersionContext
    workflow_info GetAssetTargetWorkflowInfo
    id String
    results List<Property Map>
    account Property Map
    accountMoid String
    additionalProperties String
    alarmSummary Property Map
    ancestors List<Property Map>
    assist Property Map
    claimedByUserName String
    classId String
    connections List<Property Map>
    connectorVersion String
    createTime String
    customPermissionResources List<Property Map>
    domainGroupMoid String
    externalIpAddress String
    ipAddresses List<String>
    managementLocation String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    productIds List<String>
    readOnly Boolean
    registeredDevice Property Map
    services List<Property Map>
    sharedScope String
    status String
    statusErrorReason String
    tags List<Property Map>
    targetIds List<String>
    targetType String
    trustPoint Property Map
    vendor String
    versionContext Property Map
    workflowInfo Property Map

    Supporting Types

    GetAssetTargetAccount

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetAlarmSummary

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical double
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info double
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical double
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo double
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning double
    The count of active suppressed alarms that have severity type Warning.
    Warning double
    The count of active alarms that have severity type Warning.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Critical float64
    The count of active alarms that have severity type Critical.
    Health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    Info float64
    The count of active alarms that have severity type Info.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SuppressedCritical float64
    The count of active suppressed alarms that have severity type Critical.
    SuppressedInfo float64
    The count of active suppressed alarms that have severity type Info.
    SuppressedWarning float64
    The count of active suppressed alarms that have severity type Warning.
    Warning float64
    The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Double
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Double
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Double
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Double
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Double
    The count of active suppressed alarms that have severity type Warning.
    warning Double
    The count of active alarms that have severity type Warning.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical number
    The count of active alarms that have severity type Critical.
    health string
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info number
    The count of active alarms that have severity type Info.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning number
    The count of active suppressed alarms that have severity type Warning.
    warning number
    The count of active alarms that have severity type Warning.
    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.
    critical float
    The count of active alarms that have severity type Critical.
    health str
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info float
    The count of active alarms that have severity type Info.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressed_critical float
    The count of active suppressed alarms that have severity type Critical.
    suppressed_info float
    The count of active suppressed alarms that have severity type Info.
    suppressed_warning float
    The count of active suppressed alarms that have severity type Warning.
    warning float
    The count of active alarms that have severity type Warning.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    critical Number
    The count of active alarms that have severity type Critical.
    health String
    Health of the managed end point. The highest severity computed from alarmSummary property is set as the health.

    • Healthy - The Enum value represents that the entity is healthy.
    • Warning - The Enum value Warning represents that the entity has one or more active warnings on it.
    • Critical - The Enum value Critical represents that the entity is in a critical state.
    info Number
    The count of active alarms that have severity type Info.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    suppressedCritical Number
    The count of active suppressed alarms that have severity type Critical.
    suppressedInfo Number
    The count of active suppressed alarms that have severity type Info.
    suppressedWarning Number
    The count of active suppressed alarms that have severity type Warning.
    warning Number
    The count of active alarms that have severity type Warning.

    GetAssetTargetAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetAssist

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetConnection

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Credential GetAssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Credential GetAssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    credential GetAssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    credential GetAssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    credential GetAssetTargetConnectionCredential
    The credential to be used to authenticate with the managed target.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    credential Property Map
    The credential to be used to authenticate with the managed target.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetAssetTargetConnectionCredential

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetAssetTargetCustomPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetRegisteredDevice

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetAssetTargetResultAccount>
    AdditionalProperties string
    AlarmSummaries List<GetAssetTargetResultAlarmSummary>
    Ancestors List<GetAssetTargetResultAncestor>
    Assists List<GetAssetTargetResultAssist>
    ClaimedByUserName string
    The name or email id of the user who claimed the target.
    ClassId string
    Connections List<GetAssetTargetResultConnection>
    ConnectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources List<GetAssetTargetResultCustomPermissionResource>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses List<string>
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    Owners List<string>
    Parents List<GetAssetTargetResultParent>
    PermissionResources List<GetAssetTargetResultPermissionResource>
    ProductIds List<string>
    ReadOnly bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices List<GetAssetTargetResultRegisteredDevice>
    Services List<GetAssetTargetResultService>
    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.
    Status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    StatusErrorReason string
    StatusErrorReason provides additional context for the Status.
    Tags List<GetAssetTargetResultTag>
    TargetIds List<string>
    TargetType string
    TrustPoints List<GetAssetTargetResultTrustPoint>
    Vendor string
    The vendor of the managed target.
    VersionContexts List<GetAssetTargetResultVersionContext>
    WorkflowInfos List<GetAssetTargetResultWorkflowInfo>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetAssetTargetResultAccount
    AdditionalProperties string
    AlarmSummaries []GetAssetTargetResultAlarmSummary
    Ancestors []GetAssetTargetResultAncestor
    Assists []GetAssetTargetResultAssist
    ClaimedByUserName string
    The name or email id of the user who claimed the target.
    ClassId string
    Connections []GetAssetTargetResultConnection
    ConnectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    CreateTime string
    The time when this managed object was created.
    CustomPermissionResources []GetAssetTargetResultCustomPermissionResource
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExternalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    IpAddresses []string
    ManagementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    A user provided name for the managed target.
    ObjectType string
    Owners []string
    Parents []GetAssetTargetResultParent
    PermissionResources []GetAssetTargetResultPermissionResource
    ProductIds []string
    ReadOnly bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    RegisteredDevices []GetAssetTargetResultRegisteredDevice
    Services []GetAssetTargetResultService
    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.
    Status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    StatusErrorReason string
    StatusErrorReason provides additional context for the Status.
    Tags []GetAssetTargetResultTag
    TargetIds []string
    TargetType string
    TrustPoints []GetAssetTargetResultTrustPoint
    Vendor string
    The vendor of the managed target.
    VersionContexts []GetAssetTargetResultVersionContext
    WorkflowInfos []GetAssetTargetResultWorkflowInfo
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetAssetTargetResultAccount>
    additionalProperties String
    alarmSummaries List<GetAssetTargetResultAlarmSummary>
    ancestors List<GetAssetTargetResultAncestor>
    assists List<GetAssetTargetResultAssist>
    claimedByUserName String
    The name or email id of the user who claimed the target.
    classId String
    connections List<GetAssetTargetResultConnection>
    connectorVersion String
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<GetAssetTargetResultCustomPermissionResource>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalIpAddress String
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    owners List<String>
    parents List<GetAssetTargetResultParent>
    permissionResources List<GetAssetTargetResultPermissionResource>
    productIds List<String>
    readOnly Boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<GetAssetTargetResultRegisteredDevice>
    services List<GetAssetTargetResultService>
    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.
    status String
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason String
    StatusErrorReason provides additional context for the Status.
    tags List<GetAssetTargetResultTag>
    targetIds List<String>
    targetType String
    trustPoints List<GetAssetTargetResultTrustPoint>
    vendor String
    The vendor of the managed target.
    versionContexts List<GetAssetTargetResultVersionContext>
    workflowInfos List<GetAssetTargetResultWorkflowInfo>
    accountMoid string
    The Account ID for this managed object.
    accounts GetAssetTargetResultAccount[]
    additionalProperties string
    alarmSummaries GetAssetTargetResultAlarmSummary[]
    ancestors GetAssetTargetResultAncestor[]
    assists GetAssetTargetResultAssist[]
    claimedByUserName string
    The name or email id of the user who claimed the target.
    classId string
    connections GetAssetTargetResultConnection[]
    connectorVersion string
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime string
    The time when this managed object was created.
    customPermissionResources GetAssetTargetResultCustomPermissionResource[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    externalIpAddress string
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses string[]
    managementLocation string
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    A user provided name for the managed target.
    objectType string
    owners string[]
    parents GetAssetTargetResultParent[]
    permissionResources GetAssetTargetResultPermissionResource[]
    productIds string[]
    readOnly boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices GetAssetTargetResultRegisteredDevice[]
    services GetAssetTargetResultService[]
    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.
    status string
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason string
    StatusErrorReason provides additional context for the Status.
    tags GetAssetTargetResultTag[]
    targetIds string[]
    targetType string
    trustPoints GetAssetTargetResultTrustPoint[]
    vendor string
    The vendor of the managed target.
    versionContexts GetAssetTargetResultVersionContext[]
    workflowInfos GetAssetTargetResultWorkflowInfo[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetAssetTargetResultAccount]
    additional_properties str
    alarm_summaries Sequence[GetAssetTargetResultAlarmSummary]
    ancestors Sequence[GetAssetTargetResultAncestor]
    assists Sequence[GetAssetTargetResultAssist]
    claimed_by_user_name str
    The name or email id of the user who claimed the target.
    class_id str
    connections Sequence[GetAssetTargetResultConnection]
    connector_version str
    The Device Connector version for target types which are managed by via embedded Device Connector.
    create_time str
    The time when this managed object was created.
    custom_permission_resources Sequence[GetAssetTargetResultCustomPermissionResource]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    external_ip_address str
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ip_addresses Sequence[str]
    management_location str
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    A user provided name for the managed target.
    object_type str
    owners Sequence[str]
    parents Sequence[GetAssetTargetResultParent]
    permission_resources Sequence[GetAssetTargetResultPermissionResource]
    product_ids Sequence[str]
    read_only bool
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registered_devices Sequence[GetAssetTargetResultRegisteredDevice]
    services Sequence[GetAssetTargetResultService]
    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.
    status str
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    status_error_reason str
    StatusErrorReason provides additional context for the Status.
    tags Sequence[GetAssetTargetResultTag]
    target_ids Sequence[str]
    target_type str
    trust_points Sequence[GetAssetTargetResultTrustPoint]
    vendor str
    The vendor of the managed target.
    version_contexts Sequence[GetAssetTargetResultVersionContext]
    workflow_infos Sequence[GetAssetTargetResultWorkflowInfo]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    additionalProperties String
    alarmSummaries List<Property Map>
    ancestors List<Property Map>
    assists List<Property Map>
    claimedByUserName String
    The name or email id of the user who claimed the target.
    classId String
    connections List<Property Map>
    connectorVersion String
    The Device Connector version for target types which are managed by via embedded Device Connector.
    createTime String
    The time when this managed object was created.
    customPermissionResources List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    externalIpAddress String
    ExternalIpAddress is applicable for targets which are managed via an Intersight Device Connector. The value is the IP Address of the target as seen from Intersight. It is either the IP Address of the managed target's interface which has a route to the internet or a NAT IP Address when the target is deployed in a private network.
    ipAddresses List<String>
    managementLocation String
    The location from which Intersight manages the target.* Unknown - The management mechanism is not detected. Unknown is used as a default by the implementation and is not an allowed user input.* Intersight - Management of a target is performed directly from Intersight. Network connections are established from Intersight to a management interface of the Target and authenticated using user provided credentials.* IntersightAssist - Management of a target is performed via a selected Intersight Assist. Network connections are established from the Intersight Assist to a management interface of the Target.* DeviceConnector - An Intersight Device Connector running within the Target establishes a connection to Intersight and management of the target is performed via this connection.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    A user provided name for the managed target.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    productIds List<String>
    readOnly Boolean
    For targets which are managed by an embedded Intersight Device Connector, this field indicates that an administrator of the target has disabled management operations of the Device Connector and only monitoring is permitted.
    registeredDevices List<Property Map>
    services List<Property Map>
    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.
    status String
    Status indicates if Intersight can establish a connection and authenticate with the managed target. Status does not include information about the functional health of the target.* `` - 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.
    statusErrorReason String
    StatusErrorReason provides additional context for the Status.
    tags List<Property Map>
    targetIds List<String>
    targetType String
    trustPoints List<Property Map>
    vendor String
    The vendor of the managed target.
    versionContexts List<Property Map>
    workflowInfos List<Property Map>

    GetAssetTargetResultAccount

    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

    GetAssetTargetResultAlarmSummary

    AdditionalProperties string
    ClassId string
    Critical float64
    Health string
    Info float64
    ObjectType string
    SuppressedCritical float64
    SuppressedInfo float64
    SuppressedWarning float64
    Warning float64

    GetAssetTargetResultAncestor

    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

    GetAssetTargetResultAssist

    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

    GetAssetTargetResultConnection

    GetAssetTargetResultConnectionCredential

    GetAssetTargetResultCustomPermissionResource

    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

    GetAssetTargetResultParent

    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

    GetAssetTargetResultPermissionResource

    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

    GetAssetTargetResultRegisteredDevice

    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

    GetAssetTargetResultService

    GetAssetTargetResultServiceOption

    GetAssetTargetResultTag

    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

    GetAssetTargetResultTrustPoint

    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

    GetAssetTargetResultVersionContext

    GetAssetTargetResultVersionContextInterestedMo

    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

    GetAssetTargetResultVersionContextRefMo

    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

    GetAssetTargetResultWorkflowInfo

    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

    GetAssetTargetService

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Options GetAssetTargetServiceOptions
    Captures configuration that is specific to a target type for a specific service.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Options GetAssetTargetServiceOptions
    Captures configuration that is specific to a target type for a specific service.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options GetAssetTargetServiceOptions
    Captures configuration that is specific to a target type for a specific service.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options GetAssetTargetServiceOptions
    Captures configuration that is specific to a target type for a specific service.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options GetAssetTargetServiceOptions
    Captures configuration that is specific to a target type for a specific service.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    options Property Map
    Captures configuration that is specific to a target type for a specific service.

    GetAssetTargetServiceOptions

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.

    GetAssetTargetTag

    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.

    GetAssetTargetTrustPoint

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetAssetTargetVersionContextInterestedMo>
    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 GetAssetTargetVersionContextRefMo
    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 []GetAssetTargetVersionContextInterestedMo
    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 GetAssetTargetVersionContextRefMo
    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<GetAssetTargetVersionContextInterestedMo>
    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 GetAssetTargetVersionContextRefMo
    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 GetAssetTargetVersionContextInterestedMo[]
    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 GetAssetTargetVersionContextRefMo
    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[GetAssetTargetVersionContextInterestedMo]
    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 GetAssetTargetVersionContextRefMo
    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.

    GetAssetTargetVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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'.

    GetAssetTargetWorkflowInfo

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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