Oracle Enterprise Manager Target

Schema for a monitored target in Oracle Enterprise Manager Cloud Control. A target represents any managed entity such as an Oracle Database, host server, middleware instance, application, or composite system monitored through the Enterprise Manager platform.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
targetId string Unique identifier assigned by Enterprise Manager when the target is registered.
targetName string Display name of the target. Must be unique within the combination of target name and target type.
targetType string The type of the target, defining its monitoring template, available metrics, and configuration properties.
targetDisplayType string Human-readable display name for the target type.
hostName string Fully qualified hostname or IP address where the target resides.
lifecycleStatus string Current lifecycle management status of the target within Enterprise Manager.
availabilityStatus string Current availability status as reported by the monitoring agent. Indicates whether the target is reachable and operational.
agentUrl string URL of the Oracle Management Agent responsible for monitoring this target.
oracleHome string Oracle home directory path on the target host. Applicable to Oracle software targets such as databases and middleware.
machineName string Machine name where the target is deployed, which may differ from the hostname.
installLocation string Installation directory path for the target software.
timezone string Time zone of the target in standard timezone identifier format.
owner string Enterprise Manager username that owns this target and is responsible for its management.
timeCreated string ISO 8601 timestamp when the target was first added to Enterprise Manager.
timeUpdated string ISO 8601 timestamp of the most recent target configuration change.
properties object Target-type-specific configuration and instance properties. The available properties vary based on the target type. Common examples include SID, port, service name, and version.
globalProperties object Global target properties used for classification, grouping, and organizational metadata.
associations array List of associations linking this target to other targets, such as cluster membership or composite relationships.
canonicalLink string Canonical REST API URI for accessing this target resource.
View JSON Schema on GitHub