intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getAssetDeploymentDevice
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Contains information about Cisco devices associated with consumption-based subscriptions. In addition to device installation status, information about returns and replacements is also recorded here. We listen to messages sent by Cisco Install Base and create/update an instance of this object.
Using getAssetDeploymentDevice
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAssetDeploymentDevice(args: GetAssetDeploymentDeviceArgs, opts?: InvokeOptions): Promise<GetAssetDeploymentDeviceResult>
function getAssetDeploymentDeviceOutput(args: GetAssetDeploymentDeviceOutputArgs, opts?: InvokeOptions): Output<GetAssetDeploymentDeviceResult>def get_asset_deployment_device(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                alarm_info: Optional[GetAssetDeploymentDeviceAlarmInfo] = None,
                                ancestors: Optional[Sequence[GetAssetDeploymentDeviceAncestor]] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                deployment: Optional[GetAssetDeploymentDeviceDeployment] = None,
                                device_contract_information: Optional[GetAssetDeploymentDeviceDeviceContractInformation] = None,
                                device_id: Optional[str] = None,
                                device_information: Optional[GetAssetDeploymentDeviceDeviceInformation] = None,
                                device_pid: Optional[str] = None,
                                device_statistics: Optional[GetAssetDeploymentDeviceDeviceStatistics] = None,
                                domain_group_moid: Optional[str] = None,
                                id: Optional[str] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                object_type: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetAssetDeploymentDeviceParent] = None,
                                permission_resources: Optional[Sequence[GetAssetDeploymentDevicePermissionResource]] = None,
                                product_subgroup: Optional[str] = None,
                                product_type: Optional[str] = None,
                                registered_device: Optional[GetAssetDeploymentDeviceRegisteredDevice] = None,
                                registered_device_moid: Optional[str] = None,
                                shared_scope: Optional[str] = None,
                                subscription: Optional[GetAssetDeploymentDeviceSubscription] = None,
                                subscription_account: Optional[GetAssetDeploymentDeviceSubscriptionAccount] = None,
                                tags: Optional[Sequence[GetAssetDeploymentDeviceTag]] = None,
                                unit_of_measures: Optional[Sequence[GetAssetDeploymentDeviceUnitOfMeasure]] = None,
                                version_context: Optional[GetAssetDeploymentDeviceVersionContext] = None,
                                virtualization_platform: Optional[str] = None,
                                workload: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAssetDeploymentDeviceResult
def get_asset_deployment_device_output(account_moid: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                alarm_info: Optional[pulumi.Input[GetAssetDeploymentDeviceAlarmInfoArgs]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeploymentDeviceAncestorArgs]]]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                deployment: Optional[pulumi.Input[GetAssetDeploymentDeviceDeploymentArgs]] = None,
                                device_contract_information: Optional[pulumi.Input[GetAssetDeploymentDeviceDeviceContractInformationArgs]] = None,
                                device_id: Optional[pulumi.Input[str]] = None,
                                device_information: Optional[pulumi.Input[GetAssetDeploymentDeviceDeviceInformationArgs]] = None,
                                device_pid: Optional[pulumi.Input[str]] = None,
                                device_statistics: Optional[pulumi.Input[GetAssetDeploymentDeviceDeviceStatisticsArgs]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                moid: Optional[pulumi.Input[str]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetAssetDeploymentDeviceParentArgs]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeploymentDevicePermissionResourceArgs]]]] = None,
                                product_subgroup: Optional[pulumi.Input[str]] = None,
                                product_type: Optional[pulumi.Input[str]] = None,
                                registered_device: Optional[pulumi.Input[GetAssetDeploymentDeviceRegisteredDeviceArgs]] = None,
                                registered_device_moid: Optional[pulumi.Input[str]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                subscription: Optional[pulumi.Input[GetAssetDeploymentDeviceSubscriptionArgs]] = None,
                                subscription_account: Optional[pulumi.Input[GetAssetDeploymentDeviceSubscriptionAccountArgs]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeploymentDeviceTagArgs]]]] = None,
                                unit_of_measures: Optional[pulumi.Input[Sequence[pulumi.Input[GetAssetDeploymentDeviceUnitOfMeasureArgs]]]] = None,
                                version_context: Optional[pulumi.Input[GetAssetDeploymentDeviceVersionContextArgs]] = None,
                                virtualization_platform: Optional[pulumi.Input[str]] = None,
                                workload: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAssetDeploymentDeviceResult]func LookupAssetDeploymentDevice(ctx *Context, args *LookupAssetDeploymentDeviceArgs, opts ...InvokeOption) (*LookupAssetDeploymentDeviceResult, error)
func LookupAssetDeploymentDeviceOutput(ctx *Context, args *LookupAssetDeploymentDeviceOutputArgs, opts ...InvokeOption) LookupAssetDeploymentDeviceResultOutput> Note: This function is named LookupAssetDeploymentDevice in the Go SDK.
public static class GetAssetDeploymentDevice 
{
    public static Task<GetAssetDeploymentDeviceResult> InvokeAsync(GetAssetDeploymentDeviceArgs args, InvokeOptions? opts = null)
    public static Output<GetAssetDeploymentDeviceResult> Invoke(GetAssetDeploymentDeviceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAssetDeploymentDeviceResult> getAssetDeploymentDevice(GetAssetDeploymentDeviceArgs args, InvokeOptions options)
public static Output<GetAssetDeploymentDeviceResult> getAssetDeploymentDevice(GetAssetDeploymentDeviceArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getAssetDeploymentDevice:getAssetDeploymentDevice
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmInfo GetAsset Deployment Device Alarm Info 
- Ancestors
List<GetAsset Deployment Device Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Deployment
GetAsset Deployment Device Deployment 
- DeviceContract GetInformation Asset Deployment Device Device Contract Information 
- DeviceId string
- Unique identifier of the Cisco device.
- DeviceInformation GetAsset Deployment Device Device Information 
- DevicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- DeviceStatistics GetAsset Deployment Device Device Statistics 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetAsset Deployment Device Parent 
- PermissionResources List<GetAsset Deployment Device Permission Resource> 
- ProductSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- ProductType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- RegisteredDevice GetAsset Deployment Device Registered Device 
- RegisteredDevice stringMoid 
- String reference to the device connector.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Subscription
GetAsset Deployment Device Subscription 
- SubscriptionAccount GetAsset Deployment Device Subscription Account 
- 
List<GetAsset Deployment Device Tag> 
- UnitOf List<GetMeasures Asset Deployment Device Unit Of Measure> 
- VersionContext GetAsset Deployment Device Version Context 
- VirtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- Workload string
- Workload/Usecase running on the device.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmInfo GetAsset Deployment Device Alarm Info 
- Ancestors
[]GetAsset Deployment Device Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Deployment
GetAsset Deployment Device Deployment 
- DeviceContract GetInformation Asset Deployment Device Device Contract Information 
- DeviceId string
- Unique identifier of the Cisco device.
- DeviceInformation GetAsset Deployment Device Device Information 
- DevicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- DeviceStatistics GetAsset Deployment Device Device Statistics 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetAsset Deployment Device Parent 
- PermissionResources []GetAsset Deployment Device Permission Resource 
- ProductSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- ProductType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- RegisteredDevice GetAsset Deployment Device Registered Device 
- RegisteredDevice stringMoid 
- String reference to the device connector.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Subscription
GetAsset Deployment Device Subscription 
- SubscriptionAccount GetAsset Deployment Device Subscription Account 
- 
[]GetAsset Deployment Device Tag 
- UnitOf []GetMeasures Asset Deployment Device Unit Of Measure 
- VersionContext GetAsset Deployment Device Version Context 
- VirtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- Workload string
- Workload/Usecase running on the device.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmInfo GetAsset Deployment Device Alarm Info 
- ancestors
List<GetAsset Deployment Device Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deployment
GetAsset Deployment Device Deployment 
- deviceContract GetInformation Asset Deployment Device Device Contract Information 
- deviceId String
- Unique identifier of the Cisco device.
- deviceInformation GetAsset Deployment Device Device Information 
- devicePid String
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics GetAsset Deployment Device Device Statistics 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetAsset Deployment Device Parent 
- permissionResources List<GetAsset Deployment Device Permission Resource> 
- productSubgroup String
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType String
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice GetAsset Deployment Device Registered Device 
- registeredDevice StringMoid 
- String reference to the device connector.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscription
GetAsset Deployment Device Subscription 
- subscriptionAccount GetAsset Deployment Device Subscription Account 
- 
List<GetAsset Deployment Device Tag> 
- unitOf List<GetMeasures Asset Deployment Device Unit Of Measure> 
- versionContext GetAsset Deployment Device Version Context 
- virtualizationPlatform String
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload String
- Workload/Usecase running on the device.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmInfo GetAsset Deployment Device Alarm Info 
- ancestors
GetAsset Deployment Device Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deployment
GetAsset Deployment Device Deployment 
- deviceContract GetInformation Asset Deployment Device Device Contract Information 
- deviceId string
- Unique identifier of the Cisco device.
- deviceInformation GetAsset Deployment Device Device Information 
- devicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics GetAsset Deployment Device Device Statistics 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetAsset Deployment Device Parent 
- permissionResources GetAsset Deployment Device Permission Resource[] 
- productSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice GetAsset Deployment Device Registered Device 
- registeredDevice stringMoid 
- String reference to the device connector.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscription
GetAsset Deployment Device Subscription 
- subscriptionAccount GetAsset Deployment Device Subscription Account 
- 
GetAsset Deployment Device Tag[] 
- unitOf GetMeasures Asset Deployment Device Unit Of Measure[] 
- versionContext GetAsset Deployment Device Version Context 
- virtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload string
- Workload/Usecase running on the device.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_info GetAsset Deployment Device Alarm Info 
- ancestors
Sequence[GetAsset Deployment Device Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- deployment
GetAsset Deployment Device Deployment 
- device_contract_ Getinformation Asset Deployment Device Device Contract Information 
- device_id str
- Unique identifier of the Cisco device.
- device_information GetAsset Deployment Device Device Information 
- device_pid str
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- device_statistics GetAsset Deployment Device Device Statistics 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetAsset Deployment Device Parent 
- permission_resources Sequence[GetAsset Deployment Device Permission Resource] 
- product_subgroup str
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- product_type str
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registered_device GetAsset Deployment Device Registered Device 
- registered_device_ strmoid 
- String reference to the device connector.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscription
GetAsset Deployment Device Subscription 
- subscription_account GetAsset Deployment Device Subscription Account 
- 
Sequence[GetAsset Deployment Device Tag] 
- unit_of_ Sequence[Getmeasures Asset Deployment Device Unit Of Measure] 
- version_context GetAsset Deployment Device Version Context 
- virtualization_platform str
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload str
- Workload/Usecase running on the device.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmInfo Property Map
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deployment Property Map
- deviceContract Property MapInformation 
- deviceId String
- Unique identifier of the Cisco device.
- deviceInformation Property Map
- devicePid String
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics Property Map
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- productSubgroup String
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType String
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice Property Map
- registeredDevice StringMoid 
- String reference to the device connector.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscription Property Map
- subscriptionAccount Property Map
- List<Property Map>
- unitOf List<Property Map>Measures 
- versionContext Property Map
- virtualizationPlatform String
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload String
- Workload/Usecase running on the device.
getAssetDeploymentDevice Result
The following output properties are available:
- Id string
- Results
List<GetAsset Deployment Device Result> 
- AccountMoid string
- AdditionalProperties string
- AlarmInfo GetAsset Deployment Device Alarm Info 
- Ancestors
List<GetAsset Deployment Device Ancestor> 
- ClassId string
- CreateTime string
- Deployment
GetAsset Deployment Device Deployment 
- DeviceContract GetInformation Asset Deployment Device Device Contract Information 
- DeviceId string
- DeviceInformation GetAsset Deployment Device Device Information 
- DevicePid string
- DeviceStatistics GetAsset Deployment Device Device Statistics 
- DomainGroup stringMoid 
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetAsset Deployment Device Parent 
- PermissionResources List<GetAsset Deployment Device Permission Resource> 
- ProductSubgroup string
- ProductType string
- RegisteredDevice GetAsset Deployment Device Registered Device 
- RegisteredDevice stringMoid 
- string
- Subscription
GetAsset Deployment Device Subscription 
- SubscriptionAccount GetAsset Deployment Device Subscription Account 
- 
List<GetAsset Deployment Device Tag> 
- UnitOf List<GetMeasures Asset Deployment Device Unit Of Measure> 
- VersionContext GetAsset Deployment Device Version Context 
- VirtualizationPlatform string
- Workload string
- Id string
- Results
[]GetAsset Deployment Device Result 
- AccountMoid string
- AdditionalProperties string
- AlarmInfo GetAsset Deployment Device Alarm Info 
- Ancestors
[]GetAsset Deployment Device Ancestor 
- ClassId string
- CreateTime string
- Deployment
GetAsset Deployment Device Deployment 
- DeviceContract GetInformation Asset Deployment Device Device Contract Information 
- DeviceId string
- DeviceInformation GetAsset Deployment Device Device Information 
- DevicePid string
- DeviceStatistics GetAsset Deployment Device Device Statistics 
- DomainGroup stringMoid 
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetAsset Deployment Device Parent 
- PermissionResources []GetAsset Deployment Device Permission Resource 
- ProductSubgroup string
- ProductType string
- RegisteredDevice GetAsset Deployment Device Registered Device 
- RegisteredDevice stringMoid 
- string
- Subscription
GetAsset Deployment Device Subscription 
- SubscriptionAccount GetAsset Deployment Device Subscription Account 
- 
[]GetAsset Deployment Device Tag 
- UnitOf []GetMeasures Asset Deployment Device Unit Of Measure 
- VersionContext GetAsset Deployment Device Version Context 
- VirtualizationPlatform string
- Workload string
- id String
- results
List<GetAsset Deployment Device Result> 
- accountMoid String
- additionalProperties String
- alarmInfo GetAsset Deployment Device Alarm Info 
- ancestors
List<GetAsset Deployment Device Ancestor> 
- classId String
- createTime String
- deployment
GetAsset Deployment Device Deployment 
- deviceContract GetInformation Asset Deployment Device Device Contract Information 
- deviceId String
- deviceInformation GetAsset Deployment Device Device Information 
- devicePid String
- deviceStatistics GetAsset Deployment Device Device Statistics 
- domainGroup StringMoid 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetAsset Deployment Device Parent 
- permissionResources List<GetAsset Deployment Device Permission Resource> 
- productSubgroup String
- productType String
- registeredDevice GetAsset Deployment Device Registered Device 
- registeredDevice StringMoid 
- String
- subscription
GetAsset Deployment Device Subscription 
- subscriptionAccount GetAsset Deployment Device Subscription Account 
- 
List<GetAsset Deployment Device Tag> 
- unitOf List<GetMeasures Asset Deployment Device Unit Of Measure> 
- versionContext GetAsset Deployment Device Version Context 
- virtualizationPlatform String
- workload String
- id string
- results
GetAsset Deployment Device Result[] 
- accountMoid string
- additionalProperties string
- alarmInfo GetAsset Deployment Device Alarm Info 
- ancestors
GetAsset Deployment Device Ancestor[] 
- classId string
- createTime string
- deployment
GetAsset Deployment Device Deployment 
- deviceContract GetInformation Asset Deployment Device Device Contract Information 
- deviceId string
- deviceInformation GetAsset Deployment Device Device Information 
- devicePid string
- deviceStatistics GetAsset Deployment Device Device Statistics 
- domainGroup stringMoid 
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetAsset Deployment Device Parent 
- permissionResources GetAsset Deployment Device Permission Resource[] 
- productSubgroup string
- productType string
- registeredDevice GetAsset Deployment Device Registered Device 
- registeredDevice stringMoid 
- string
- subscription
GetAsset Deployment Device Subscription 
- subscriptionAccount GetAsset Deployment Device Subscription Account 
- 
GetAsset Deployment Device Tag[] 
- unitOf GetMeasures Asset Deployment Device Unit Of Measure[] 
- versionContext GetAsset Deployment Device Version Context 
- virtualizationPlatform string
- workload string
- id str
- results
Sequence[GetAsset Deployment Device Result] 
- account_moid str
- additional_properties str
- alarm_info GetAsset Deployment Device Alarm Info 
- ancestors
Sequence[GetAsset Deployment Device Ancestor] 
- class_id str
- create_time str
- deployment
GetAsset Deployment Device Deployment 
- device_contract_ Getinformation Asset Deployment Device Device Contract Information 
- device_id str
- device_information GetAsset Deployment Device Device Information 
- device_pid str
- device_statistics GetAsset Deployment Device Device Statistics 
- domain_group_ strmoid 
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetAsset Deployment Device Parent 
- permission_resources Sequence[GetAsset Deployment Device Permission Resource] 
- product_subgroup str
- product_type str
- registered_device GetAsset Deployment Device Registered Device 
- registered_device_ strmoid 
- str
- subscription
GetAsset Deployment Device Subscription 
- subscription_account GetAsset Deployment Device Subscription Account 
- 
Sequence[GetAsset Deployment Device Tag] 
- unit_of_ Sequence[Getmeasures Asset Deployment Device Unit Of Measure] 
- version_context GetAsset Deployment Device Version Context 
- virtualization_platform str
- workload str
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- alarmInfo Property Map
- ancestors List<Property Map>
- classId String
- createTime String
- deployment Property Map
- deviceContract Property MapInformation 
- deviceId String
- deviceInformation Property Map
- devicePid String
- deviceStatistics Property Map
- domainGroup StringMoid 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- productSubgroup String
- productType String
- registeredDevice Property Map
- registeredDevice StringMoid 
- String
- subscription Property Map
- subscriptionAccount Property Map
- List<Property Map>
- unitOf List<Property Map>Measures 
- versionContext Property Map
- virtualizationPlatform String
- workload String
Supporting Types
GetAssetDeploymentDeviceAlarmInfo     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EnabledAlarms List<string>
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- EnabledAlarms []string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabledAlarms List<String>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabledAlarms string[]
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled_alarms Sequence[str]
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabledAlarms List<String>
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeploymentDeviceAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceDeployment    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceDeviceContractInformation      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceDeviceInformation     
- AdditionalProperties string
- ApplicationName string
- Application name reported by Cisco Install Base.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Description of device reported by Cisco Install Base.
- DeviceTransactions List<GetAsset Deployment Device Device Information Device Transaction> 
- InstanceId string
- Instance number of the device. example "917280220".
- ItemType string
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- MlbProduct doubleId 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- MlbProduct stringName 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OldDevice stringId 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- OldDevice stringStatus Description 
- Description of status of old Cisco device, which got replaced by the new device.
- OldDevice doubleStatus Id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- OldInstance stringId 
- Instance number of the old device, which got replaced by the new device.
- AdditionalProperties string
- ApplicationName string
- Application name reported by Cisco Install Base.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Description of device reported by Cisco Install Base.
- DeviceTransactions []GetAsset Deployment Device Device Information Device Transaction 
- InstanceId string
- Instance number of the device. example "917280220".
- ItemType string
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- MlbProduct float64Id 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- MlbProduct stringName 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OldDevice stringId 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- OldDevice stringStatus Description 
- Description of status of old Cisco device, which got replaced by the new device.
- OldDevice float64Status Id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- OldInstance stringId 
- Instance number of the old device, which got replaced by the new device.
- additionalProperties String
- applicationName String
- Application name reported by Cisco Install Base.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Description of device reported by Cisco Install Base.
- deviceTransactions List<GetAsset Deployment Device Device Information Device Transaction> 
- instanceId String
- Instance number of the device. example "917280220".
- itemType String
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- mlbProduct DoubleId 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- mlbProduct StringName 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oldDevice StringId 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- oldDevice StringStatus Description 
- Description of status of old Cisco device, which got replaced by the new device.
- oldDevice DoubleStatus Id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- oldInstance StringId 
- Instance number of the old device, which got replaced by the new device.
- additionalProperties string
- applicationName string
- Application name reported by Cisco Install Base.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- Description of device reported by Cisco Install Base.
- deviceTransactions GetAsset Deployment Device Device Information Device Transaction[] 
- instanceId string
- Instance number of the device. example "917280220".
- itemType string
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- mlbProduct numberId 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- mlbProduct stringName 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oldDevice stringId 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- oldDevice stringStatus Description 
- Description of status of old Cisco device, which got replaced by the new device.
- oldDevice numberStatus Id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- oldInstance stringId 
- Instance number of the old device, which got replaced by the new device.
- additional_properties str
- application_name str
- Application name reported by Cisco Install Base.
- 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.
- description str
- Description of device reported by Cisco Install Base.
- device_transactions Sequence[GetAsset Deployment Device Device Information Device Transaction] 
- instance_id str
- Instance number of the device. example "917280220".
- item_type str
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- mlb_product_ floatid 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- mlb_product_ strname 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- old_device_ strid 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- old_device_ strstatus_ description 
- Description of status of old Cisco device, which got replaced by the new device.
- old_device_ floatstatus_ id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- old_instance_ strid 
- Instance number of the old device, which got replaced by the new device.
- additionalProperties String
- applicationName String
- Application name reported by Cisco Install Base.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Description of device reported by Cisco Install Base.
- deviceTransactions List<Property Map>
- instanceId String
- Instance number of the device. example "917280220".
- itemType String
- Item type flag. example ATO, Child, Standalone. ATO - refers to Cisco Block based major device. Child - refers to Child device part of an ATO block. Standalone - refers to a device that is managed and configured as an individual entity with limited capacity.
- mlbProduct NumberId 
- Identifier corresponding to MLB Product Name. MLB refers to MultiLine Bundle.
- mlbProduct StringName 
- Product Name for the device. It is used to determine if the server is to be billed as a UCS compute device or a storage cluster. MLB refers to MultiLine Bundle.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oldDevice StringId 
- Unique identifier of old Cisco device. It is the device ID of old Cisco device, which got replaced by the new device.
- oldDevice StringStatus Description 
- Description of status of old Cisco device, which got replaced by the new device.
- oldDevice NumberStatus Id 
- Status ID of old Cisco device, which got replaced by the new device.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- oldInstance StringId 
- Instance number of the old device, which got replaced by the new device.
GetAssetDeploymentDeviceDeviceInformationDeviceTransaction       
- Action string
- The action taken by Cisco Install Base on the device.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StatusDescription string
- Description of status of Cisco device reported by Cisco Install Base.
- StatusId double
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- Timestamp string
- Timestamp field reported by Cisco Install Base.
- TransactionBatch doubleId 
- Transaction batch ID reported by Cisco Install Base.
- TransactionDate string
- Transaction Date reported by Cisco Install Base.
- TransactionSequence double
- Transaction sequence reported by Cisco Install Base.
- Action string
- The action taken by Cisco Install Base on the device.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- StatusDescription string
- Description of status of Cisco device reported by Cisco Install Base.
- StatusId float64
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- Timestamp string
- Timestamp field reported by Cisco Install Base.
- TransactionBatch float64Id 
- Transaction batch ID reported by Cisco Install Base.
- TransactionDate string
- Transaction Date reported by Cisco Install Base.
- TransactionSequence float64
- Transaction sequence reported by Cisco Install Base.
- action String
- The action taken by Cisco Install Base on the device.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- statusDescription String
- Description of status of Cisco device reported by Cisco Install Base.
- statusId Double
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- timestamp String
- Timestamp field reported by Cisco Install Base.
- transactionBatch DoubleId 
- Transaction batch ID reported by Cisco Install Base.
- transactionDate String
- Transaction Date reported by Cisco Install Base.
- transactionSequence Double
- Transaction sequence reported by Cisco Install Base.
- action string
- The action taken by Cisco Install Base on the device.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- statusDescription string
- Description of status of Cisco device reported by Cisco Install Base.
- statusId number
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- timestamp string
- Timestamp field reported by Cisco Install Base.
- transactionBatch numberId 
- Transaction batch ID reported by Cisco Install Base.
- transactionDate string
- Transaction Date reported by Cisco Install Base.
- transactionSequence number
- Transaction sequence reported by Cisco Install Base.
- action str
- The action taken by Cisco Install Base on the device.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status_description str
- Description of status of Cisco device reported by Cisco Install Base.
- status_id float
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- timestamp str
- Timestamp field reported by Cisco Install Base.
- transaction_batch_ floatid 
- Transaction batch ID reported by Cisco Install Base.
- transaction_date str
- Transaction Date reported by Cisco Install Base.
- transaction_sequence float
- Transaction sequence reported by Cisco Install Base.
- action String
- The action taken by Cisco Install Base on the device.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- statusDescription String
- Description of status of Cisco device reported by Cisco Install Base.
- statusId Number
- Status ID of device reported by Cisco Install Base.- 0- A default value to catch cases where device status is not correctly detected.
- 10000- Device is installed successfully.
- 1010041- Device is currently in Return Material Authorization process.
- 10005- Device is replaced successfully with another device.
- 10007- Device is returned succcessfuly.
- 10009- Device is terminated at customer's end.
 
- timestamp String
- Timestamp field reported by Cisco Install Base.
- transactionBatch NumberId 
- Transaction batch ID reported by Cisco Install Base.
- transactionDate String
- Transaction Date reported by Cisco Install Base.
- transactionSequence Number
- Transaction sequence reported by Cisco Install Base.
GetAssetDeploymentDeviceDeviceStatistics     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ClusterDeployment stringType 
- Deployment type of HyperFlex cluster.
- ClusterDevice stringMoid 
- Reference to HyperFlex cluster target device ID.
- ClusterName string
- Name of the cluster. It is specified only for HyperFlex based devices.
- ClusterReplication doubleFactor 
- Data replication factor of HyperFlex cluster.
- Connected double
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- MembershipRatio double
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- MemoryMirroring doubleFactor 
- Memory Reliability, availability and serviceability (RAS) factor.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- VmHost GetAsset Deployment Device Device Statistics Vm Host 
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ClusterDeployment stringType 
- Deployment type of HyperFlex cluster.
- ClusterDevice stringMoid 
- Reference to HyperFlex cluster target device ID.
- ClusterName string
- Name of the cluster. It is specified only for HyperFlex based devices.
- ClusterReplication float64Factor 
- Data replication factor of HyperFlex cluster.
- Connected float64
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- MembershipRatio float64
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- MemoryMirroring float64Factor 
- Memory Reliability, availability and serviceability (RAS) factor.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- VmHost GetAsset Deployment Device Device Statistics Vm Host 
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterDeployment StringType 
- Deployment type of HyperFlex cluster.
- clusterDevice StringMoid 
- Reference to HyperFlex cluster target device ID.
- clusterName String
- Name of the cluster. It is specified only for HyperFlex based devices.
- clusterReplication DoubleFactor 
- Data replication factor of HyperFlex cluster.
- connected Double
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- membershipRatio Double
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- memoryMirroring DoubleFactor 
- Memory Reliability, availability and serviceability (RAS) factor.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmHost GetAsset Deployment Device Device Statistics Vm Host 
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterDeployment stringType 
- Deployment type of HyperFlex cluster.
- clusterDevice stringMoid 
- Reference to HyperFlex cluster target device ID.
- clusterName string
- Name of the cluster. It is specified only for HyperFlex based devices.
- clusterReplication numberFactor 
- Data replication factor of HyperFlex cluster.
- connected number
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- membershipRatio number
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- memoryMirroring numberFactor 
- Memory Reliability, availability and serviceability (RAS) factor.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmHost GetAsset Deployment Device Device Statistics Vm Host 
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cluster_deployment_ strtype 
- Deployment type of HyperFlex cluster.
- cluster_device_ strmoid 
- Reference to HyperFlex cluster target device ID.
- cluster_name str
- Name of the cluster. It is specified only for HyperFlex based devices.
- cluster_replication_ floatfactor 
- Data replication factor of HyperFlex cluster.
- connected float
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- membership_ratio float
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- memory_mirroring_ floatfactor 
- Memory Reliability, availability and serviceability (RAS) factor.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vm_host GetAsset Deployment Device Device Statistics Vm Host 
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterDeployment StringType 
- Deployment type of HyperFlex cluster.
- clusterDevice StringMoid 
- Reference to HyperFlex cluster target device ID.
- clusterName String
- Name of the cluster. It is specified only for HyperFlex based devices.
- clusterReplication NumberFactor 
- Data replication factor of HyperFlex cluster.
- connected Number
- The status of the persistent connection between the device connector and Intersight, for HyperFlex or UCS device. 1 represents being connected and 0 represents being disconnected.
- membershipRatio Number
- Defines the average proportion of resources used by the device within the cluster. example in a cluster having 3 nodes, the membershipRatio of each node is 1/3 or 0.33. It is specified only for HyperFlex based devices.
- memoryMirroring NumberFactor 
- Memory Reliability, availability and serviceability (RAS) factor.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vmHost Property Map
- VM host which is associated with the serial. It is updated only for devices which has vm installation.
GetAssetDeploymentDeviceDeviceStatisticsVmHost       
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ClusterIdentity string
- Reference to virtualization cluster identity.
- ClusterMoid string
- Reference to virtualization cluster ID.
- ClusterName string
- Reference to virtualization cluster name.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ClusterIdentity string
- Reference to virtualization cluster identity.
- ClusterMoid string
- Reference to virtualization cluster ID.
- ClusterName string
- Reference to virtualization cluster name.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterIdentity String
- Reference to virtualization cluster identity.
- clusterMoid String
- Reference to virtualization cluster ID.
- clusterName String
- Reference to virtualization cluster name.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterIdentity string
- Reference to virtualization cluster identity.
- clusterMoid string
- Reference to virtualization cluster ID.
- clusterName string
- Reference to virtualization cluster name.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cluster_identity str
- Reference to virtualization cluster identity.
- cluster_moid str
- Reference to virtualization cluster ID.
- cluster_name str
- Reference to virtualization cluster name.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- clusterIdentity String
- Reference to virtualization cluster identity.
- clusterMoid String
- Reference to virtualization cluster ID.
- clusterName String
- Reference to virtualization cluster name.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetAssetDeploymentDeviceParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDevicePermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceRegisteredDevice     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmInfos List<GetAsset Deployment Device Result Alarm Info> 
- Ancestors
List<GetAsset Deployment Device Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Deployments
List<GetAsset Deployment Device Result Deployment> 
- DeviceContract List<GetInformations Asset Deployment Device Result Device Contract Information> 
- DeviceId string
- Unique identifier of the Cisco device.
- DeviceInformations List<GetAsset Deployment Device Result Device Information> 
- DevicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- DeviceStatistics List<GetAsset Deployment Device Result Device Statistic> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetAsset Deployment Device Result Parent> 
- PermissionResources List<GetAsset Deployment Device Result Permission Resource> 
- ProductSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- ProductType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- RegisteredDevice stringMoid 
- String reference to the device connector.
- RegisteredDevices List<GetAsset Deployment Device Result Registered Device> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubscriptionAccounts List<GetAsset Deployment Device Result Subscription Account> 
- Subscriptions
List<GetAsset Deployment Device Result Subscription> 
- 
List<GetAsset Deployment Device Result Tag> 
- UnitOf List<GetMeasures Asset Deployment Device Result Unit Of Measure> 
- VersionContexts List<GetAsset Deployment Device Result Version Context> 
- VirtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- Workload string
- Workload/Usecase running on the device.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AlarmInfos []GetAsset Deployment Device Result Alarm Info 
- Ancestors
[]GetAsset Deployment Device Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Deployments
[]GetAsset Deployment Device Result Deployment 
- DeviceContract []GetInformations Asset Deployment Device Result Device Contract Information 
- DeviceId string
- Unique identifier of the Cisco device.
- DeviceInformations []GetAsset Deployment Device Result Device Information 
- DevicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- DeviceStatistics []GetAsset Deployment Device Result Device Statistic 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetAsset Deployment Device Result Parent 
- PermissionResources []GetAsset Deployment Device Result Permission Resource 
- ProductSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- ProductType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- RegisteredDevice stringMoid 
- String reference to the device connector.
- RegisteredDevices []GetAsset Deployment Device Result Registered Device 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubscriptionAccounts []GetAsset Deployment Device Result Subscription Account 
- Subscriptions
[]GetAsset Deployment Device Result Subscription 
- 
[]GetAsset Deployment Device Result Tag 
- UnitOf []GetMeasures Asset Deployment Device Result Unit Of Measure 
- VersionContexts []GetAsset Deployment Device Result Version Context 
- VirtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- Workload string
- Workload/Usecase running on the device.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmInfos List<GetAsset Deployment Device Result Alarm Info> 
- ancestors
List<GetAsset Deployment Device Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- deployments
List<GetAsset Deployment Device Result Deployment> 
- deviceContract List<GetInformations Asset Deployment Device Result Device Contract Information> 
- deviceId String
- Unique identifier of the Cisco device.
- deviceInformations List<GetAsset Deployment Device Result Device Information> 
- devicePid String
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics List<GetAsset Deployment Device Result Device Statistic> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetAsset Deployment Device Result Parent> 
- permissionResources List<GetAsset Deployment Device Result Permission Resource> 
- productSubgroup String
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType String
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice StringMoid 
- String reference to the device connector.
- registeredDevices List<GetAsset Deployment Device Result Registered Device> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscriptionAccounts List<GetAsset Deployment Device Result Subscription Account> 
- subscriptions
List<GetAsset Deployment Device Result Subscription> 
- 
List<GetAsset Deployment Device Result Tag> 
- unitOf List<GetMeasures Asset Deployment Device Result Unit Of Measure> 
- versionContexts List<GetAsset Deployment Device Result Version Context> 
- virtualizationPlatform String
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload String
- Workload/Usecase running on the device.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- alarmInfos GetAsset Deployment Device Result Alarm Info[] 
- ancestors
GetAsset Deployment Device Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- deployments
GetAsset Deployment Device Result Deployment[] 
- deviceContract GetInformations Asset Deployment Device Result Device Contract Information[] 
- deviceId string
- Unique identifier of the Cisco device.
- deviceInformations GetAsset Deployment Device Result Device Information[] 
- devicePid string
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics GetAsset Deployment Device Result Device Statistic[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetAsset Deployment Device Result Parent[] 
- permissionResources GetAsset Deployment Device Result Permission Resource[] 
- productSubgroup string
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType string
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice stringMoid 
- String reference to the device connector.
- registeredDevices GetAsset Deployment Device Result Registered Device[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscriptionAccounts GetAsset Deployment Device Result Subscription Account[] 
- subscriptions
GetAsset Deployment Device Result Subscription[] 
- 
GetAsset Deployment Device Result Tag[] 
- unitOf GetMeasures Asset Deployment Device Result Unit Of Measure[] 
- versionContexts GetAsset Deployment Device Result Version Context[] 
- virtualizationPlatform string
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload string
- Workload/Usecase running on the device.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- alarm_infos Sequence[GetAsset Deployment Device Result Alarm Info] 
- ancestors
Sequence[GetAsset Deployment Device Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- deployments
Sequence[GetAsset Deployment Device Result Deployment] 
- device_contract_ Sequence[Getinformations Asset Deployment Device Result Device Contract Information] 
- device_id str
- Unique identifier of the Cisco device.
- device_informations Sequence[GetAsset Deployment Device Result Device Information] 
- device_pid str
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- device_statistics Sequence[GetAsset Deployment Device Result Device Statistic] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetAsset Deployment Device Result Parent] 
- permission_resources Sequence[GetAsset Deployment Device Result Permission Resource] 
- product_subgroup str
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- product_type str
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registered_device_ strmoid 
- String reference to the device connector.
- registered_devices Sequence[GetAsset Deployment Device Result Registered Device] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscription_accounts Sequence[GetAsset Deployment Device Result Subscription Account] 
- subscriptions
Sequence[GetAsset Deployment Device Result Subscription] 
- 
Sequence[GetAsset Deployment Device Result Tag] 
- unit_of_ Sequence[Getmeasures Asset Deployment Device Result Unit Of Measure] 
- version_contexts Sequence[GetAsset Deployment Device Result Version Context] 
- virtualization_platform str
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload str
- Workload/Usecase running on the device.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- alarmInfos List<Property Map>
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- deployments List<Property Map>
- deviceContract List<Property Map>Informations 
- deviceId String
- Unique identifier of the Cisco device.
- deviceInformations List<Property Map>
- devicePid String
- Product identifier for the specified Cisco device. It is used to distinguish between HyperFlex and UCS devices.
- deviceStatistics List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- productSubgroup String
- Product Subgroup type helps to determine if device subgroup within Product type has to be billed using consumption metering. example \ N9300 Series\ in Product type \ SWITCH\ .
- productType String
- Product type helps to determine if device has to be billed using consumption metering. example \ SERVER\ .
- registeredDevice StringMoid 
- String reference to the device connector.
- registeredDevices List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subscriptionAccounts List<Property Map>
- subscriptions List<Property Map>
- List<Property Map>
- unitOf List<Property Map>Measures 
- versionContexts List<Property Map>
- virtualizationPlatform String
- Virtualization platform is used to identify the hypervisor type. example \ ESXi\ .
- workload String
- Workload/Usecase running on the device.
GetAssetDeploymentDeviceResultAlarmInfo      
- AdditionalProperties string
- ClassId string
- EnabledAlarms List<string>
- ObjectType string
- AdditionalProperties string
- ClassId string
- EnabledAlarms []string
- ObjectType string
- additionalProperties String
- classId String
- enabledAlarms List<String>
- objectType String
- additionalProperties string
- classId string
- enabledAlarms string[]
- objectType string
- additional_properties str
- class_id str
- enabled_alarms Sequence[str]
- object_type str
- additionalProperties String
- classId String
- enabledAlarms List<String>
- objectType String
GetAssetDeploymentDeviceResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultDeployment     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultDeviceContractInformation       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultDeviceInformation      
- AdditionalProperties string
- ApplicationName string
- ClassId string
- Description string
- DeviceTransactions List<GetAsset Deployment Device Result Device Information Device Transaction> 
- InstanceId string
- ItemType string
- MlbProduct doubleId 
- MlbProduct stringName 
- ObjectType string
- OldDevice stringId 
- OldDevice stringStatus Description 
- OldDevice doubleStatus Id 
- OldInstance stringId 
- AdditionalProperties string
- ApplicationName string
- ClassId string
- Description string
- DeviceTransactions []GetAsset Deployment Device Result Device Information Device Transaction 
- InstanceId string
- ItemType string
- MlbProduct float64Id 
- MlbProduct stringName 
- ObjectType string
- OldDevice stringId 
- OldDevice stringStatus Description 
- OldDevice float64Status Id 
- OldInstance stringId 
- additionalProperties String
- applicationName String
- classId String
- description String
- deviceTransactions List<GetAsset Deployment Device Result Device Information Device Transaction> 
- instanceId String
- itemType String
- mlbProduct DoubleId 
- mlbProduct StringName 
- objectType String
- oldDevice StringId 
- oldDevice StringStatus Description 
- oldDevice DoubleStatus Id 
- oldInstance StringId 
- additionalProperties string
- applicationName string
- classId string
- description string
- deviceTransactions GetAsset Deployment Device Result Device Information Device Transaction[] 
- instanceId string
- itemType string
- mlbProduct numberId 
- mlbProduct stringName 
- objectType string
- oldDevice stringId 
- oldDevice stringStatus Description 
- oldDevice numberStatus Id 
- oldInstance stringId 
- additional_properties str
- application_name str
- class_id str
- description str
- device_transactions Sequence[GetAsset Deployment Device Result Device Information Device Transaction] 
- instance_id str
- item_type str
- mlb_product_ floatid 
- mlb_product_ strname 
- object_type str
- old_device_ strid 
- old_device_ strstatus_ description 
- old_device_ floatstatus_ id 
- old_instance_ strid 
- additionalProperties String
- applicationName String
- classId String
- description String
- deviceTransactions List<Property Map>
- instanceId String
- itemType String
- mlbProduct NumberId 
- mlbProduct StringName 
- objectType String
- oldDevice StringId 
- oldDevice StringStatus Description 
- oldDevice NumberStatus Id 
- oldInstance StringId 
GetAssetDeploymentDeviceResultDeviceInformationDeviceTransaction        
- Action string
- AdditionalProperties string
- ClassId string
- ObjectType string
- StatusDescription string
- StatusId double
- Timestamp string
- TransactionBatch doubleId 
- TransactionDate string
- TransactionSequence double
- Action string
- AdditionalProperties string
- ClassId string
- ObjectType string
- StatusDescription string
- StatusId float64
- Timestamp string
- TransactionBatch float64Id 
- TransactionDate string
- TransactionSequence float64
- action String
- additionalProperties String
- classId String
- objectType String
- statusDescription String
- statusId Double
- timestamp String
- transactionBatch DoubleId 
- transactionDate String
- transactionSequence Double
- action string
- additionalProperties string
- classId string
- objectType string
- statusDescription string
- statusId number
- timestamp string
- transactionBatch numberId 
- transactionDate string
- transactionSequence number
- action str
- additional_properties str
- class_id str
- object_type str
- status_description str
- status_id float
- timestamp str
- transaction_batch_ floatid 
- transaction_date str
- transaction_sequence float
- action String
- additionalProperties String
- classId String
- objectType String
- statusDescription String
- statusId Number
- timestamp String
- transactionBatch NumberId 
- transactionDate String
- transactionSequence Number
GetAssetDeploymentDeviceResultDeviceStatistic      
- AdditionalProperties string
- ClassId string
- ClusterDeployment stringType 
- ClusterDevice stringMoid 
- ClusterName string
- ClusterReplication doubleFactor 
- Connected double
- MembershipRatio double
- MemoryMirroring doubleFactor 
- ObjectType string
- VmHosts List<GetAsset Deployment Device Result Device Statistic Vm Host> 
- AdditionalProperties string
- ClassId string
- ClusterDeployment stringType 
- ClusterDevice stringMoid 
- ClusterName string
- ClusterReplication float64Factor 
- Connected float64
- MembershipRatio float64
- MemoryMirroring float64Factor 
- ObjectType string
- VmHosts []GetAsset Deployment Device Result Device Statistic Vm Host 
- additionalProperties String
- classId String
- clusterDeployment StringType 
- clusterDevice StringMoid 
- clusterName String
- clusterReplication DoubleFactor 
- connected Double
- membershipRatio Double
- memoryMirroring DoubleFactor 
- objectType String
- vmHosts List<GetAsset Deployment Device Result Device Statistic Vm Host> 
- additionalProperties string
- classId string
- clusterDeployment stringType 
- clusterDevice stringMoid 
- clusterName string
- clusterReplication numberFactor 
- connected number
- membershipRatio number
- memoryMirroring numberFactor 
- objectType string
- vmHosts GetAsset Deployment Device Result Device Statistic Vm Host[] 
- additionalProperties String
- classId String
- clusterDeployment StringType 
- clusterDevice StringMoid 
- clusterName String
- clusterReplication NumberFactor 
- connected Number
- membershipRatio Number
- memoryMirroring NumberFactor 
- objectType String
- vmHosts List<Property Map>
GetAssetDeploymentDeviceResultDeviceStatisticVmHost        
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- ClassId string
- ClusterIdentity string
- ClusterMoid string
- ClusterName string
- ObjectType string
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- ClassId string
- ClusterIdentity string
- ClusterMoid string
- ClusterName string
- ObjectType string
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- classId String
- clusterIdentity String
- clusterMoid String
- clusterName String
- objectType String
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- classId string
- clusterIdentity string
- clusterMoid string
- clusterName string
- objectType string
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- class_id str
- cluster_identity str
- cluster_moid str
- cluster_name str
- object_type str
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- classId String
- clusterIdentity String
- clusterMoid String
- clusterName String
- objectType String
GetAssetDeploymentDeviceResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultRegisteredDevice      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultSubscription     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultSubscriptionAccount      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetAssetDeploymentDeviceResultUnitOfMeasure       
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Unit string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Unit string
- additionalProperties String
- classId String
- name String
- objectType String
- unit String
- additionalProperties string
- classId string
- name string
- objectType string
- unit string
- additional_properties str
- class_id str
- name str
- object_type str
- unit str
- additionalProperties String
- classId String
- name String
- objectType String
- unit String
GetAssetDeploymentDeviceResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetAssetDeploymentDeviceResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetAssetDeploymentDeviceSubscription    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceSubscriptionAccount     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetAssetDeploymentDeviceUnitOfMeasure      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Unit string
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Unit string
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unit String
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unit string
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name str
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unit str
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Metric type used to calculate metering for the device sent from the IB Contract. example Node, vMemory, vCPU.- None- A default value to catch cases where metric type is not correctly detected.
- Node- The metering of the device is on the basis of Power state.
- Storage- The metering of the device is on the basis of used Storage.
- vMemory- The metering of the device is on the basis of VM Memory.
- vCPU- The metering of the device is on the basis of vCPU.
- vStorage- The metering of the device is on the basis of used virtual Storage.
- Switch- The metering of the device is on the basis of Switch.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unit String
- Metric unit used to calculate metering for the device sent from the IB Contract. example Node, GiB, Cores.- None- A default value to catch cases where metric unit is not correctly detected.
- Node- It is applicable for Node Metric type.
- GiB- It is applicable for VMemory, vStorage and Storage Metric types.
- TiB- It is applicable for VMemory, vStorage and Storage Metric types.
- Cores- It is applicable for vCPU Metric type.
- Switch- It is applicable for Switch Metric type.
- Port- It is applicable for Switch Metric type.
 
GetAssetDeploymentDeviceVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetAsset Deployment Device Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Deployment Device Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetAsset Deployment Device Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetAsset Deployment Device Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetAsset Deployment Device Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Deployment Device Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetAsset Deployment Device Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetAsset Deployment Device Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetAsset Deployment Device Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetAsset Deployment Device Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetAssetDeploymentDeviceVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetAssetDeploymentDeviceVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet