API Guide
Redfish scheme
https://[IP or DNS name]/redfish/v1
Resource tree for Redfish scheme
Figure 3. Resource tree for Redfish scheme
NOTE:
Current version of the console supports the DMTF-defined schema for a selected set of resources in the
hierarchy that is outlined in this image.
Resource model
https://[IP or DNS name]/redfish/v1/$metadata
Security
To improve security, only HTTPS is supported. You can also update the SSL self-signed certificate with a custom certificate. For example,
you can upload a PKCS-12 certificate or sign an application-generated Certificate Signing Request (CSR).
Authentication
Several common schemes are available for enabling authentication of REST requests. Basic Authentication and X-Auth-Token
Authentication are some of the common schemes.
Basic authentication
The authorization header in the request has the base-64 encoding of the credentials—username and password. If you do not provide the
credentials, a 401—Authorization Failure error is returned. Basic Authentication is supported only when SSL/TLS is used for the transport.
Key integration concepts
17