Step 3: Verify Backup Operations Succeeded for Steps 1 and 2

Use a GET request to verify the backup operations for Steps 1 and 2 succeeded.

HTTP Request Format

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

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 5.1 Administrator’s Guide.

Request Headers Required

The request header fields required to retrieve the status of the backup operations performed in Steps 1 and 2 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.

{
  "Target":"/rest/v<version>/SP/firmware/backupimage/update/1/status",
  "state":"<value>",
  "result":"<value>",
  "component":"<value>",
  "component_progress":"value>"
}