Skip to content

Commit

Permalink
fix DiscoveryInfo key names
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Salmela <[email protected]>
  • Loading branch information
jacobsalmela committed May 9, 2023
1 parent 4af8fe0 commit 94f894d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.8.1] - 2023-04-26

### Fixed

- Incorrect DiscoveryInfo key names in the swagger spec. Specifically, LastAttempt -> LastDiscoveryAttempt and LastStatus -> LastDiscoveryStatus

## [2.8.0] - 2023-05-03

### Added
Expand Down
6 changes: 3 additions & 3 deletions api/swagger_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ paths:
description: >-
Retrieve the RedfishEndpoint with the given IP address. A blank
string will get Redfish endpoints without IP addresses.
- name: laststatus
- name: lastdiscoverystatus
in: query
type: string
description: >-
Expand Down Expand Up @@ -9757,12 +9757,12 @@ definitions:
description: >-
Contains info about the discovery status of the given endpoint.
properties:
LastAttempt:
LastDiscoveryAttempt:
description: The time the last discovery attempt took place.
format: date-time
readOnly: true
type: string
LastStatus:
LastDiscoveryStatus:
description: Describes the outcome of the last discovery attempt.
enum:
- EndpointInvalid
Expand Down

0 comments on commit 94f894d

Please sign in to comment.