Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

System CacheInstances

System CacheInstances

Get AF cache instances currently in use by the system. These are caches from which user requests are serviced. The number of instances depends on the number of users connected to the service, the service's authentication method, and the cache instance configuration.

Request

GET system/cacheinstances

Status Codes

200: Cache instance information.

Sample Response Body

{
  "Items": [
    {
      "Id": "8a5033c9-b77f-431c-9820-c9f538d80dc6",
      "LastRefreshTime": "2014-07-20T14:08:00Z",
      "WillRefreshAfter": "2014-07-20T18:08:00Z",
      "ScheduledExpirationTime": "2014-07-20T23:08:00Z",
      "UserName": "MyDomain\\Username",
      "UserId": "S-1-5-21-1085324414-1890137325-7253497231-564651",
      "IsWindowsIdentity": true
    },
    {
      "Id": "8a5033c9-b77f-431c-9820-c9f538d80dc6",
      "LastRefreshTime": "2014-07-20T14:08:00Z",
      "WillRefreshAfter": "2014-07-20T18:08:00Z",
      "ScheduledExpirationTime": "2014-07-20T23:08:00Z",
      "UserName": "MyDomain\\Username",
      "UserId": "S-1-5-21-1085324414-1890137325-7253497231-564651",
      "IsWindowsIdentity": true
    }
  ],
  "Links": {}
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in