Skip to content

Conversation

@sudhir-intc
Copy link

This commit integrates the complete Redfish API implementation from: https://github.com/nmgaston/console

Key features:

  • Redfish API v1 implementation with OpenAPI specification
  • ComputerSystem resource management with system discovery
  • Session management and authentication (Basic Auth and X-Auth-Token)
  • Power state management (On, Off, Reset, ForceOff, etc.)
  • BIOS version, processor summary, and memory summary support
  • Metadata and OData service endpoints
  • Message registry support
  • Complete test coverage with Postman collections and integration tests
  • CI/CD workflows for automated testing

Testing:

  • Unit tests for all handlers and use cases
  • Integration tests using Newman/Postman
  • Automated CI/CD pipeline for Redfish API validation

Note: OpenAPI tooling and DMTF schema files have been removed to keep only the merged redfish-openapi.yaml specification.

This is a pre-release candidate of the Redfish feature.

@sudhir-intc sudhir-intc force-pushed the redfish-fork-to-main branch 3 times, most recently from fd4e883 to 38f7b51 Compare February 10, 2026 08:55
This commit integrates the complete Redfish API implementation from:
https://github.com/nmgaston/console

Key features:
- Redfish API v1 implementation with OpenAPI specification
- ComputerSystem resource management with system discovery
- Session management and authentication (Basic Auth and X-Auth-Token)
- Power state management (On, Off, Reset, ForceOff, etc.)
- BIOS version, processor summary, and memory summary support
- Metadata and OData service endpoints
- Message registry support
- Complete test coverage with Postman collections and integration tests
- CI/CD workflows for automated testing

Testing:
- Unit tests for all handlers and use cases
- Integration tests using Newman/Postman
- Automated CI/CD pipeline for Redfish API validation

Note: OpenAPI tooling and DMTF schema files have been removed to keep
only the merged redfish-openapi.yaml specification.

This is a pre-release candidate of the Redfish feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant