---
title: "bmc dell install from repo"
method: POST
path: "/v1/bmc/upgrade/dell/installfromrepo"
tags: ["v1", "bmc"]
---

# bmc dell install from repo

`POST /v1/bmc/upgrade/dell/installfromrepo`

#### Controller: 

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

#### Middlewares:

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

---

Request iDRAC to download the latest firmware catalog and compare firmware versions.

## Query parameters

- `nodeset` string
- `tags` string

## Headers

- `Accept` string

## Request body

- BmcDellInstallFromRepoRequest — BmcDellInstallFromRepoRequest schema
  - `ApplyUpdate` boolean — ApplyUpdate false will only check for firmware upgrades. true will queue the update installs as a job.
  - `CatalogFile` string
  - `ClearJobQueue` boolean — clear job queue before submitting request. ApplyUpdate must be true
  - `IPAddress` string — domain name or IP address of share
  - `IgnoreCertWarning` boolean — false = share needs valid HTTPS cert, true = allow invalid certs
  - `RebootNeeded` boolean — false = do not reboot node automatically, jobs will queue as scheduled and wait until next boot. true = reboot when needed
  - `ShareName` string
  - `ShareType` string — type of share

## Response `200`

OK

- JobMessage[]
  - `data` string
  - `host` string
  - `msg` string
  - `redfish_error` object
    - `code` string
    - `error` object
      - `@Message.ExtendedInfo` object[], nullable
        - `Message` string
        - `MessageArgs.@odata.count` integer
        - `MessageId` string
        - `RelatedProperties.@odata.count` integer
        - `Resolution` string
        - `Severity` string
      - `code` string
      - `message` string
  - `status` string

## Other responses

- `default` — Default Error

---

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