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.
O que é IDRAC 9 - Set PD Offline?
IDRAC 9 - Set PD Offline é uma extensão do Chrome desenvolvida por Code4dell, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão IDRAC 9 - Set PD Offline
Baixe arquivos de extensão IDRAC 9 - Set PD Offline no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
URL Oficial | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
Descrição | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
Tamanho do Arquivo | 428 KB |
Contagem de Instalações | 85 |
Versão Atual | 2 |
Última Atualização | 2020-10-01 |
Data de Publicação | 2020-09-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Code4dell |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/*" ] } |