get
https://api.lytics.io/api/metric/
Fetch metrics by providing the arguments in the query-parameters
curl "$LIOAPI/api/metric?keyspace=segsize&metric=web&name=my-metric" -s -H "Authorization: $LIOKEY" | jq '.'Fetch metrics by providing the arguments in the query-parameters
curl "$LIOAPI/api/metric?keyspace=segsize&metric=web&name=my-metric" -s -H "Authorization: $LIOKEY" | jq '.'Try It! to start a request and see the response here!