Go to main content

Oracle® ILOM Web Service REST API

Exit Print View

Updated: December 2019
 
 

View Backup Image Properties - Using REST API

Use a GET request to view the properties associated with the backup image.

HTTP Request Format

GET /rest/v<version>/SP/firmware/backupimage HTTP/1.1
<Header Name>: <Value>

Request Headers Required

The request header fields required to retrieve resources are as follows: Accept, Authorization, and Host.

For a description of these required header fields, see Common Request Header Fields.

Response: Status Codes

  • Success: HTTP Status = 200 OK

  • Failure: HTTP Status = 4xx, 5xx

Response Body:


Note -  To identify the exact response body media type, refer to the Oracle ILOM Swagger Model (swagger.json) description. For more details, see Discovering Management Resources.
< HTTP/1.1 200 OK
{
  "Target":"/rest/v<version>/SP/firmware/backupimage",
  "build":"r129156",
  "date":"Tue Feb 19 13:05:36 PST 2019",
  "upload_date":"Wed Feb 20 16:44:21 2019",
  "version":"5.0.0.0"
} 

Note -  The backup image remains in a pending state until it is activated for installation. To active the backup image for immediate installation using the Oracle ILOM web interface or CLI, see Activate Firmware Backup Image for Immediate Installation in Oracle ILOM Administrator’s Guide for Configuration and Maintenance Firmware Release 5.0.x.