sushy-tools/sushy_tools/emulator/templates/certificate_locations.json
Dmitry Tantsur 695af0404b CertificateService: implement CertificateLocations
Change-Id: I1705da12bef584ce0b563c213f5055cfca2ac6bd
2021-11-12 17:54:33 +01:00

18 lines
621 B
JSON
Executable File

{
"@odata.type": "#CertificateLocations.v1_0_2.CertificateLocations",
"Id": "CertificateLocations",
"Name": "Certificate Locations",
"Links": {
"Certificates": [
{% for item in certificates %}
{
"@odata.id": {{ item|tojson }}
}{% if not loop.last %},{% endif %}
{% endfor %}
]
},
"Oem": {},
"@odata.id": "/redfish/v1/CertificateService/CertificateLocations",
"@Redfish.Copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}