Spy On Points

Spy On Points

Try it Out button won't work in this case, as it's a streaming API. Endpoint: https:// .wavefront.com/api/spy/points. Details usage can be find at: https://docs.wavefront.com/wavefront_monitoring_spy.html#get-ingested-metric-points-with-spy

Request
URI
GET
https://{api_host}/api/spy/points
COPY
Query Parameters
string
metric
Optional

List a point only if its metric name starts with the specified case-sensitive prefix. E.g., metric=Cust matches metrics named Customer, Customers, Customer.alerts, but not customer.

string
host
Optional

List a point only if its source name starts with the specified case-sensitive prefix.

string of array
pointTagKey
Optional

List a point only if it has the specified point tag key. Add this parameter multiple times to specify multiple point tags, e.g., pointTagKey=env&pointTagKey=datacenter put env in the first line and datacenter in the second line as values

number
sampling
Optional

goes from 0 to 1 with 0.01 being 1%


Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure