System Status
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
System Status
Get information about this PI Web API instance. Examples of information returned include the system uptime, the number of cache instances for this PI System Web API instance, and the system run state. See Run State for more information.
Request
GET system/status
Status Codes
200: System Status.
Sample Response Body
{
"UpTimeInMinutes": 32345.6,
"State": "Running",
"CacheInstances": 0,
"ServerTime": "2014-07-22T14:00:00Z"
}