IDRAC 9 - Set PD Offline
The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Wat is IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline is een Chrome-extensie ontwikkeld door Code4dell, en de belangrijkste functie is "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".
Extensie Screenshots
Download het CRX-bestand van de extensie IDRAC 9 - Set PD Offline
Download IDRAC 9 - Set PD Offline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Version 2: The tool is simple. In case you need to put a disk offline without accessing perccli or omsa and you only have access through IDRAC, this tool will help you to do this. Only works on IDRAC 9.
Basisinformatie over de Extensie
Naam | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
Officiële URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Beschrijving | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Bestandsgrootte | 428 KB |
Aantal Installaties | 85 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2020-10-01 |
Publicatiedatum | 2020-09-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Code4dell |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IDRAC 9 - Set PD Offline", "manifest_version": 2, "version": "2", "description": "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.", "browser_action": { "default_icon": "icon.png", "default_title": "IDRAC 9 - Set PD Offline" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |