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.

Apa itu IDRAC 9 - Set PD Offline?

IDRAC 9 - Set PD Offline adalah ekstensi Chrome yang dikembangkan oleh Code4dell, dan fitur utamanya adalah "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi IDRAC 9 - Set PD Offline

Unduh file ekstensi IDRAC 9 - Set PD Offline dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IDRAC 9 - Set PD Offline IDRAC 9 - Set PD Offline
ID ifjfpnipghepmfdcikgbaphmdbafapej
URL Resmi https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej
Deskripsi The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server.
Ukuran File 428 KB
Jumlah Instalasi 85
Versi Saat Ini 2
Terakhir Diperbarui 2020-10-01
Tanggal Publikasi 2020-09-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Code4dell
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}