Configuration Item DMO
Represents any component that needs to be managed in order to deliver an IT service. This can include a wide range of items such as Hardware, Software, Services, Facilities etc
Object API Name: std__ConfigurationItemDmo__dlm
Category: Unassigned
Availability: Available in 260 and later versions
Primary Key Field: Id
- ConfigurationItemTypeId has a FOREIGNKEY relationship with the Cnfg Item Type Definition DMO
Idfield.
- AdditionalAttributeDataText
- AgentName
- AssetId
- cdp_sys_record_currency
- ConfigurationItemName
- ConfigurationItemTypeId
- CreatedById
- CreatedDate
- DataSourceId
- DataSourceObjectId
- FirstDiscoveredSourceName
- Id
- InternalOrganizationId
- IsArchived
- IsAvailable
- IsCreatedFromIpConnection
- IsCreatedFromUnclassifiedProcess
- IsEditable
- IsNew
- LastModifiedById
- LastModifiedDate
- LastMovedDateTime
- LastStatusCheckedDateTime
- LocationId
- MachineIpAddress
- OwnerId
- OwnerObject
- Field API Name:
std__AdditionalAttributeDataText__c - Data Type: TEXT
- Description: JSON-formatted data for dynamic or custom attributes of the configuration item.
- Field API Name:
std__AgentName__c - Data Type: TEXT
- Description: Hostname of the discovery agent associated with the configuration item. For agentless discovery, this is the discovered hostname.
- Field API Name:
std__AssetId__c - Data Type: TEXT
- Description: Reference to the Asset associated with the configuration item.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__ConfigurationItemName__c - Data Type: TEXT
- Description: Name of the configuration item.
- Field API Name:
std__ConfigurationItemTypeId__c - Data Type: TEXT
- Description: Reference to the Configuration Item Type this CI falls into
- Field API Name:
std__CreatedById__c - Data Type: TEXT
- Description: The user who created the record
- Field API Name:
std__CreatedDate__c - Data Type: DATETIME
- Description: The date and time when this record was created
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__FirstDiscoveredSourceName__c - Data Type: TEXT
- Description: Name of the source though which configuration item is first created by. Ex - AWS, AZURE, AGENT
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Primary Key
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsArchived__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration item is archived(true) or not (false).
- Field API Name:
std__IsAvailable__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration item is currently reachable or available (true) or not (false).
- Field API Name:
std__IsCreatedFromIpConnection__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration item was discovered through IP connection analysis such as netstat or socket enumeration (true) or not (false).
- Field API Name:
std__IsCreatedFromUnclassifiedProcess__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration item was discovered from an unclassified or unknown process (true) or not (false).
- Field API Name:
std__IsEditable__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration item is editable (true) or not (false).
- Field API Name:
std__IsNew__c - Data Type: BOOLEAN
- Description: Indicates whether the configuration is newly discovered or imported for the first time (true) or not (false).
- Field API Name:
std__LastModifiedById__c - Data Type: TEXT
- Description: The user who most recently changed the record
- Field API Name:
std__LastModifiedDate__c - Data Type: DATETIME
- Description: The date and time when a user last modified this record
- Field API Name:
std__LastMovedDateTime__c - Data Type: DATETIME
- Description: Date and time when the configuration item was last moved. If the configuration item is newly created, this field matches the created date. If the configuration item is moved or its location changes, this timestamp is updated.
- Field API Name:
std__LastStatusCheckedDateTime__c - Data Type: DATETIME
- Description: Date and time of the most recent status check such as ping, heartbeat, and service check.
- Field API Name:
std__LocationId__c - Data Type: TEXT
- Description: Reference to the location associated with the configuration item.
- Field API Name:
std__MachineIpAddress__c - Data Type: TEXT
- Description: IP address of the machine represented by the configuration item.
- Field API Name:
std__OwnerId__c - Data Type: TEXT
- Description: Reference to the user who owns the configuration item. Set by default to the discovery item or the user who created it.
- Field API Name:
std__OwnerObject__c - Data Type: TEXT
- Description: Name of the object which is referenced as an owner. Ex - User, UserGroup