Skip to main content

GET – Action info of SubmitTestMetricReport

Use the GET method to retrieve properties in action info resource of SubmitTestMetricReport.

Request URL

GET https://<BMC_IPADDR>redfish/v1/TelemetryService/SubmitTestMetricReportActionInfo

Request body

None

Response body

FieldTypeDescription

Id

String

SubmitTestMetricReport

Name

String

SubmitTestMetricReport

Description

String

This action is used to generate a metric report.

Parameters

Array

Items: object

Item count: 2

 

Parameters[1]

Object

Expanded.

  

Name

String

“MetricReportName”

  

DataType

String

“String”

  

Required

String

true

 

Parameters[2]

Object

Expanded.

  

Name

String

GeneratedMetricReportValues

  

DataType

String

ObjectArray

  

ObjectDataType

String

Expanded.

  

Required

Boolean

True

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example JSON response is returned:

{
"@odata.context": "/redfish/v1/$metadata#ActionInfo.ActionInfo",
"@odata.etag": "\"797005BA\"",
"@odata.id": "/redfish/v1/TelemetryService/SubmitTestMetricReportActionInfo",
"@odata.type": "#ActionInfo.v1_1_2.ActionInfo",
"Description": "This action is used to generate a metric report.",
"Id": "SubmitTestMetricReport",
"Name": "SubmitTestMetricReport",
"Parameters": [
{
"DataType": "String",
"Name": "MetricReportName",
"Required": true
},
{
"DataType": "ObjectArray",
"Name": "GeneratedMetricReportValues",
"ObjectDataType": "#TelemetryService.v1_1_0.MetricValue",
"Required": true
}
]
}