GET | /devops/api/caches/{location}/stats |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
location | path | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Statistics | form | CacheStatResult | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Statistics | form | List<CacheStat> | No | |
IsHit | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | CacheResult | No | |
Location | form | CacheLocation | No | |
Key | form | CacheKey | No |
Name | Value | |
---|---|---|
None | 0 | |
Miss | 1 | |
Hit | 2 | |
Put | 4 | |
Deleted | 8 | |
Cleared | 16 | |
Added | 32 | |
Updated | 64 | |
Unavailable | 128 | |
Expired | 256 |
Name | Value | |
---|---|---|
None | 0 | |
OutOfProcess | 1 | |
InProcess | 2 | |
InContext | 3 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Region | form | string | No | |
BaseKey | form | string | No | |
Key | form | string | No | |
ExpirationSeconds | form | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
Value | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /devops/api/caches/{location}/stats HTTP/1.1 Host: devapi.billhighway.com Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"Statistics":{"Statistics":[{"Name":"String","Value":"String"}],"IsHit":false,"Result":0,"Location":0}}