intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getAssetTarget
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- Account
GetAsset Target Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetAsset Target Alarm Summary 
- Ancestors
List<GetAsset Target Ancestor> 
- Assist
GetAsset Target Assist 
- ClaimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- ClassId string
- Connections
List<GetAsset Target Connection> 
- 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.
- CustomPermission List<GetResources Asset Target Custom Permission Resource> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExternalIp stringAddress 
- 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
GetAsset Target Parent 
- PermissionResources List<GetAsset Target Permission Resource> 
- 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 GetAsset Target Registered Device 
- Services
List<GetAsset Target Service> 
- 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.
- StatusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
List<GetAsset Target Tag> 
- TargetIds List<string>
- TargetType string
- TrustPoint GetAsset Target Trust Point 
- Vendor string
- The vendor of the managed target.
- VersionContext GetAsset Target Version Context 
- WorkflowInfo GetAsset Target Workflow Info 
- Account
GetAsset Target Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmSummary GetAsset Target Alarm Summary 
- Ancestors
[]GetAsset Target Ancestor 
- Assist
GetAsset Target Assist 
- ClaimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- ClassId string
- Connections
[]GetAsset Target Connection 
- 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.
- CustomPermission []GetResources Asset Target Custom Permission Resource 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExternalIp stringAddress 
- 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
GetAsset Target Parent 
- PermissionResources []GetAsset Target Permission Resource 
- 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 GetAsset Target Registered Device 
- Services
[]GetAsset Target Service 
- 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.
- StatusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
[]GetAsset Target Tag 
- TargetIds []string
- TargetType string
- TrustPoint GetAsset Target Trust Point 
- Vendor string
- The vendor of the managed target.
- VersionContext GetAsset Target Version Context 
- WorkflowInfo GetAsset Target Workflow Info 
- account
GetAsset Target Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary GetAsset Target Alarm Summary 
- ancestors
List<GetAsset Target Ancestor> 
- assist
GetAsset Target Assist 
- claimedBy StringUser Name 
- The name or email id of the user who claimed the target.
- classId String
- connections
List<GetAsset Target Connection> 
- 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.
- customPermission List<GetResources Asset Target Custom Permission Resource> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- externalIp StringAddress 
- 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
GetAsset Target Parent 
- permissionResources List<GetAsset Target Permission Resource> 
- 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 GetAsset Target Registered Device 
- services
List<GetAsset Target Service> 
- 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.
- statusError StringReason 
- StatusErrorReason provides additional context for the Status.
- 
List<GetAsset Target Tag> 
- targetIds List<String>
- targetType String
- trustPoint GetAsset Target Trust Point 
- vendor String
- The vendor of the managed target.
- versionContext GetAsset Target Version Context 
- workflowInfo GetAsset Target Workflow Info 
- account
GetAsset Target Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmSummary GetAsset Target Alarm Summary 
- ancestors
GetAsset Target Ancestor[] 
- assist
GetAsset Target Assist 
- claimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- classId string
- connections
GetAsset Target Connection[] 
- 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.
- customPermission GetResources Asset Target Custom Permission Resource[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- externalIp stringAddress 
- 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
GetAsset Target Parent 
- permissionResources GetAsset Target Permission Resource[] 
- 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 GetAsset Target Registered Device 
- services
GetAsset Target Service[] 
- 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.
- statusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
GetAsset Target Tag[] 
- targetIds string[]
- targetType string
- trustPoint GetAsset Target Trust Point 
- vendor string
- The vendor of the managed target.
- versionContext GetAsset Target Version Context 
- workflowInfo GetAsset Target Workflow Info 
- account
GetAsset Target Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_summary GetAsset Target Alarm Summary 
- ancestors
Sequence[GetAsset Target Ancestor] 
- assist
GetAsset Target Assist 
- claimed_by_ struser_ name 
- The name or email id of the user who claimed the target.
- class_id str
- connections
Sequence[GetAsset Target Connection] 
- 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_ Sequence[Getresources Asset Target Custom Permission Resource] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- external_ip_ straddress 
- 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
GetAsset Target Parent 
- permission_resources Sequence[GetAsset Target Permission Resource] 
- 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 GetAsset Target Registered Device 
- services
Sequence[GetAsset Target Service] 
- 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_ strreason 
- StatusErrorReason provides additional context for the Status.
- 
Sequence[GetAsset Target Tag] 
- target_ids Sequence[str]
- target_type str
- trust_point GetAsset Target Trust Point 
- vendor str
- The vendor of the managed target.
- version_context GetAsset Target Version Context 
- workflow_info GetAsset Target Workflow Info 
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- assist Property Map
- claimedBy StringUser Name 
- 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.
- customPermission List<Property Map>Resources 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- externalIp StringAddress 
- 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>
- 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.
- statusError StringReason 
- StatusErrorReason provides additional context for the Status.
- 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<GetAsset Target Result> 
- Account
GetAsset Target Account 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetAsset Target Alarm Summary 
- Ancestors
List<GetAsset Target Ancestor> 
- Assist
GetAsset Target Assist 
- ClaimedBy stringUser Name 
- ClassId string
- Connections
List<GetAsset Target Connection> 
- ConnectorVersion string
- CreateTime string
- CustomPermission List<GetResources Asset Target Custom Permission Resource> 
- DomainGroup stringMoid 
- ExternalIp stringAddress 
- IpAddresses List<string>
- ManagementLocation string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetAsset Target Parent 
- PermissionResources List<GetAsset Target Permission Resource> 
- ProductIds List<string>
- ReadOnly bool
- RegisteredDevice GetAsset Target Registered Device 
- Services
List<GetAsset Target Service> 
- string
- Status string
- StatusError stringReason 
- 
List<GetAsset Target Tag> 
- TargetIds List<string>
- TargetType string
- TrustPoint GetAsset Target Trust Point 
- Vendor string
- VersionContext GetAsset Target Version Context 
- WorkflowInfo GetAsset Target Workflow Info 
- Id string
- Results
[]GetAsset Target Result 
- Account
GetAsset Target Account 
- AccountMoid string
- AdditionalProperties string
- AlarmSummary GetAsset Target Alarm Summary 
- Ancestors
[]GetAsset Target Ancestor 
- Assist
GetAsset Target Assist 
- ClaimedBy stringUser Name 
- ClassId string
- Connections
[]GetAsset Target Connection 
- ConnectorVersion string
- CreateTime string
- CustomPermission []GetResources Asset Target Custom Permission Resource 
- DomainGroup stringMoid 
- ExternalIp stringAddress 
- IpAddresses []string
- ManagementLocation string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetAsset Target Parent 
- PermissionResources []GetAsset Target Permission Resource 
- ProductIds []string
- ReadOnly bool
- RegisteredDevice GetAsset Target Registered Device 
- Services
[]GetAsset Target Service 
- string
- Status string
- StatusError stringReason 
- 
[]GetAsset Target Tag 
- TargetIds []string
- TargetType string
- TrustPoint GetAsset Target Trust Point 
- Vendor string
- VersionContext GetAsset Target Version Context 
- WorkflowInfo GetAsset Target Workflow Info 
- id String
- results
List<GetAsset Target Result> 
- account
GetAsset Target Account 
- accountMoid String
- additionalProperties String
- alarmSummary GetAsset Target Alarm Summary 
- ancestors
List<GetAsset Target Ancestor> 
- assist
GetAsset Target Assist 
- claimedBy StringUser Name 
- classId String
- connections
List<GetAsset Target Connection> 
- connectorVersion String
- createTime String
- customPermission List<GetResources Asset Target Custom Permission Resource> 
- domainGroup StringMoid 
- externalIp StringAddress 
- ipAddresses List<String>
- managementLocation String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetAsset Target Parent 
- permissionResources List<GetAsset Target Permission Resource> 
- productIds List<String>
- readOnly Boolean
- registeredDevice GetAsset Target Registered Device 
- services
List<GetAsset Target Service> 
- String
- status String
- statusError StringReason 
- 
List<GetAsset Target Tag> 
- targetIds List<String>
- targetType String
- trustPoint GetAsset Target Trust Point 
- vendor String
- versionContext GetAsset Target Version Context 
- workflowInfo GetAsset Target Workflow Info 
- id string
- results
GetAsset Target Result[] 
- account
GetAsset Target Account 
- accountMoid string
- additionalProperties string
- alarmSummary GetAsset Target Alarm Summary 
- ancestors
GetAsset Target Ancestor[] 
- assist
GetAsset Target Assist 
- claimedBy stringUser Name 
- classId string
- connections
GetAsset Target Connection[] 
- connectorVersion string
- createTime string
- customPermission GetResources Asset Target Custom Permission Resource[] 
- domainGroup stringMoid 
- externalIp stringAddress 
- ipAddresses string[]
- managementLocation string
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetAsset Target Parent 
- permissionResources GetAsset Target Permission Resource[] 
- productIds string[]
- readOnly boolean
- registeredDevice GetAsset Target Registered Device 
- services
GetAsset Target Service[] 
- string
- status string
- statusError stringReason 
- 
GetAsset Target Tag[] 
- targetIds string[]
- targetType string
- trustPoint GetAsset Target Trust Point 
- vendor string
- versionContext GetAsset Target Version Context 
- workflowInfo GetAsset Target Workflow Info 
- id str
- results
Sequence[GetAsset Target Result] 
- account
GetAsset Target Account 
- account_moid str
- additional_properties str
- alarm_summary GetAsset Target Alarm Summary 
- ancestors
Sequence[GetAsset Target Ancestor] 
- assist
GetAsset Target Assist 
- claimed_by_ struser_ name 
- class_id str
- connections
Sequence[GetAsset Target Connection] 
- connector_version str
- create_time str
- custom_permission_ Sequence[Getresources Asset Target Custom Permission Resource] 
- domain_group_ strmoid 
- external_ip_ straddress 
- ip_addresses Sequence[str]
- management_location str
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetAsset Target Parent 
- permission_resources Sequence[GetAsset Target Permission Resource] 
- product_ids Sequence[str]
- read_only bool
- registered_device GetAsset Target Registered Device 
- services
Sequence[GetAsset Target Service] 
- str
- status str
- status_error_ strreason 
- 
Sequence[GetAsset Target Tag] 
- target_ids Sequence[str]
- target_type str
- trust_point GetAsset Target Trust Point 
- vendor str
- version_context GetAsset Target Version Context 
- workflow_info GetAsset Target Workflow Info 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- additionalProperties String
- alarmSummary Property Map
- ancestors List<Property Map>
- assist Property Map
- claimedBy StringUser Name 
- classId String
- connections List<Property Map>
- connectorVersion String
- createTime String
- customPermission List<Property Map>Resources 
- domainGroup StringMoid 
- externalIp StringAddress 
- 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>
- String
- status String
- statusError StringReason 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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
GetAsset Target Connection Credential 
- 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
GetAsset Target Connection Credential 
- 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
GetAsset Target Connection Credential 
- 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
GetAsset Target Connection Credential 
- 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
GetAsset Target Connection Credential 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetTargetResult   
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetAsset Target Result Account> 
- AdditionalProperties string
- AlarmSummaries List<GetAsset Target Result Alarm Summary> 
- Ancestors
List<GetAsset Target Result Ancestor> 
- Assists
List<GetAsset Target Result Assist> 
- ClaimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- ClassId string
- Connections
List<GetAsset Target Result Connection> 
- 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.
- CustomPermission List<GetResources Asset Target Result Custom Permission Resource> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExternalIp stringAddress 
- 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<GetAsset Target Result Parent> 
- PermissionResources List<GetAsset Target Result Permission Resource> 
- 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<GetAsset Target Result Registered Device> 
- Services
List<GetAsset Target Result Service> 
- 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.
- StatusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
List<GetAsset Target Result Tag> 
- TargetIds List<string>
- TargetType string
- TrustPoints List<GetAsset Target Result Trust Point> 
- Vendor string
- The vendor of the managed target.
- VersionContexts List<GetAsset Target Result Version Context> 
- WorkflowInfos List<GetAsset Target Result Workflow Info> 
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetAsset Target Result Account 
- AdditionalProperties string
- AlarmSummaries []GetAsset Target Result Alarm Summary 
- Ancestors
[]GetAsset Target Result Ancestor 
- Assists
[]GetAsset Target Result Assist 
- ClaimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- ClassId string
- Connections
[]GetAsset Target Result Connection 
- 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.
- CustomPermission []GetResources Asset Target Result Custom Permission Resource 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExternalIp stringAddress 
- 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
[]GetAsset Target Result Parent 
- PermissionResources []GetAsset Target Result Permission Resource 
- 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 []GetAsset Target Result Registered Device 
- Services
[]GetAsset Target Result Service 
- 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.
- StatusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
[]GetAsset Target Result Tag 
- TargetIds []string
- TargetType string
- TrustPoints []GetAsset Target Result Trust Point 
- Vendor string
- The vendor of the managed target.
- VersionContexts []GetAsset Target Result Version Context 
- WorkflowInfos []GetAsset Target Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetAsset Target Result Account> 
- additionalProperties String
- alarmSummaries List<GetAsset Target Result Alarm Summary> 
- ancestors
List<GetAsset Target Result Ancestor> 
- assists
List<GetAsset Target Result Assist> 
- claimedBy StringUser Name 
- The name or email id of the user who claimed the target.
- classId String
- connections
List<GetAsset Target Result Connection> 
- 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.
- customPermission List<GetResources Asset Target Result Custom Permission Resource> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- externalIp StringAddress 
- 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<GetAsset Target Result Parent> 
- permissionResources List<GetAsset Target Result Permission Resource> 
- 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<GetAsset Target Result Registered Device> 
- services
List<GetAsset Target Result Service> 
- 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.
- statusError StringReason 
- StatusErrorReason provides additional context for the Status.
- 
List<GetAsset Target Result Tag> 
- targetIds List<String>
- targetType String
- trustPoints List<GetAsset Target Result Trust Point> 
- vendor String
- The vendor of the managed target.
- versionContexts List<GetAsset Target Result Version Context> 
- workflowInfos List<GetAsset Target Result Workflow Info> 
- accountMoid string
- The Account ID for this managed object.
- accounts
GetAsset Target Result Account[] 
- additionalProperties string
- alarmSummaries GetAsset Target Result Alarm Summary[] 
- ancestors
GetAsset Target Result Ancestor[] 
- assists
GetAsset Target Result Assist[] 
- claimedBy stringUser Name 
- The name or email id of the user who claimed the target.
- classId string
- connections
GetAsset Target Result Connection[] 
- 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.
- customPermission GetResources Asset Target Result Custom Permission Resource[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- externalIp stringAddress 
- 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
GetAsset Target Result Parent[] 
- permissionResources GetAsset Target Result Permission Resource[] 
- 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 GetAsset Target Result Registered Device[] 
- services
GetAsset Target Result Service[] 
- 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.
- statusError stringReason 
- StatusErrorReason provides additional context for the Status.
- 
GetAsset Target Result Tag[] 
- targetIds string[]
- targetType string
- trustPoints GetAsset Target Result Trust Point[] 
- vendor string
- The vendor of the managed target.
- versionContexts GetAsset Target Result Version Context[] 
- workflowInfos GetAsset Target Result Workflow Info[] 
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetAsset Target Result Account] 
- additional_properties str
- alarm_summaries Sequence[GetAsset Target Result Alarm Summary] 
- ancestors
Sequence[GetAsset Target Result Ancestor] 
- assists
Sequence[GetAsset Target Result Assist] 
- claimed_by_ struser_ name 
- The name or email id of the user who claimed the target.
- class_id str
- connections
Sequence[GetAsset Target Result Connection] 
- 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_ Sequence[Getresources Asset Target Result Custom Permission Resource] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- external_ip_ straddress 
- 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[GetAsset Target Result Parent] 
- permission_resources Sequence[GetAsset Target Result Permission Resource] 
- 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[GetAsset Target Result Registered Device] 
- services
Sequence[GetAsset Target Result Service] 
- 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_ strreason 
- StatusErrorReason provides additional context for the Status.
- 
Sequence[GetAsset Target Result Tag] 
- target_ids Sequence[str]
- target_type str
- trust_points Sequence[GetAsset Target Result Trust Point] 
- vendor str
- The vendor of the managed target.
- version_contexts Sequence[GetAsset Target Result Version Context] 
- workflow_infos Sequence[GetAsset Target Result Workflow Info] 
- 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>
- claimedBy StringUser Name 
- 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.
- customPermission List<Property Map>Resources 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- externalIp StringAddress 
- 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>
- 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.
- statusError StringReason 
- StatusErrorReason provides additional context for the Status.
- 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 double
- Health string
- Info double
- ObjectType string
- SuppressedCritical double
- SuppressedInfo double
- SuppressedWarning double
- Warning double
- AdditionalProperties string
- ClassId string
- Critical float64
- Health string
- Info float64
- ObjectType string
- SuppressedCritical float64
- SuppressedInfo float64
- SuppressedWarning float64
- Warning float64
- additionalProperties String
- classId String
- critical Double
- health String
- info Double
- objectType String
- suppressedCritical Double
- suppressedInfo Double
- suppressedWarning Double
- warning Double
- additionalProperties string
- classId string
- critical number
- health string
- info number
- objectType string
- suppressedCritical number
- suppressedInfo number
- suppressedWarning number
- warning number
- additional_properties str
- class_id str
- critical float
- health str
- info float
- object_type str
- suppressed_critical float
- suppressed_info float
- suppressed_warning float
- warning float
- additionalProperties String
- classId String
- critical Number
- health String
- info Number
- objectType String
- suppressedCritical Number
- suppressedInfo Number
- suppressedWarning Number
- warning Number
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    
- additionalProperties String
- classId String
- credentials List<Property Map>
- objectType String
GetAssetTargetResultConnectionCredential     
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
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    
- AdditionalProperties string
- ClassId string
- ObjectType string
- Options
List<GetAsset Target Result Service Option> 
- AdditionalProperties string
- ClassId string
- ObjectType string
- Options
[]GetAsset Target Result Service Option 
- additionalProperties String
- classId String
- objectType String
- options
List<GetAsset Target Result Service Option> 
- additionalProperties string
- classId string
- objectType string
- options
GetAsset Target Result Service Option[] 
- additionalProperties String
- classId String
- objectType String
- options List<Property Map>
GetAssetTargetResultServiceOption     
- AdditionalProperties string
- ClassId string
- ObjectType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- additionalProperties String
- classId String
- objectType String
- additionalProperties string
- classId string
- objectType string
- additional_properties str
- class_id str
- object_type str
- additionalProperties String
- classId String
- objectType String
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
- additional_properties str
- key str
- value str
- 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     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetAsset Target Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetAsset Target Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetAsset Target Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetAsset Target Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetAsset Target Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetAsset Target Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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
GetAsset Target Service Options 
- 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
GetAsset Target Service Options 
- 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
GetAsset Target Service Options 
- 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
GetAsset Target Service Options 
- 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
GetAsset Target Service Options 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetAsset Target Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Target Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetAsset Target Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Target Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetAsset Target Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetAsset Target Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetAsset Target Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetAsset Target Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet