Lenovo ThinkSystem SD550 V3 User Manual page 255

Hide thumbs Also See for ThinkSystem SD550 V3:
Table of Contents

Advertisement

"Actions": {
"Oem": {
"#LenovoLicense.ExportStateReport": {
"title": "ExportStateReport",
"target": "/redfish/v1/LicenseService/Licenses/CPUX_OnDemandCapability/Actions/Oem/LenovoLicense.ExportStateReport"
}
}
},
In the following example, the response of the target field is the CPU 1 State Report API. Copy the CPU 1
State Report API.
"Actions": {
"Oem": {
"#LenovoLicense.ExportStateReport": {
"title": "ExportStateReport",
"target": "/redfish/v1/LicenseService/Licenses/CPU1_OnDemandCapability/Actions/Oem/LenovoLicense.ExportStateReport"
}
}
},
3. Retrieve the State Report.
a. Use the POST method with the following Request URL with CPU State Report API to retrieve the
State Report, where X is the CPU numbering:
POST https://bmc_ip/redfish/v1/LicenseService/Licenses/CPUX_OnDemandCapability/Actions/Oem/
LenovoLicense.ExportStateReport
For example, to retrieve CPU 1 State Report, see the following:
POST https://bmc_ip/redfish/v1/LicenseService/Licenses/CPU1_OnDemandCapability/Actions/Oem/
LenovoLicense.ExportStateReport
b. Use an empty JSON object as POST data. When using API tool such as Postman, fill an empty JSON
object in Body ➙ Raw ➙ JSON, fill a NULL object '{}' in a JSON file.
4. In the response, retrieve the State Report in the stateReports field.
{
"stateReports": [
{
"syntaxVersion": "1.0",
"timestamp": "",
"objectId": "",
"hardwareComponentData": [
{
"hardwareId": {
},
"stateCertificate": {
},
"hardwareType": "CPU"
}
]
"type": "PPIN",
"value": ""
"pendingCapabilityActivationPayloadCount": ,
"value": ""
.
Chapter 7
System configuration
245

Advertisement

Table of Contents
loading

Table of Contents