Downloading a Certificate Signing Request (CSR)
Function
This interface is used to download a CSR.
Syntax
Operation type: POST
URL: https://device_ip/redfish/v1/Systems/SecurityService/downloadCSRFile
Request header:
X-Auth-Token: auth_value
Request message body:
None
Usage Guidelines
None
Example
Request:
POST https://10.10.10.10//redfish/v1/Systems/SecurityService/downloadCSRFile
Request header:
X-Auth-Token: auth_value
Request message body: None
Response: None (Directly export logs.)
Response code: 200
Output Description
Directly download files.
Parent topic: Security Management