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.

Co to jest IDRAC 9 - Set PD Offline?

IDRAC 9 - Set PD Offline to rozszerzenie Chrome opracowane przez Code4dell, a jego główną funkcją jest „The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia IDRAC 9 - Set PD Offline

Pobierz pliki rozszerzeń IDRAC 9 - Set PD Offline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
ID ifjfpnipghepmfdcikgbaphmdbafapej
Oficjalny URL https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej
Opis The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Rozmiar pliku 428 KB
Liczba instalacji 85
Aktualna Wersja 2
Ostatnia Aktualizacja 2020-10-01
Data Publikacji 2020-09-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Code4dell
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}