GET - Resource LenovoServiceData
Use the GET method to retrieve properties in LenovoServiceData resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Managers/1/Oem/Lenovo/ServiceData
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | “ServiceData” | |||
Name | String | “ServiceData” | |||
Description | String | This resource is used to represent resources that are used to collect service Data, including FFDC and latest OS failure screen. | |||
FileTransferTimeout | Number | The timeout limit for uploading files to the server. | |||
DataCollectionType | String | “ProcessorDump”, “ServiceDataFile”, “BootPOSTDump”, “Mini-log”. | |||
ExportingSchemes | String | “TFTP”, “SFTP” | |||
IsScreenAvailable | Boolean | Check if a failure screenshot file exists or not. | |||
Screenshot | Object | Expanded | |||
ThroughFEH | Boolean | Obtain screenshots through FEH. | |||
Actions | Object | Expanded | |||
#LenovoServiceData.ExportFFDCData | String | Expanded | |||
DataCollectionType@Redfish.AllowableValues | String | Items: string Item count: 4 | |||
DataCollectionType@Redfish.AllowableValues[0] | String | “ProcessorDump” | |||
DataCollectionType@Redfish.AllowableValues[1] | String | “ServiceDataFile” | |||
DataCollectionType@Redfish.AllowableValues[2] | String | “BootPOSTDump” | |||
DataCollectionType@Redfish.AllowableValues[3] | String | “Mini-log” | |||
#LenovoServiceData.ExportLatestOSFailureScreen | Object | Expanded | |||
LenovoServiceData.ExportHealthReport | Object | Expanded |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"FileTransferTimeout": 600,
"Id": "ServiceData",
"Name": "Service Data",
"@odata.type": "#LenovoServiceData.v1_0_0.LenovoServiceData",
"@odata.id": "/redfish/v1/Managers/1/Oem/Lenovo/ServiceData",
"@odata.context": "/redfish/v1/$metadata#LenovoServiceData.LenovoServiceData",
"IsScreenAvailable": false,
"ExportingSchemes": "TFTP, SFTP",
"Actions": {
"#LenovoServiceData.ExportLatestOSFailureScreen": {
"target": "/redfish/v1/Managers/1/Oem/Lenovo/ServiceData/Actions/LenovoServiceData.ExportLatestOSFailureScreen",
"title": "ExportLatestOSFailureScreen"
},
"#LenovoServiceData.ExportHealthReport": {
"target": "/redfish/v1/Managers/1/Oem/Lenovo/ServiceData/Actions/LenovoServiceData.ExportHealthReport",
"title": "ExportHealthReport"
},
"#LenovoServiceData.ExportFFDCData": {
"target": "/redfish/v1/Managers/1/Oem/Lenovo/ServiceData/Actions/LenovoServiceData.ExportFFDCData",
"DataCollectionType@Redfish.AllowableValues": [
"ProcessorDump",
"ServiceDataFile",
"BootPOSTDump",
"Mini-log"
],
"title": "ExportFFDCData"
}
},
"@odata.etag": "\"959567b6f1b834aaf4d45\"",
"DataCollectionType": "ProcessorDump, ServiceDataFile, BootPOSTDump, Mini-log",
"Screenshot": {
"ThroughFEH": false
},
"Description": "This resource is used to represent resources that are used to collect service Data, including FFDC and latest OS failure screen."
}