cURL
curl --request GET \ --url https://www.lormex.xyz/api/metrics/all
{ "metrics": { "service-one": { "top24": 5420, "topAll": 12850 }, "service-two": { "top24": 2100, "topAll": 8500 } } }
Get metrics for all services at once
Show Metrics Object
Show Service Metrics
curl -X GET "https://www.lormex.xyz/api/metrics/all"
{ "metrics": { "service-one": { "top24": 5420, "topAll": 12850 }, "service-two": { "top24": 2100, "topAll": 8500 }, "service-three": { "top24": 890, "topAll": 3200 } } }
no-store