{"id":20111771,"url":"https://github.com/openstack/sushy-oem-idrac","last_synced_at":"2026-05-28T23:31:36.628Z","repository":{"id":66174865,"uuid":"483478887","full_name":"openstack/sushy-oem-idrac","owner":"openstack","description":"An extension to sushy package supporting Redfish features that are specific to Dell EMC BMC (which is known under the name of iDRAC). Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2024-09-03T15:03:31.000Z","size":203,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-02T18:50:40.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/sushy-oem-idrac","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-20T02:25:31.000Z","updated_at":"2024-09-03T15:03:35.000Z","dependencies_parsed_at":"2025-03-02T18:51:15.482Z","dependency_job_id":null,"html_url":"https://github.com/openstack/sushy-oem-idrac","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/sushy-oem-idrac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fsushy-oem-idrac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fsushy-oem-idrac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fsushy-oem-idrac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fsushy-oem-idrac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/sushy-oem-idrac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fsushy-oem-idrac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33630999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:17:39.665Z","updated_at":"2026-05-28T23:31:36.608Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nDell EMC OEM extension for sushy\n================================\n\n[Sushy](https://opendev.org/openstack/sushy) is a library designed to\ncommunicate with [Redfish](https://en.wikipedia.org/wiki/Redfish_(specification))\nbased BMC.\n\nRedfish specification offers extensibility mechanism to let hardware vendors\nintroduce their own features with the common Redfish framework. At the same\ntime, `sushy` supports extending its data model by loading extensions found\nwithin its \"oem\" namespace.\n\nThe `sushy-oem-idrac` package is a sushy extension package that aims at\nadding high-level hardware management abstractions, that are specific to\nDell EMC BMC (which is known under the name of iDRAC), to the tree of sushy\nRedfish resources.\n\nExample use\n-----------\n\nOnce installed, sushy user can access Dell EMC OEM resources. For example,\nOEM extension of Manager resource can be instrumental for switching the\nnode to boot from a virtual media device:\n\n```python\n\nimport sushy\n\nroot = sushy.Sushy('http://mydellemcbmc.example.com')\nmanager = root.get_manager('iDRAC.Embedded.1')\n\noem_manager = manager.get_oem_extension('Dell')\n\noem_manager.set_virtual_boot_device(\n    sushy.VIRTUAL_MEDIA_CD, persistent=False, manager=manager)    \n```\n\nSee full example of virtual media boot setup in the\n[functional test suite](https://opendev.org/openstack/sushy-oem-idrac/src/branch/master/sushy_oem_idrac/tests/functional/vmedia_boot.py).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fsushy-oem-idrac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fsushy-oem-idrac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fsushy-oem-idrac/lists"}