intersight.AssetTarget
Explore with Pulumi AI
Import
intersight_asset_target
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/assetTarget:AssetTarget example 1234567890987654321abcde
Create AssetTarget Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AssetTarget(name: string, args?: AssetTargetArgs, opts?: CustomResourceOptions);
@overload
def AssetTarget(resource_name: str,
args: Optional[AssetTargetArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def AssetTarget(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[AssetTargetAccountArgs]] = None,
additional_properties: Optional[str] = None,
alarm_summaries: Optional[Sequence[AssetTargetAlarmSummaryArgs]] = None,
ancestors: Optional[Sequence[AssetTargetAncestorArgs]] = None,
asset_target_id: Optional[str] = None,
assists: Optional[Sequence[AssetTargetAssistArgs]] = None,
claimed_by_user_name: Optional[str] = None,
class_id: Optional[str] = None,
connections: Optional[Sequence[AssetTargetConnectionArgs]] = None,
connector_version: Optional[str] = None,
create_time: Optional[str] = None,
custom_permission_resources: Optional[Sequence[AssetTargetCustomPermissionResourceArgs]] = None,
domain_group_moid: Optional[str] = None,
external_ip_address: 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,
parents: Optional[Sequence[AssetTargetParentArgs]] = None,
permission_resources: Optional[Sequence[AssetTargetPermissionResourceArgs]] = None,
product_ids: Optional[Sequence[str]] = None,
read_only: Optional[bool] = None,
registered_devices: Optional[Sequence[AssetTargetRegisteredDeviceArgs]] = None,
services: Optional[Sequence[AssetTargetServiceArgs]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
status_error_reason: Optional[str] = None,
tags: Optional[Sequence[AssetTargetTagArgs]] = None,
target_ids: Optional[Sequence[str]] = None,
target_type: Optional[str] = None,
trust_points: Optional[Sequence[AssetTargetTrustPointArgs]] = None,
vendor: Optional[str] = None,
version_contexts: Optional[Sequence[AssetTargetVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_infos: Optional[Sequence[AssetTargetWorkflowInfoArgs]] = None)
func NewAssetTarget(ctx *Context, name string, args *AssetTargetArgs, opts ...ResourceOption) (*AssetTarget, error)
public AssetTarget(string name, AssetTargetArgs? args = null, CustomResourceOptions? opts = null)
public AssetTarget(String name, AssetTargetArgs args)
public AssetTarget(String name, AssetTargetArgs args, CustomResourceOptions options)
type: intersight:AssetTarget
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AssetTargetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AssetTargetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AssetTargetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AssetTargetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AssetTargetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var assetTargetResource = new Intersight.AssetTarget("assetTargetResource", new()
{
AccountMoid = "string",
Accounts = new[]
{
new Intersight.Inputs.AssetTargetAccountArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AdditionalProperties = "string",
AlarmSummaries = new[]
{
new Intersight.Inputs.AssetTargetAlarmSummaryArgs
{
AdditionalProperties = "string",
ClassId = "string",
Critical = 0,
Health = "string",
Info = 0,
ObjectType = "string",
SuppressedCritical = 0,
SuppressedInfo = 0,
SuppressedWarning = 0,
Warning = 0,
},
},
Ancestors = new[]
{
new Intersight.Inputs.AssetTargetAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AssetTargetId = "string",
Assists = new[]
{
new Intersight.Inputs.AssetTargetAssistArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClaimedByUserName = "string",
ClassId = "string",
Connections = new[]
{
new Intersight.Inputs.AssetTargetConnectionArgs
{
AdditionalProperties = "string",
ClassId = "string",
Credentials = new[]
{
new Intersight.Inputs.AssetTargetConnectionCredentialArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
},
},
ObjectType = "string",
},
},
ConnectorVersion = "string",
CreateTime = "string",
CustomPermissionResources = new[]
{
new Intersight.Inputs.AssetTargetCustomPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
DomainGroupMoid = "string",
ExternalIpAddress = "string",
IpAddresses = new[]
{
"string",
},
ManagementLocation = "string",
ModTime = "string",
Moid = "string",
Name = "string",
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.AssetTargetParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.AssetTargetPermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ProductIds = new[]
{
"string",
},
ReadOnly = false,
RegisteredDevices = new[]
{
new Intersight.Inputs.AssetTargetRegisteredDeviceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Services = new[]
{
new Intersight.Inputs.AssetTargetServiceArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
Options = new[]
{
new Intersight.Inputs.AssetTargetServiceOptionArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
},
},
},
},
SharedScope = "string",
Status = "string",
StatusErrorReason = "string",
Tags = new[]
{
new Intersight.Inputs.AssetTargetTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
TargetIds = new[]
{
"string",
},
TargetType = "string",
TrustPoints = new[]
{
new Intersight.Inputs.AssetTargetTrustPointArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Vendor = "string",
VersionContexts = new[]
{
new Intersight.Inputs.AssetTargetVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.AssetTargetVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.AssetTargetVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WaitForCompletion = false,
WorkflowInfos = new[]
{
new Intersight.Inputs.AssetTargetWorkflowInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
});
example, err := intersight.NewAssetTarget(ctx, "assetTargetResource", &intersight.AssetTargetArgs{
AccountMoid: pulumi.String("string"),
Accounts: intersight.AssetTargetAccountArray{
&intersight.AssetTargetAccountArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
AlarmSummaries: intersight.AssetTargetAlarmSummaryArray{
&intersight.AssetTargetAlarmSummaryArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Critical: pulumi.Float64(0),
Health: pulumi.String("string"),
Info: pulumi.Float64(0),
ObjectType: pulumi.String("string"),
SuppressedCritical: pulumi.Float64(0),
SuppressedInfo: pulumi.Float64(0),
SuppressedWarning: pulumi.Float64(0),
Warning: pulumi.Float64(0),
},
},
Ancestors: intersight.AssetTargetAncestorArray{
&intersight.AssetTargetAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AssetTargetId: pulumi.String("string"),
Assists: intersight.AssetTargetAssistArray{
&intersight.AssetTargetAssistArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClaimedByUserName: pulumi.String("string"),
ClassId: pulumi.String("string"),
Connections: intersight.AssetTargetConnectionArray{
&intersight.AssetTargetConnectionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Credentials: intersight.AssetTargetConnectionCredentialArray{
&intersight.AssetTargetConnectionCredentialArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
ObjectType: pulumi.String("string"),
},
},
ConnectorVersion: pulumi.String("string"),
CreateTime: pulumi.String("string"),
CustomPermissionResources: intersight.AssetTargetCustomPermissionResourceArray{
&intersight.AssetTargetCustomPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
DomainGroupMoid: pulumi.String("string"),
ExternalIpAddress: pulumi.String("string"),
IpAddresses: pulumi.StringArray{
pulumi.String("string"),
},
ManagementLocation: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.AssetTargetParentArray{
&intersight.AssetTargetParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.AssetTargetPermissionResourceArray{
&intersight.AssetTargetPermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ProductIds: pulumi.StringArray{
pulumi.String("string"),
},
ReadOnly: pulumi.Bool(false),
RegisteredDevices: intersight.AssetTargetRegisteredDeviceArray{
&intersight.AssetTargetRegisteredDeviceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Services: intersight.AssetTargetServiceArray{
&intersight.AssetTargetServiceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Options: intersight.AssetTargetServiceOptionArray{
&intersight.AssetTargetServiceOptionArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
},
},
SharedScope: pulumi.String("string"),
Status: pulumi.String("string"),
StatusErrorReason: pulumi.String("string"),
Tags: intersight.AssetTargetTagArray{
&intersight.AssetTargetTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TargetIds: pulumi.StringArray{
pulumi.String("string"),
},
TargetType: pulumi.String("string"),
TrustPoints: intersight.AssetTargetTrustPointArray{
&intersight.AssetTargetTrustPointArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Vendor: pulumi.String("string"),
VersionContexts: intersight.AssetTargetVersionContextArray{
&intersight.AssetTargetVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.AssetTargetVersionContextInterestedMoArray{
&intersight.AssetTargetVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.AssetTargetVersionContextRefMoArray{
&intersight.AssetTargetVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WaitForCompletion: pulumi.Bool(false),
WorkflowInfos: intersight.AssetTargetWorkflowInfoArray{
&intersight.AssetTargetWorkflowInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
})
var assetTargetResource = new AssetTarget("assetTargetResource", AssetTargetArgs.builder()
.accountMoid("string")
.accounts(AssetTargetAccountArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.additionalProperties("string")
.alarmSummaries(AssetTargetAlarmSummaryArgs.builder()
.additionalProperties("string")
.classId("string")
.critical(0)
.health("string")
.info(0)
.objectType("string")
.suppressedCritical(0)
.suppressedInfo(0)
.suppressedWarning(0)
.warning(0)
.build())
.ancestors(AssetTargetAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.assetTargetId("string")
.assists(AssetTargetAssistArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.claimedByUserName("string")
.classId("string")
.connections(AssetTargetConnectionArgs.builder()
.additionalProperties("string")
.classId("string")
.credentials(AssetTargetConnectionCredentialArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.build())
.objectType("string")
.build())
.connectorVersion("string")
.createTime("string")
.customPermissionResources(AssetTargetCustomPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.domainGroupMoid("string")
.externalIpAddress("string")
.ipAddresses("string")
.managementLocation("string")
.modTime("string")
.moid("string")
.name("string")
.objectType("string")
.owners("string")
.parents(AssetTargetParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(AssetTargetPermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.productIds("string")
.readOnly(false)
.registeredDevices(AssetTargetRegisteredDeviceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.services(AssetTargetServiceArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.options(AssetTargetServiceOptionArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.build())
.build())
.sharedScope("string")
.status("string")
.statusErrorReason("string")
.tags(AssetTargetTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.targetIds("string")
.targetType("string")
.trustPoints(AssetTargetTrustPointArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.vendor("string")
.versionContexts(AssetTargetVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(AssetTargetVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(AssetTargetVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.waitForCompletion(false)
.workflowInfos(AssetTargetWorkflowInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.build());
asset_target_resource = intersight.AssetTarget("assetTargetResource",
account_moid="string",
accounts=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
additional_properties="string",
alarm_summaries=[{
"additional_properties": "string",
"class_id": "string",
"critical": 0,
"health": "string",
"info": 0,
"object_type": "string",
"suppressed_critical": 0,
"suppressed_info": 0,
"suppressed_warning": 0,
"warning": 0,
}],
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
asset_target_id="string",
assists=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
claimed_by_user_name="string",
class_id="string",
connections=[{
"additional_properties": "string",
"class_id": "string",
"credentials": [{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
}],
"object_type": "string",
}],
connector_version="string",
create_time="string",
custom_permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
domain_group_moid="string",
external_ip_address="string",
ip_addresses=["string"],
management_location="string",
mod_time="string",
moid="string",
name="string",
object_type="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
product_ids=["string"],
read_only=False,
registered_devices=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
services=[{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
"options": [{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
}],
}],
shared_scope="string",
status="string",
status_error_reason="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
target_ids=["string"],
target_type="string",
trust_points=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
vendor="string",
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
wait_for_completion=False,
workflow_infos=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}])
const assetTargetResource = new intersight.AssetTarget("assetTargetResource", {
accountMoid: "string",
accounts: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
additionalProperties: "string",
alarmSummaries: [{
additionalProperties: "string",
classId: "string",
critical: 0,
health: "string",
info: 0,
objectType: "string",
suppressedCritical: 0,
suppressedInfo: 0,
suppressedWarning: 0,
warning: 0,
}],
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
assetTargetId: "string",
assists: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
claimedByUserName: "string",
classId: "string",
connections: [{
additionalProperties: "string",
classId: "string",
credentials: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
}],
objectType: "string",
}],
connectorVersion: "string",
createTime: "string",
customPermissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
domainGroupMoid: "string",
externalIpAddress: "string",
ipAddresses: ["string"],
managementLocation: "string",
modTime: "string",
moid: "string",
name: "string",
objectType: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
productIds: ["string"],
readOnly: false,
registeredDevices: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
services: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
options: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
}],
}],
sharedScope: "string",
status: "string",
statusErrorReason: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
targetIds: ["string"],
targetType: "string",
trustPoints: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
vendor: "string",
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
waitForCompletion: false,
workflowInfos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
});
type: intersight:AssetTarget
properties:
accountMoid: string
accounts:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
additionalProperties: string
alarmSummaries:
- additionalProperties: string
classId: string
critical: 0
health: string
info: 0
objectType: string
suppressedCritical: 0
suppressedInfo: 0
suppressedWarning: 0
warning: 0
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
assetTargetId: string
assists:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
claimedByUserName: string
classId: string
connections:
- additionalProperties: string
classId: string
credentials:
- additionalProperties: string
classId: string
objectType: string
objectType: string
connectorVersion: string
createTime: string
customPermissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
domainGroupMoid: string
externalIpAddress: string
ipAddresses:
- string
managementLocation: string
modTime: string
moid: string
name: string
objectType: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
productIds:
- string
readOnly: false
registeredDevices:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
services:
- additionalProperties: string
classId: string
objectType: string
options:
- additionalProperties: string
classId: string
objectType: string
sharedScope: string
status: string
statusErrorReason: string
tags:
- additionalProperties: string
key: string
value: string
targetIds:
- string
targetType: string
trustPoints:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
vendor: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
waitForCompletion: false
workflowInfos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
AssetTarget Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AssetTarget resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Asset
Target Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Alarm
Summaries List<AssetTarget Alarm Summary> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- Ancestors
List<Asset
Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Asset
Target stringId - Assists
List<Asset
Target Assist> - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Connections
List<Asset
Target Connection> - This complex property has following sub-properties:
- Connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Permission List<AssetResources Target Custom Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- External
Ip stringAddress - (ReadOnly) 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 List<string> - (Array of schema.TypeString) -
- Management
Location 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. - Mod
Time string - (ReadOnly) 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Asset
Target Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<AssetTarget Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Ids List<string> - (Array of schema.TypeString) -
- Read
Only bool - (ReadOnly) 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 List<AssetTarget Registered Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Services
List<Asset
Target Service> - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Asset
Target Tag> - This complex property has following sub-properties:
- Target
Ids List<string> - (Array of schema.TypeString) -
- Target
Type string - Trust
Points List<AssetTarget Trust Point> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Vendor string
- (ReadOnly) The vendor of the managed target.
- Version
Contexts List<AssetTarget Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<AssetTarget Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Asset
Target Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Alarm
Summaries []AssetTarget Alarm Summary Args - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- Ancestors
[]Asset
Target Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Asset
Target stringId - Assists
[]Asset
Target Assist Args - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Connections
[]Asset
Target Connection Args - This complex property has following sub-properties:
- Connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Permission []AssetResources Target Custom Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- External
Ip stringAddress - (ReadOnly) 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 []string - (Array of schema.TypeString) -
- Management
Location 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. - Mod
Time string - (ReadOnly) 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Asset
Target Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []AssetTarget Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Ids []string - (Array of schema.TypeString) -
- Read
Only bool - (ReadOnly) 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 []AssetTarget Registered Device Args - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Services
[]Asset
Target Service Args - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- []Asset
Target Tag Args - This complex property has following sub-properties:
- Target
Ids []string - (Array of schema.TypeString) -
- Target
Type string - Trust
Points []AssetTarget Trust Point Args - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Vendor string
- (ReadOnly) The vendor of the managed target.
- Version
Contexts []AssetTarget Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []AssetTarget Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Asset
Target Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - alarm
Summaries List<AssetTarget Alarm Summary> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
List<Asset
Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target StringId - assists
List<Asset
Target Assist> - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By StringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections
List<Asset
Target Connection> - This complex property has following sub-properties:
- connector
Version String - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Permission List<AssetResources Target Custom Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip StringAddress - (ReadOnly) 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 List<String> - (Array of schema.TypeString) -
- management
Location 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. - mod
Time String - (ReadOnly) 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Asset
Target Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<AssetTarget Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids List<String> - (Array of schema.TypeString) -
- read
Only Boolean - (ReadOnly) 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 List<AssetTarget Registered Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
List<Asset
Target Service> - This complex property has following sub-properties:
- String
- (ReadOnly) 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
- (ReadOnly) 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 StringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Asset
Target Tag> - This complex property has following sub-properties:
- target
Ids List<String> - (Array of schema.TypeString) -
- target
Type String - trust
Points List<AssetTarget Trust Point> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor String
- (ReadOnly) The vendor of the managed target.
- version
Contexts List<AssetTarget Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<AssetTarget Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Asset
Target Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - alarm
Summaries AssetTarget Alarm Summary[] - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
Asset
Target Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target stringId - assists
Asset
Target Assist[] - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections
Asset
Target Connection[] - This complex property has following sub-properties:
- connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time string - (ReadOnly) The time when this managed object was created.
- custom
Permission AssetResources Target Custom Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip stringAddress - (ReadOnly) 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 string[] - (Array of schema.TypeString) -
- management
Location 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. - mod
Time string - (ReadOnly) 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Asset
Target Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources AssetTarget Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids string[] - (Array of schema.TypeString) -
- read
Only boolean - (ReadOnly) 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 AssetTarget Registered Device[] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
Asset
Target Service[] - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- Asset
Target Tag[] - This complex property has following sub-properties:
- target
Ids string[] - (Array of schema.TypeString) -
- target
Type string - trust
Points AssetTarget Trust Point[] - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor string
- (ReadOnly) The vendor of the managed target.
- version
Contexts AssetTarget Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos AssetTarget Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Asset
Target Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - alarm_
summaries Sequence[AssetTarget Alarm Summary Args] - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
Sequence[Asset
Target Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset_
target_ strid - assists
Sequence[Asset
Target Assist Args] - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed_
by_ struser_ name - (ReadOnly) The name or email id of the user who claimed the target.
- 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.
- connections
Sequence[Asset
Target Connection Args] - This complex property has following sub-properties:
- connector_
version str - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create_
time str - (ReadOnly) The time when this managed object was created.
- custom_
permission_ Sequence[Assetresources Target Custom Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- external_
ip_ straddress - (ReadOnly) 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] - (Array of schema.TypeString) -
- 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 - (ReadOnly) 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 - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Asset
Target Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[AssetTarget Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product_
ids Sequence[str] - (Array of schema.TypeString) -
- read_
only bool - (ReadOnly) 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[AssetTarget Registered Device Args] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
Sequence[Asset
Target Service Args] - This complex property has following sub-properties:
- str
- (ReadOnly) 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
- (ReadOnly) 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 - (ReadOnly) StatusErrorReason provides additional context for the Status.
- Sequence[Asset
Target Tag Args] - This complex property has following sub-properties:
- target_
ids Sequence[str] - (Array of schema.TypeString) -
- target_
type str - trust_
points Sequence[AssetTarget Trust Point Args] - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor str
- (ReadOnly) The vendor of the managed target.
- version_
contexts Sequence[AssetTarget Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[AssetTarget Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - alarm
Summaries List<Property Map> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target StringId - assists List<Property Map>
- A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By StringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections List<Property Map>
- This complex property has following sub-properties:
- connector
Version String - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Permission List<Property Map>Resources - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip StringAddress - (ReadOnly) 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 List<String> - (Array of schema.TypeString) -
- management
Location 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. - mod
Time String - (ReadOnly) 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids List<String> - (Array of schema.TypeString) -
- read
Only Boolean - (ReadOnly) 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 List<Property Map> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services List<Property Map>
- This complex property has following sub-properties:
- String
- (ReadOnly) 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
- (ReadOnly) 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 StringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Property Map>
- This complex property has following sub-properties:
- target
Ids List<String> - (Array of schema.TypeString) -
- target
Type String - trust
Points List<Property Map> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor String
- (ReadOnly) The vendor of the managed target.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the AssetTarget resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AssetTarget Resource
Get an existing AssetTarget resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AssetTargetState, opts?: CustomResourceOptions): AssetTarget
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[AssetTargetAccountArgs]] = None,
additional_properties: Optional[str] = None,
alarm_summaries: Optional[Sequence[AssetTargetAlarmSummaryArgs]] = None,
ancestors: Optional[Sequence[AssetTargetAncestorArgs]] = None,
asset_target_id: Optional[str] = None,
assists: Optional[Sequence[AssetTargetAssistArgs]] = None,
claimed_by_user_name: Optional[str] = None,
class_id: Optional[str] = None,
connections: Optional[Sequence[AssetTargetConnectionArgs]] = None,
connector_version: Optional[str] = None,
create_time: Optional[str] = None,
custom_permission_resources: Optional[Sequence[AssetTargetCustomPermissionResourceArgs]] = None,
domain_group_moid: Optional[str] = None,
external_ip_address: 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,
parents: Optional[Sequence[AssetTargetParentArgs]] = None,
permission_resources: Optional[Sequence[AssetTargetPermissionResourceArgs]] = None,
product_ids: Optional[Sequence[str]] = None,
read_only: Optional[bool] = None,
registered_devices: Optional[Sequence[AssetTargetRegisteredDeviceArgs]] = None,
services: Optional[Sequence[AssetTargetServiceArgs]] = None,
shared_scope: Optional[str] = None,
status: Optional[str] = None,
status_error_reason: Optional[str] = None,
tags: Optional[Sequence[AssetTargetTagArgs]] = None,
target_ids: Optional[Sequence[str]] = None,
target_type: Optional[str] = None,
trust_points: Optional[Sequence[AssetTargetTrustPointArgs]] = None,
vendor: Optional[str] = None,
version_contexts: Optional[Sequence[AssetTargetVersionContextArgs]] = None,
wait_for_completion: Optional[bool] = None,
workflow_infos: Optional[Sequence[AssetTargetWorkflowInfoArgs]] = None) -> AssetTarget
func GetAssetTarget(ctx *Context, name string, id IDInput, state *AssetTargetState, opts ...ResourceOption) (*AssetTarget, error)
public static AssetTarget Get(string name, Input<string> id, AssetTargetState? state, CustomResourceOptions? opts = null)
public static AssetTarget get(String name, Output<String> id, AssetTargetState state, CustomResourceOptions options)
resources: _: type: intersight:AssetTarget get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Asset
Target Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Alarm
Summaries List<AssetTarget Alarm Summary> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- Ancestors
List<Asset
Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Asset
Target stringId - Assists
List<Asset
Target Assist> - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Connections
List<Asset
Target Connection> - This complex property has following sub-properties:
- Connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Permission List<AssetResources Target Custom Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- External
Ip stringAddress - (ReadOnly) 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 List<string> - (Array of schema.TypeString) -
- Management
Location 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. - Mod
Time string - (ReadOnly) 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Asset
Target Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<AssetTarget Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Ids List<string> - (Array of schema.TypeString) -
- Read
Only bool - (ReadOnly) 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 List<AssetTarget Registered Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Services
List<Asset
Target Service> - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Asset
Target Tag> - This complex property has following sub-properties:
- Target
Ids List<string> - (Array of schema.TypeString) -
- Target
Type string - Trust
Points List<AssetTarget Trust Point> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Vendor string
- (ReadOnly) The vendor of the managed target.
- Version
Contexts List<AssetTarget Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos List<AssetTarget Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Asset
Target Account Args - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Alarm
Summaries []AssetTarget Alarm Summary Args - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- Ancestors
[]Asset
Target Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Asset
Target stringId - Assists
[]Asset
Target Assist Args - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Connections
[]Asset
Target Connection Args - This complex property has following sub-properties:
- Connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Custom
Permission []AssetResources Target Custom Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- External
Ip stringAddress - (ReadOnly) 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 []string - (Array of schema.TypeString) -
- Management
Location 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. - Mod
Time string - (ReadOnly) 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Asset
Target Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []AssetTarget Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Product
Ids []string - (Array of schema.TypeString) -
- Read
Only bool - (ReadOnly) 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 []AssetTarget Registered Device Args - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Services
[]Asset
Target Service Args - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- []Asset
Target Tag Args - This complex property has following sub-properties:
- Target
Ids []string - (Array of schema.TypeString) -
- Target
Type string - Trust
Points []AssetTarget Trust Point Args - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Vendor string
- (ReadOnly) The vendor of the managed target.
- Version
Contexts []AssetTarget Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Wait
For boolCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- Workflow
Infos []AssetTarget Workflow Info Args - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Asset
Target Account> - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - alarm
Summaries List<AssetTarget Alarm Summary> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
List<Asset
Target Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target StringId - assists
List<Asset
Target Assist> - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By StringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections
List<Asset
Target Connection> - This complex property has following sub-properties:
- connector
Version String - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Permission List<AssetResources Target Custom Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip StringAddress - (ReadOnly) 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 List<String> - (Array of schema.TypeString) -
- management
Location 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. - mod
Time String - (ReadOnly) 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Asset
Target Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<AssetTarget Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids List<String> - (Array of schema.TypeString) -
- read
Only Boolean - (ReadOnly) 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 List<AssetTarget Registered Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
List<Asset
Target Service> - This complex property has following sub-properties:
- String
- (ReadOnly) 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
- (ReadOnly) 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 StringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Asset
Target Tag> - This complex property has following sub-properties:
- target
Ids List<String> - (Array of schema.TypeString) -
- target
Type String - trust
Points List<AssetTarget Trust Point> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor String
- (ReadOnly) The vendor of the managed target.
- version
Contexts List<AssetTarget Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<AssetTarget Workflow Info> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Asset
Target Account[] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - alarm
Summaries AssetTarget Alarm Summary[] - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
Asset
Target Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target stringId - assists
Asset
Target Assist[] - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By stringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections
Asset
Target Connection[] - This complex property has following sub-properties:
- connector
Version string - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time string - (ReadOnly) The time when this managed object was created.
- custom
Permission AssetResources Target Custom Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip stringAddress - (ReadOnly) 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 string[] - (Array of schema.TypeString) -
- management
Location 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. - mod
Time string - (ReadOnly) 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Asset
Target Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources AssetTarget Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids string[] - (Array of schema.TypeString) -
- read
Only boolean - (ReadOnly) 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 AssetTarget Registered Device[] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
Asset
Target Service[] - This complex property has following sub-properties:
- string
- (ReadOnly) 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
- (ReadOnly) 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 stringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- Asset
Target Tag[] - This complex property has following sub-properties:
- target
Ids string[] - (Array of schema.TypeString) -
- target
Type string - trust
Points AssetTarget Trust Point[] - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor string
- (ReadOnly) The vendor of the managed target.
- version
Contexts AssetTarget Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For booleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos AssetTarget Workflow Info[] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Asset
Target Account Args] - A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - alarm_
summaries Sequence[AssetTarget Alarm Summary Args] - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors
Sequence[Asset
Target Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset_
target_ strid - assists
Sequence[Asset
Target Assist Args] - A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed_
by_ struser_ name - (ReadOnly) The name or email id of the user who claimed the target.
- 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.
- connections
Sequence[Asset
Target Connection Args] - This complex property has following sub-properties:
- connector_
version str - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create_
time str - (ReadOnly) The time when this managed object was created.
- custom_
permission_ Sequence[Assetresources Target Custom Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- external_
ip_ straddress - (ReadOnly) 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] - (Array of schema.TypeString) -
- 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 - (ReadOnly) 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 - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Asset
Target Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[AssetTarget Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product_
ids Sequence[str] - (Array of schema.TypeString) -
- read_
only bool - (ReadOnly) 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[AssetTarget Registered Device Args] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services
Sequence[Asset
Target Service Args] - This complex property has following sub-properties:
- str
- (ReadOnly) 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
- (ReadOnly) 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 - (ReadOnly) StatusErrorReason provides additional context for the Status.
- Sequence[Asset
Target Tag Args] - This complex property has following sub-properties:
- target_
ids Sequence[str] - (Array of schema.TypeString) -
- target_
type str - trust_
points Sequence[AssetTarget Trust Point Args] - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor str
- (ReadOnly) The vendor of the managed target.
- version_
contexts Sequence[AssetTarget Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait_
for_ boolcompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow_
infos Sequence[AssetTarget Workflow Info Args] - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - alarm
Summaries List<Property Map> - (ReadOnly) AlarmSummary is a health score calculation and aggregation of alarm counts per severity of alarms which Intersight's ability to manage the Target. This complex property has following sub-properties:
- ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- asset
Target StringId - assists List<Property Map>
- A reference to a assetTarget resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- claimed
By StringUser Name - (ReadOnly) The name or email id of the user who claimed the target.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- connections List<Property Map>
- This complex property has following sub-properties:
- connector
Version String - (ReadOnly) The Device Connector version for target types which are managed by via embedded Device Connector.
- create
Time String - (ReadOnly) The time when this managed object was created.
- custom
Permission List<Property Map>Resources - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- external
Ip StringAddress - (ReadOnly) 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 List<String> - (Array of schema.TypeString) -
- management
Location 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. - mod
Time String - (ReadOnly) 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- product
Ids List<String> - (Array of schema.TypeString) -
- read
Only Boolean - (ReadOnly) 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 List<Property Map> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- services List<Property Map>
- This complex property has following sub-properties:
- String
- (ReadOnly) 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
- (ReadOnly) 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 StringReason - (ReadOnly) StatusErrorReason provides additional context for the Status.
- List<Property Map>
- This complex property has following sub-properties:
- target
Ids List<String> - (Array of schema.TypeString) -
- target
Type String - trust
Points List<Property Map> - A reference to a iamTrustPoint resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- vendor String
- (ReadOnly) The vendor of the managed target.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- wait
For BooleanCompletion - This model object can trigger workflows. Use this option to wait for all running workflows to reach a complete state.
- workflow
Infos List<Property Map> - (ReadOnly) A reference to a workflowWorkflowInfo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
Supporting Types
AssetTargetAccount, AssetTargetAccountArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetAlarmSummary, AssetTargetAlarmSummaryArgs
- Additional
Properties string - Class
Id string - Critical double
- (ReadOnly) The count of active alarms that have severity type Critical.
- Health string
- (ReadOnly) 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
- (ReadOnly) The count of active alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Suppressed
Critical double - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info double - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning double - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- Warning double
- (ReadOnly) The count of active alarms that have severity type Warning.
- Additional
Properties string - Class
Id string - Critical float64
- (ReadOnly) The count of active alarms that have severity type Critical.
- Health string
- (ReadOnly) 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
- (ReadOnly) The count of active alarms that have severity type Info.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Suppressed
Critical float64 - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- Suppressed
Info float64 - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- Suppressed
Warning float64 - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- Warning float64
- (ReadOnly) The count of active alarms that have severity type Warning.
- additional
Properties String - class
Id String - critical Double
- (ReadOnly) The count of active alarms that have severity type Critical.
- health String
- (ReadOnly) 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
- (ReadOnly) The count of active alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- suppressed
Critical Double - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Double - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Double - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- warning Double
- (ReadOnly) The count of active alarms that have severity type Warning.
- additional
Properties string - class
Id string - critical number
- (ReadOnly) The count of active alarms that have severity type Critical.
- health string
- (ReadOnly) 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
- (ReadOnly) The count of active alarms that have severity type Info.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- suppressed
Critical number - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- suppressed
Info number - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- suppressed
Warning number - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- warning number
- (ReadOnly) The count of active alarms that have severity type Warning.
- additional_
properties str - class_
id str - critical float
- (ReadOnly) The count of active alarms that have severity type Critical.
- health str
- (ReadOnly) 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
- (ReadOnly) 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 - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- suppressed_
info float - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- suppressed_
warning float - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- warning float
- (ReadOnly) The count of active alarms that have severity type Warning.
- additional
Properties String - class
Id String - critical Number
- (ReadOnly) The count of active alarms that have severity type Critical.
- health String
- (ReadOnly) 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
- (ReadOnly) The count of active alarms that have severity type Info.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- suppressed
Critical Number - (ReadOnly) The count of active suppressed alarms that have severity type Critical.
- suppressed
Info Number - (ReadOnly) The count of active suppressed alarms that have severity type Info.
- suppressed
Warning Number - (ReadOnly) The count of active suppressed alarms that have severity type Warning.
- warning Number
- (ReadOnly) The count of active alarms that have severity type Warning.
AssetTargetAncestor, AssetTargetAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetAssist, AssetTargetAssistArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetConnection, AssetTargetConnectionArgs
- Additional
Properties string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - Class
Id string - Credentials
List<Asset
Target Connection Credential> - The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- Object
Type 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 string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - Class
Id string - Credentials
[]Asset
Target Connection Credential - The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- Object
Type 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 String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - class
Id String - credentials
List<Asset
Target Connection Credential> - The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- object
Type 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 string - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - class
Id string - credentials
Asset
Target Connection Credential[] - The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- object
Type 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 - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - class_
id str - credentials
Sequence[Asset
Target Connection Credential] - The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- 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.
- additional
Properties String - Additional Properties as per object type, can be added as JSON using
jsonencode()
. Allowed Types are: asset.CloudConnection asset.HttpConnection asset.IntersightDeviceConnectorConnection asset.ScopedTargetConnection asset.SshConnection - class
Id String - credentials List<Property Map>
- The credential to be used to authenticate with the managed target. This complex property has following sub-properties:
- object
Type 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.
AssetTargetConnectionCredential, AssetTargetConnectionCredentialArgs
- Additional
Properties string - Class
Id string - Object
Type 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 string - Class
Id string - Object
Type 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 String - class
Id String - object
Type 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 string - class
Id string - object
Type 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 - 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.
- additional
Properties String - class
Id String - object
Type 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.
AssetTargetCustomPermissionResource, AssetTargetCustomPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetParent, AssetTargetParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetPermissionResource, AssetTargetPermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetRegisteredDevice, AssetTargetRegisteredDeviceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetService, AssetTargetServiceArgs
- Additional
Properties string - Class
Id string - Object
Type 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
List<Asset
Target Service Option> - Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
- Additional
Properties string - Class
Id string - Object
Type 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
[]Asset
Target Service Option - Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
- additional
Properties String - class
Id String - object
Type 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
List<Asset
Target Service Option> - Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
- additional
Properties string - class
Id string - object
Type 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
Asset
Target Service Option[] - Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
- additional_
properties str - class_
id str - 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
Sequence[Asset
Target Service Option] - Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
- additional
Properties String - class
Id String - object
Type 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 List<Property Map>
- Captures configuration that is specific to a target type for a specific service. This complex property has following sub-properties:
AssetTargetServiceOption, AssetTargetServiceOptionArgs
- Additional
Properties string - Class
Id string - Object
Type 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 string - Class
Id string - Object
Type 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 String - class
Id String - object
Type 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 string - class
Id string - object
Type 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 - 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.
- additional
Properties String - class
Id String - object
Type 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.
AssetTargetTag, AssetTargetTagArgs
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
AssetTargetTrustPoint, AssetTargetTrustPointArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetVersionContext, AssetTargetVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<AssetTarget Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<AssetTarget Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 string - Class
Id string - Interested
Mos []AssetTarget Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []AssetTarget Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) 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 intendedto 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 String - class
Id String - interested
Mos List<AssetTarget Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<AssetTarget Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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 string - class
Id string - interested
Mos AssetTarget Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) 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 string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos AssetTarget Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) 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 intendedto 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 - interested_
mos Sequence[AssetTarget Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) 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 - (ReadOnly) 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_
mos Sequence[AssetTarget Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) 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 intendedto 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 String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) 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 String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) 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 intendedto 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.
AssetTargetVersionContextInterestedMo, AssetTargetVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetVersionContextRefMo, AssetTargetVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
AssetTargetWorkflowInfo, AssetTargetWorkflowInfoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 - moid str
- The Moid of the referenced REST resource.
- 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST 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 String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type 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 maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.