Reference Guide

Table Of Contents
Managers
This URI represents hardware certificate information.
/redfish/v1/CertificateService
This URI represents the certificate service information.
GET method for certificate service
This method fetches the certificate service information.
Description Fetches the certificate service information.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#CertificateService.v1_0_3.CertificateService",
"@odata.type": "#CertificateService.v1_0_3.CertificateService",
"@odata.id": "/redfish/v1/CertificateService",
"Id": "CertificateService",
"Description": "Certificate Service",
"Name": "Certificate Service",
"CertificateLocations": {
"@odata.id": "/redfish/v1/CertificateService/
CertificateLocations"
}
}
/redfish/v1/CertificateService/CertificateLocations
This URI represents certificate location information.
GET method for certificate locations
This method fetches certificate location details.
Description
Fetches the certificate location details.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/
redfish/v1/$metadata#CertificateLocations.v1_0_0.CertificateLocations",
"@odata.type": "#CertificateLocations.v1_0_0.CertificateLocations",
"@odata.id": "/redfish/v1/CertificateService/CertificateLocations",
"Id": "CertificateLocations",
"Description": "Certificate Locations",
"Name": "Certificate Locations",
"Links": {
"Certificates": [
{
"@odata.id": "/redfish/v1/Managers/
Members('ChassisManager')/Oem/Dell/HWCertificate"
Redfish resource model 777