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.

¿Qué es IDRAC 9 - Set PD Offline?

IDRAC 9 - Set PD Offline es una extensión de Chrome desarrollada por Code4dell, y su función principal es "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión IDRAC 9 - Set PD Offline

Descarga archivos de extensión IDRAC 9 - Set PD Offline en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
ID ifjfpnipghepmfdcikgbaphmdbafapej
URL Oficial https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej
Descripción The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Tamaño del Archivo 428 KB
Cantidad de Instalaciones 85
Versión Actual 2
Última Actualización 2020-10-01
Fecha de Publicación 2020-09-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Code4dell
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*"
    ]
}