User Manual

4-122
Chapter 4: Redfish Technology Pack
4.4 Redfish AMI OEM Entities
This Section provides the API’s that are available as part of AMI OEM Extensions.
AMI OEM Extensions support should be enabled in PRJ.
4.4.1 Configurations
This gives support for Certificate Authentication(CA) by enabling the user to upload the public
certificate to the redfish server. This allows additional configuring of the Redfish service.
This URI is available when CA support is enabled.
A. GET
• Request
GET https://{{ip}}/redfish/v1/configurations
Content-Type: application/json
Table 64 Configuration Properties
Name Type ReadOnly Description
@odata.context String True
Refer to section 4.3.1 ODATA properties.
@odata.id String True
Refer to section 4.3.1 ODATA properties.
@odata.type String True
Refer to section 4.3.1 ODATA properties.
Id String True Resource Identifier.
Name String True Name of the Resource.
CertificateAuthorityUrl String False The URL for the web server where the CA certificate is stored.
• Response
The response of the request will return 200 with response body in JSON format with
the OData properties.
B. PATCH
• Request
PATCH https://{{ip}}/redfish/v1/configurations
Content-Type: application/json
The request property is same as Get Response “
CertificateAuthorityUrl
” property.
Example PATCH Request Body
{
“CertificateAuthorityUrl”:”https://{{ip}}/cert/ca-cert.
pem” ]
}
E16160_ASMB9-iKVM_UM_V3.indb 122E16160_ASMB9-iKVM_UM_V3.indb 122 1/17/2020 2:29:33 PM1/17/2020 2:29:33 PM