查询证书有效期提醒时间
命令功能
查询证书有效期提醒时间。
命令格式
操作类型:GET
URL:https://device_ip/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime
请求头:
X-Auth-Token: auth_value
请求消息体:无
使用指南
无
使用实例
请求样例:
GET https://10.10.10.10/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime
请求头:
X-Auth-Token: auth_value
请求消息体:无
响应样例:
{ "@odata.context": "/redfish/v1/$metadata#EdgeSystem/SecurityService/$entity", "@odata.id": "/redfish/v1/Systems/SecurityService/HttpsCertAlarmTime", "@odata.type": "#MindXEdgeSecurityService.v1_0_0.MindXEdgeSecurityService", "CertAlarmTime": 100 }
响应码:200
输出说明
字段 |
类型 |
说明 |
---|---|---|
@odata.context |
字符串 |
SSL证书资源模型的OData描述信息。 |
@odata.id |
字符串 |
SSL证书资源节点的访问路径。 |
@odata.type |
字符串 |
SSL证书资源类型。 |
CertAlarmTime |
数字 |
证书有效期提醒时间(单位/天)。 |
父主题: 安全管理