NOTE: To import a license, it is necessary to convert the license into a string that is base64 encoded and padded with 64 characters per line. The converted string value should then be passed as the LicenseFile property.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicense' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FQDD": "Device_fqdd",
"ImportOptions": "NoOption",
"LicenseFile": "base64_encodedXML_License"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}