LogRunMetrics
Updated at:
Records the metrics of a run in a batch.
Try it now
Test
RAM authorization
Request syntax
POST /api/v1/runs/{RunId}/metrics/action/log HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RunId |
string |
Yes |
The ID of the run. |
run-1qJhzJ2YXgX**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Metrics |
array |
No |
The list of metrics. |
|
| RunMetric |
No |
The details of a metric. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| requestId |
string |
The ID of the request. |
ADF6D849-*****-7E7030F0CE53 |
Examples
Success response
JSON format
{
"requestId": "ADF6D849-*****-7E7030F0CE53"
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?