GET v2/metrics/{guid}/status

Returns the status of a metrics generation. The difference from v2/metrics/{guid} is that this call doesn't return the metrics itself.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

A GUID of the metrics to return the status for.

string

Required

Body Parameters

None.

Response Information

Resource Description

HTTP status code. 201 If the metrics is in progress. 202 If the metrics has not yet started. 302 If the metrics finished successfully and is available to be read. 404 If there is no metrics associated with the GUID. 500 If an error occurred during the metrics generation. The body contains the error's details.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.