---
title: "bmc metric reports"
method: GET
path: "/v1/bmc/metrics"
tags: ["v1", "bmc"]
---

# bmc metric reports

`GET /v1/bmc/metrics`

#### Controller: 

`github.com/ubccr/grendel/internal/api.(*Handler).BmcMetricReports`

#### Middlewares:

- `github.com/go-fuego/fuego.defaultLogger.middleware`
- `github.com/ubccr/grendel/internal/api.(*Handler).authMiddleware`

---

Get metric reports by nodeset

## Query parameters

- `nodeset` string
- `tags` string

## Headers

- `Accept` string

## Response `200`

OK

- RedfishMetricReport[]
  - `name` string
  - `reports` object[], nullable
    - `@Message.ExtendedInfo` object[]
      - `Message` string
      - `MessageArgs` string[], nullable
      - `MessageId` string
      - `MessageSeverity` string
      - `Oem` unknown
      - `RelatedProperties` string[], nullable
      - `Resolution` string
      - `ResolutionSteps` object[], nullable
        - `ActionParameters` object[], nullable
          - `AllowableNumbers` string[], nullable
          - `AllowablePattern` string
          - `AllowableValueDescriptions` string[], nullable
          - `AllowableValues` string[], nullable
          - `ArraySizeMaximum` integer, nullable
          - `ArraySizeMinimum` integer, nullable
          - `DataType` string
          - `DefaultValue` string
          - `MaximumValue` number, double, nullable
          - `MinimumValue` number, double, nullable
          - `Name` string
          - `NoDefaultValue` boolean
          - `ObjectDataType` string
          - `Required` boolean
        - `ActionURI` string
        - `Oem` unknown
        - `Priority` integer, nullable
        - `ResolutionType` string
        - `RetryCount` integer, nullable
        - `RetryIntervalSeconds` integer, nullable
        - `TargetComponentURI` string
      - `Severity` string
      - `UserAuthenticationSource` string
      - `Username` string
    - `@odata.context` string
    - `@odata.etag` string
    - `@odata.id` string
    - `@odata.type` string
    - `Context` string
    - `Description` string
    - `Id` string
    - `MetricValues` object[], nullable
      - `MetricId` string
      - `MetricProperty` string
      - `MetricValue` string
      - `Oem` unknown
      - `Timestamp` string
    - `Name` string
    - `Oem` unknown
    - `ReportSequence` string
    - `Timestamp` string

## Other responses

- `default` — Default Error

## Changes

- **2026-08-18** `62eb4acab992` — 38 breaking
  - the response property `items/reports` became nullable for the status `200` (media type: application/json)
  - the response property `items/reports` became nullable for the status `200` (media type: application/xml)
  - the response property `items/reports/items/@Message.ExtendedInfo/items/MessageArgs` became nullable for the status `200` (media type: application/json)
  - the response property `items/reports/items/@Message.ExtendedInfo/items/MessageArgs` became nullable for the status `200` (media type: application/xml)
  - …34 more
- **2026-01-28** `5378a3e6f933` — 2 warning, 6 info
  - removed the optional property `items/reports/items/MetricValues/items/MetricID` from the response with the `200` status (media type: application/json)
  - removed the optional property `items/reports/items/MetricValues/items/MetricID` from the response with the `200` status (media type: application/xml)
  - added the optional property `items/reports/items/@Message.ExtendedInfo` to the response with the `200` status (media type: application/json)
  - added the optional property `items/reports/items/@Message.ExtendedInfo` to the response with the `200` status (media type: application/xml)
  - …4 more
- **2025-03-21** `9e09e176e964` — 1 info
  - endpoint added
- **2024-12-03** `29c6a9c3f49b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ubccr/apis/grendel-api/changes/v1/bmc/metrics/get.md)

---

[API](https://skmtc.dev/ubccr/apis/grendel-api.md) · [All operations](https://skmtc.dev/ubccr/apis/grendel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ubccr/grendel-api/revisions/62eb4acab992/schema)
