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: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName} - Get configuration metric extension data source for a target
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/{dataSourceName} - Get configuration metric groups for the target
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups - Get filtered configuration metric data for a target
- Method: postPath:
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: postPath:
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: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/configMetricGroups/{metricName}/{dataSourceName}/source - List immediate (direct) relationships for a target
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/immediateRelationships - List members of a target
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/members - List targets this target belongs to
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/memberof