The collection of Certificate resource instances.
Privilege: ConfigureManager, Login
NOTE: From iDRAC version 4.40.00.00 and later releases, BIOS HTTP certificate properties will not be displayed in the response body. To perform BIOS HTTP certificate related operations use the Certificates URI:
/redfish/v1/Systems/{ComputerSystemId}/Boot/Certificates
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//NetworkProtocol/HTTPS/Certificates' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@Redfish.CollectionCapabilities": {
"@odata.type": "#CollectionCapabilities.v1_4_1.CollectionCapabilities",
"MaxMembers": 1
},
"@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates",
"@odata.type": "#CertificateCollection.CertificateCollection",
"Description": "A Collection of Webserver SSL Certificate resource instances.",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates/WEBSERVER_SSL"
}
],
"Members@odata.count": 1,
"Name": "Certificate Collection"
}