Spy On Delta Counters

Spy On Delta Counters

Try it Out button won't work in this case, as it's a streaming API. Endpoint: https://.wavefront.com/api/spy/deltas.

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

List a delta counter only if its name starts with the specified case-sensitive prefix. E.g., counter=orderShirt matches counters named orderShirt and orderShirts, but not OrderShirts.

string
host
Optional

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

string of array
counterTagKey
Optional

List a delta counter only if it has the specified tag key. Add this parameter multiple times to specify multiple tags, e.g. counterTagKey=cluster&counterTagKey=shard put cluster in the first line, put shard in the second line as values

number
sampling
Optional
Constraints: default: 0.01

sampling


Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/spy/deltas