Go to main content

Oracle® ZFS Storage Appliance RESTful API 설명서, 릴리스 OS8.8.x

인쇄 보기 종료

업데이트 날짜: 2021년 8월
 
 

구성요소 펌웨어 업데이트 상태 가져오기

보류 중, 실패 및 진행 중 상태의 구성요소 펌웨어 업데이트 수를 가져옵니다. 구성요소 펌웨어는 디스크 및 SSD 펌웨어와 디스크 인클로저 IOM 펌웨어를 총칭하는 용어입니다.

요청 예:

GET /api/system/v1/update/firmware HTTP/1.1
Authorization: Basic Tm8gcGVla2luZyE=
Host: zfs-storage.example.com:215
Accept: application/json

결과 예:

HTTP/1.1 200 OK
X-Zfssa-Appliance-Api: 1.0
Content-Length: 541
Content-Type: application/json

{
    "firmware": {
        "href": "/api/system/v1/update/firmware",
        "upgrades_pending": 0,
        "upgrades_failed": 0,
        "upgrades_in_progress": 0
    }
}