Metrics Landing
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Metrics Landing
Get top level links for the PI Web API metrics service.
Request
GET system/metrics
Status Codes
200: Links to metrics related resources and information.
Sample Response Body
{
"Links": {
"Self": "https://myserver/piwebapi/system/metrics",
"Requests": "https://myserver/piwebapi/system/metrics/requests",
"Environment": "https://myserver/piwebapi/system/metrics/environment"
}
}