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.
IDRAC 9 - Set PD Offline란 무엇입니까?
IDRAC 9 - Set PD Offline은(는) Code4dell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server."입니다.
확장 프로그램 스크린샷
IDRAC 9 - Set PD Offline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | ifjfpnipghepmfdcikgbaphmdbafapej |
공식 URL | https://chromewebstore.google.com/detail/idrac-9-set-pd-offline/ifjfpnipghepmfdcikgbaphmdbafapej |
설명 | The tool is developped for use the new redfish api which allow to put a disk offline without need to swith off the server. |
파일 크기 | 428 KB |
설치 횟수 | 85 |
현재 버전 | 2 |
최근 업데이트 | 2020-10-01 |
출시 날짜 | 2020-09-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Code4dell |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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:\/\/*\/*" ] } |