Wavefront /api/v2/chart/metric/detail endpoint resolves without cursor
search cancel

Wavefront /api/v2/chart/metric/detail endpoint resolves without cursor

book

Article ID: 316746

calendar_today

Updated On:

Products

Wavefront by VMware

Issue/Introduction

Symptoms:
The REST endpoint /api/v2/chart/metric/detail does not return a cursor when the results are larger than 1000 in size.

Resolution

This is a known issue affecting Wavefront. There is currently no resolution.

Workaround:
The REST API should include the l parameter into the method call, for example &l=1000. This will return a continuationToken element in the response body which can be used as a cursor in the next request.