GET v2/metrics/{guid}

Returns the completed metrics, if it is complete.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The GUID of the template sent for the metrics previously.

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code. 200 with the generated metrics in the body. 201 If the metrics is in progress. 202 If the metrics has not yet started. 404 If there is no metrics associated with the GUID. 500 If an error occurred during the metrics. The body contains the error's details.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.