Querying Information About the Root Certificate Managed by FusionDirector
Function
This interface is used to query information about the root certificate managed by FusionDirector.
Syntax
Operation type: GET
URL: https://device_ip/redfish/v1/NetManager/QueryFdCert
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
None
Example
Request:
GET https://10.10.10.10/redfish/v1/NetManager/QueryFdCert
Request header:
X-Auth-Token: auth_value
Response:
{
"@odata.context": "/redfish/v1/$metadata#NetManager/QueryFdCert",
"@odata.id": "/redfish/v1/NetManager/QueryFdCert",
"@odata.type": "#MindXEdgeNetManager.v1_0_0.MindXEdgeNetManager",
"Id": "QueryFdCert",
"Name": "QueryFdCert",
"Issuer": "C=CN, ST=Guangdong, L=Shenzhen, O=Huawei, OU=Computing, CN=fusiondirectorCA",
"Subject": "C=CN, ST=Guangdong, L=Shenzhen, O=Huawei, OU=Computing, CN=fusiondirectorCA",
"Date": "2020-03-30 00:00:00--2030-12-31 00:00:00",
"SerialNum": "65B64122AC4DE0B1",
"Fingerprint": "XX:XX:XX:39:CD:A5:C4:8A:56:C4:1D:41:52:23:EC:97:CF:9E:88:78:F4:2D:4D:FB:9D:D1:1E:74:5F:XX:XX:XX"
}
Output Description
Field |
Type |
Description |
|---|---|---|
@odata.context |
Character string |
OData description of the current resource model. This is a fixed field of the northbound interface. |
@odata.id |
Character string |
Path to access the current resource node. This is a fixed field of the northbound interface. |
@odata.type |
Character string |
Current resource type. This is a fixed field of the northbound interface. |
Id |
Character string |
ID of the current resource. This is a fixed field of the northbound interface. |
Name |
Character string |
Name of the current resource. This is a fixed field of the northbound interface. |
Issuer |
Character string |
Issuer. |
Subject |
Character string |
Owner. |
Date |
Character string |
Certificate validity period. |
SerialNum |
Character string |
Serial number. |
Fingerprint |
Character string |
Certificate fingerprint information. |