How To Access Oracle ILOM Web Service API Using Swagger
A machine readable description of the Oracle ILOM REST API is available in Swagger
format. This description of the Web Service REST API includes information on every
resource available under the five top-level resources: /About,
/System, /SP,
/SYS, and /Host. The applicable HTTP
verbs, resource property types, configurable properties, and a description string
for each available property are available in the Swagger description
You can obtain a Swagger description of the Oracle ILOM Web Service REST API by
issuing a URL to the swagger.json file on the managed SP
device, for instance:
https://<target_SP_IP_address>/swagger.json
The following instructions explain how to install the Swagger UI tool and use it
to access the swagger.json file on the SP: