{ "opencollection": "1.0.0", "info": { "name": "Oracle Enterprise Manager Cloud Control REST Blackouts Metrics API", "version": "13.5.0.23" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Oracle Enterprise Manager List Metric Groups for a Target", "type": "http" }, "http": { "method": "GET", "url": "https://{emHost}:{emPort}/em/api/targets/:targetId/metricGroups", "params": [ { "name": "targetId", "value": "", "type": "path", "description": "Unique identifier of the target." } ] }, "docs": "Returns a list of all metric groups available for a specific target. Metric groups organize related metrics and define the collection schedule and columns." }, { "info": { "name": "Oracle Enterprise Manager Get Metric Group Details", "type": "http" }, "http": { "method": "GET", "url": "https://{emHost}:{emPort}/em/api/targets/:targetId/metricGroups/:metricGroupName", "params": [ { "name": "targetId", "value": "", "type": "path", "description": "Unique identifier of the target." }, { "name": "metricGroupName", "value": "", "type": "path", "description": "Name of the metric group." } ] }, "docs": "Returns detailed information about a specific metric group for a target, including metric column definitions, collection frequency, and thresholds." }, { "info": { "name": "Oracle Enterprise Manager Get Latest Metric Data", "type": "http" }, "http": { "method": "GET", "url": "https://{emHost}:{emPort}/em/api/targets/:targetId/metricGroups/:metricGroupName/latestData", "params": [ { "name": "targetId", "value": "", "type": "path", "description": "Unique identifier of the target." }, { "name": "metricGroupName", "value": "", "type": "path", "description": "Name of the metric group." } ] }, "docs": "Returns the most recently collected metric data for a specific metric group on a target. Provides the latest snapshot of performance values." }, { "info": { "name": "Oracle Enterprise Manager Get Metric Time Series Data", "type": "http" }, "http": { "method": "GET", "url": "https://{emHost}:{emPort}/em/api/metricTimeSeries", "params": [ { "name": "targetNames", "value": "example_value", "type": "query", "description": "Comma-separated list of target names to retrieve metric data for." }, { "name": "targetTypes", "value": "example_value", "type": "query", "description": "Comma-separated list of target types to filter by." }, { "name": "metricGroups", "value": "example_value", "type": "query", "description": "Comma-separated list of metric group names." }, { "name": "metricColumns", "value": "example_value", "type": "query", "description": "Comma-separated list of metric column names." }, { "name": "startTime", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "Start of the time range in ISO 8601 format." }, { "name": "endTime", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "End of the time range in ISO 8601 format." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ] }, "docs": "Returns numeric metric data points over a specified time range for one or more targets. Supports filtering by target, metric group, metric column, and time range." } ] } ], "bundled": true }