Server Responses to REST API Requests

The Oracle ILOM server sends a response for every REST API request. Each response, at a minimum, includes an HTTP status code to indicate the success or failure of the requested operation. For most operations, the server returns a response body in JSON format, with the exception of the DELETE operation. In this case, a response to a DELETE operation is not returned because there is nothing to return.

For an example of a server response sent in JSON format, see the response body section of Retrieve Resources Using GET Requests.