Metrics Environment
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Metrics Environment
Get the metrics related to the PI Web API environment.
Request
GET system/metrics/environment
Status Codes
200: The current environment metrics
Sample Response Body
{
"Process": {
"Processor": {
"PercentUsed": 24.598235,
"SampledAt": "2014-07-22T14:00:00Z"
},
"Memory": {
"WorkingSet": 123456.78,
"PrivateBytes": 165371904,
"VirtualBytes": 23204253696
}
}
}