GET – Certificate properties
Use the GET method to retrieve properties in Certificate resource for Redfish service.
Request URL
https://<BMC_IPADDR>/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/{}
Request body
None
Response body
Field | Type | Description | ||
|---|---|---|---|---|
Description | String | “HTTPS Certificate” | ||
CertificateString | String | Certificate PEM data | ||
Issuer | Object | Expanded | ||
City | String | Locality Name | ||
CommonName | String | Common Name | ||
Country | String | Country Name | ||
Organization | String | Organization Name | ||
State | String | State or Province Name | ||
KeyUsage | String | ["KeyEncipherment","ServerAuthentication"] | ||
Subject | Object | Expanded | ||
City | String | Locality Name | ||
CommonName | String | Common Name | ||
Country | String | Country Name | ||
Organization | String | Organization Name | ||
State | String | State or Province Name | ||
Id | String | Certificate ID | ||
ValidNotAfter | String | YYYY-MM-DDTHH:MM:SS+##:00 | ||
ValidNotBefore | String | YYYY-MM-DDTHH:MM:SS+##:00 | ||
Name | String | “HTTPS Certificate” | ||
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Give documentation feedback