Metrics
Get application environment instances (Last 24h)
Returns an overview of the instances for the given appName and environment that have received traffic in the last 24 hours.
get/api/admin/metrics/instances/{appName}/environment/{environment}
Path parameters
appNamestring required
environmentstring required
Response
applicationEnvironmentInstancesSchema
Example response
{
"instances": [
{
"instanceId": "b77f3d13-5f48-4a7b-a3f4-a449b97ce43a",
"sdkVersion": "unleash-client-java:7.0.0",
"clientIp": "192.168.0.1",
"lastSeen": "2023-04-19T08:15:14.000Z"
}
]
}