Reference Guide
Table Of Contents
- Dell Command | Monitor Version 10.2.1 Reference Guide
- Introduction for Dell Command | Monitor 10.2.1
- Dell Command | Monitor 10.2.1 Namespaces
- Profiles for Dell Command | Monitor 10.2.1
- Classes for Dell Command | Monitor 10.2.1
- Dell Command | Monitor 10.2.1 classes and properties
- Classes supported for systems running Linux
- Classes supported for systems running Windows
- DCIM_AlertIndication
- DCIM_ApplicationProxySetting
- DCIM_BaseMetricDefinition
- DCIM_Card
- DCIM_Chassis
- DCIM_Chip
- DCIM_DesktopMonitor
- DCIM_DHCPProtocolEndpoint
- DCIM_EthernetPort
- DCIM_FlatPanel
- DCIM_IPProtocolEndpoint
- DCIM_ImprovementProgramConsent
- DCIM_ControllerView
- DCIM_PhysicalDiskView
- DCIM_VirtualDiskView
- DCIM_PhysicalMemory
- DCIM_PhysicalPackage
- DCIM_ParallelPort
- DCIM_RemoteServiceAccessPoint
- DCIM_Slot
- DCIM_SerialPort
- DCIM_USBPort
- DCIM_Memory
- DCIM_PCIDevice
- DCIM_DisplayController
- DCIM_Fan
- DCIM_IndicatorLED
- DCIM_PowerSupply
- DCIM_Battery
- DCIM_Processor
- DCIM_NumericSensor
- DCIM_Sensor
- DCIM_DeviceBay
- DCIM_VideoHead
- DCIM_Button
- DCIM_LCDPanel
- DCIM_NetworkPortConfigurationService
- DCIM_TimeService
- DCIM_AccountManagementService
- DCIM_RoleBasedAuthorizationService
- DCIM_PowerManagementService
- DCIM_BootService
- DCIM_IPConfigurationService
- DCIM_PowerUtilizationManagementService
- DCIM_BIOSService
- DCIM_SoftwareInstallationService
- DCIM_ComputerSystem
- DCIM_RecordLog
- DCIM_OperatingSystem
- DCIM_SoftwareIdentity
- DCIM_BIOSElement
- DCIM_ConcreteJob
- DCIM_BootSourceSetting
- DCIM_BootConfigSetting
- DCIM_IPAssignmentSettingData
- DCIM_PowerAllocationSettingData
- DCIM_AssetAcquisition
- DCIM_AssetExtendedWarrantyInformation
- DCIM_AssetOwnerInformation
- DCIM_AssetSupportInformation
- DCIM_AssetWarrantyInformation
- DCIM_AssetSystemInformation
- DCIM_AMTSettings
- DCIM_ASFSettings
- DCIM_VProSettings
- DCIM_AlertIndicationSettingData
- DCIM_HDDAlertIndicationSettingData
- DCIM_BaseMetricValue
- DCIM_LogEntry
- DCIM_IndicatorLEDCapabilities
- DCIM_ProcessorCapabilities
- DCIM_AccountManagementCapabilities
- DCIM_BootServiceCapabilities
- DCIM_PlatformWatchdogServiceCapabilities
- DCIM_DHCPCapabilities
- DCIM_PowerUtilizationManagementCapabilities
- DCIM_EnabledLogicalElementCapabilities
- DCIM_ButtonCapabilities
- DCIM_LCDPanelCapabilities
- DCIM_PowerManagementCapabilities
- DCIM_PhysicalAssetCapabilities
- DCIM_RoleBasedManagementCapabilities
- DCIM_AllocationCapabilities
- DCIM_BIOSServiceCapabilities
- DCIM_SoftwareInstallationServiceCapabilities
- DCIM_ConcreteCollection
- DCIM_RedundancySet
- DCIM_Role
- DCIM_IndicationSettingCollection
- DCIM_ConfigurationCapacity
- DCIM_Location
- DCIM_BIOSEnumeration
- DCIM_BIOSPassword
- DCIM_BIOSString
- DCIM_MemoryError
- DCIM_IdentityContext
- DCIM_OrderedComponent
- DCIM_Container
- DCIM_ConcreteComponent
- DCIM_SystemDevice
- DCIM_AccountOnSystem
- DCIM_InstalledOS
- DCIM_SystemBIOS
- DCIM_SystemComponent
- DCIM_SettingsDefineCapabilities
- DCIM_DeviceSAPImplementation
- DCIM_HostedAccessPoint
- DCIM_HostedCollection
- DCIM_HostedService
- DCIM_VideoHeadOnController
- DCIM_SAPSAPDependency
- DCIM_ReferencedProfile
- DCIM_MetricDefForME
- DCIM_MetricForME
- DCIM_MetricInstance
- DCIM_ElementInConnector
- DCIM_Docked
- DCIM_ConcreteDependency
- DCIM_Realizes
- DCIM_ComputerSystemPackage
- DCIM_RunningOS
- DCIM_UseOfLog
- DCIM_AssociatedIndicatorLED
- DCIM_AssociatedCacheMemory
- DCIM_AssociatedSensor
- DCIM_RemoteAccessAvailableToElement
- DCIM_ServiceServiceDependency
- DCIM_DeviceConnection
- DCIM_ElementSoftwareIdentity
- DCIM_ElementCapabilities
- DCIM_ElementSettingData
- DCIM_OrderedMemberOfCollection
- DCIM_MemberOfCollection
- DCIM_OwningCollectionElement
- DCIM_ElementConformsToProfile
- DCIM_RoleLimitedToTarget
- DCIM_ElementCapacity
- DCIM_ServiceAffectsElement
- DCIM_AssociatedPowerManagementService
- DCIM_ServiceAvailableToElement
- DCIM_LogManagesRecord
- DCIM_InstalledSoftwareIdentity
- DCIM_ConcreteIdentity
- DCIM_SMARTAttributeInfo
- DCIM_SettingsDefineState
- DCIM_ElementLocation
- DCIM_CredentialContext
- DCIM_OwningJobElement
- BIOS settings supported in Dell Command | Monitor 10.2.1
- Alerts in Dell Command | Monitor 10.2.1
- Sample scripts for Dell Command | Monitor 10.2.1
Table 1. AlertIndication (continued)
Property Description Supported
Operating
System(s)
EventID
An instrumentation or provider-specific value that
describes the underlying real-world event
represented by the Indication. Two Indications
with the same, non NULL EventID value are
considered, by the creating entity, to represent
the same event. The comparison of two EventID
values is only defined for Alert Indications with
identical, non NULL values of
SystemCreateClassName, SystemName, and
ProviderName.
Microsoft Windows,
Linux
IndicationIdentifier
An identifier for the Indication. This property is
similar to a key value in that it can be used for
identification, when correlating Indications (see
the CorrelatedIndications array). Its value
SHOULD be unique as long as correlations are
reported, but MAY be reused or left NULL if no
future Indications will reference it in their
CorrelatedIndications array. To ensure uniqueness,
the value of IndicationIdentifier should be
constructed using the following preferred
algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID>are separated by a
colon (:), and where <OrgID> must include a
copyrighted, trademarked, or otherwise unique
name that is owned by the business entity that is
creating or defining the IndicationIdentifier or that
is a recognized ID that is assigned to the business
entity by a recognized global authority. (This
requirement is similar to the <Schema
Name>_<Class Name> structure of Schema class
names.) In addition, to ensure uniqueness must not
contain a colon (:). When using this algorithm, the
first colon to appear in IndicationIdentifier must
appear between <OrgID>and <LocalID> is chosen
by the business entity and should not be re-used
to identify different underlying (real-world)
elements. If the above preferred algorithm is not
used, the defining entity should assure that the
resulting IndicationIdentifier is not reused across
any IndicationIdentifiers that are produced by this
or other providers for the NameSpace of this
instance.
Microsoft Windows
IndicationTime
The time and date of creation of the Indication.
The property may be set to NULL if the entity
creating the Indication is not capable of
determining this information.
NOTE: IndicationTime may be the same for
two Indications that are generated in rapid
succession.
Microsoft Windows
Message
The formatted message. This message is
constructed by combining some or all of the
dynamic elements specified in the
MessageArguments property with the static
Microsoft Windows
14 Dell Command | Monitor 10.2.1 classes and properties