Querying the Certificate Expiration Reminder Time
Function
This interface is used to query the number of days before you start to receive notification about certificate expiration.
Syntax
Operation type: GET
URL: https://device_ip/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
None
Example
Request:
GET https://10.10.10.10/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime
Request header:
X-Auth-Token: auth_value
Request message body: None
Response:
{
"@odata.context": "/redfish/v1/$metadata#EdgeSystem/SecurityService/$entity",
"@odata.id": "/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime",
"@odata.type": "#MindXEdgeSecurityService.v1_0_0.MindXEdgeSecurityService",
"CertAlarmTime": 100
}
Response code: 200
Output Description
Field |
Type |
Description |
|---|---|---|
@odata.context |
Character string |
OData description of an SSL certificate resource model. |
@odata.id |
Character string |
Path to access an SSL certificate resource node. |
@odata.type |
Character string |
Type of an SSL certificate resource. |
CertAlarmTime |
Number |
Number of days before you start to receive notification about certificate expiration. |
Parent topic: Security Management