Configuration Management REST Endpoints

Configuration Management
APIs to retrieve configuration metric data and explore relationships (memberships, associations) for managed targets.
Get configuration metric data for a target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}
Get configuration metric extension data source for a target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/{dataSourceName}
Get configuration metric groups for the target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups
Get filtered configuration metric data for a target
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/actions/filter
Get filtered configuration metric extension data source for a target
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/{dataSourceName}/actions/filter
Get raw contents of a configuration extension data source
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/{dataSourceName}/source
List immediate (direct) relationships for a target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/immediateRelationships
List members of a target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/members
List targets this target belongs to
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/memberof