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'est-ce que IDRAC 9 - Set PD Offline ?

IDRAC 9 - Set PD Offline est une extension Chrome développée par Code4dell, et sa fonction principale est "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IDRAC 9 - Set PD Offline

Téléchargez les fichiers d'extension IDRAC 9 - Set PD Offline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
ID ifjfpnipghepmfdcikgbaphmdbafapej
URL Officiel https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej
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.
Taille du Fichier 428 KB
Nombre d'Installations 85
Version Actuelle 2
Dernière Mise à Jour 2020-10-01
Date de Publication 2020-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Code4dell
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}