StatusContentCacheService
The status item that reports the status of the Content Cache service.
Declaration
object StatusContentCacheServiceProperties
| Name | Type | Description |
|---|---|---|
content-cache.status Required | StatusContentCacheServiceContentCacheStatusObject | The basic set of AssetCache status items |
Discussion
Status item availability
Allowed in supervised enrollment | macOS |
Allowed in device enrollment | N/A |
Allowed in user enrollment | N/A |
Allowed in local enrollment | macOS |
Allowed in system scope | macOS |
Allowed in user scope | N/A |
Status item example
{
"content-cache": {
"status": {
"server-guid": "C3D4E5F6-A7B8-9012-CDEF-012345678912",
"activated": true,
"active": true,
"cache-status": "OK",
"private-addresses": [
"192.168.1.5"
],
"public-address": "203.0.113.5",
"port": 51194,
"registration-status": 1,
"startup-status": "OK",
"tetherator-status": 0,
"sending-reports": false,
"version": "2.0"
}
}
}