API Guide

Table Of Contents
HTTP status code Extended information
500 Base.1.0.InternalError
URL
/redfish/v1/Systems/<ID>/SecureBoot/Certificates/<CertificateStore-ID>
Supported HTTP methods and privileges
HTTP method Required privilege
GET Login
POST SystemControl
Updatable properties
Parameter Description
CryptographicHash A string providing the Cryptographic Hash value of SHA256,
SHA384, or SHA512.
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
400
Base.1.0.PropertyValueTypeError
Base.1.0.PropertyValueNotInList
403 Base.1.0. InsufficientPrivilege
500 Base.1.0.InternalError
URL
/redfish/v1/Systems/<ID>/SecureBoot/Certificates/<CertificateStore-ID>/<Certificate-ID>
Supported HTTP methods and privileges
HTTP method
Required privilege
GET Login
DELETE SystemControl
NOTE: By default, GET requests on the Certificate member resource generate an output of application/json. Use
GET request with Accept header application/pkix-cert to download certificate and use application/octet-
stream to download the Hash files.
Supported status codes
HTTP status code
Extended information
200 Base.1.0.Success
400
Base.1.0.PropertyValueTypeError
Base.1.0.PropertyValueNotInList
403 Base.1.0. InsufficientPrivilege
500 Base.1.0.InternalError
49