ContentCachingInformationResponse.StatusResponse
A dictionary that contains the status of content caching on a device.
Declaration
object ContentCachingInformationResponse.StatusResponseProperties
| Name | Type | Description |
|---|---|---|
Activated | boolean | If |
Active | boolean | If |
ActualCacheUsed | integer | The actual amount of disk space, in bytes, that cached content uses. See related values |
Alerts | [ContentCachingInformationResponse.StatusResponse.AlertsItem] | An array that contains the error conditions the content cache detected that aren’t related to peer filter ranges, parent content caches, or peer content caches. See See To display these alerts on the device, set |
AlertsForPeerFilterRanges | ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRanges | The error conditions the content cache detected in the To display these alerts on the device, set |
CacheDetails | ContentCachingInformationResponse.StatusResponse.CacheDetails | The amount of disk space that various categories of cached content use. Apple defines these categories and they’re subject to change. |
CacheFree | integer | The amount of disk space, in bytes, available to the content cache. |
CacheLimit | integer | The maximum amount of disk space, in bytes, available to the content cache. A value of |
CacheStatus | string | The level of cache pressure. |
CacheUsed | integer | The amount of disk space, in bytes, cached content uses. Content caching allocates space in its cache for entire files even when it stores only part of those files in its cache. |
DataMigrationCompleted | boolean | If |
DataMigrationError | ContentCachingInformationResponse.StatusResponse.DataMigrationError | The error that occurred while the content cache moved from one volume to another. |
DataMigrationProgress | number | A floating-point number between |
MaxCachePressureLast1Hour | number | A floating-point number between |
Parents | [ContentCachingInformationResponse.StatusResponse.ParentsItem] | An array of dictionaries that describes parent content caches. |
Peers | [ContentCachingInformationResponse.StatusResponse.PeersItem] | An array of dictionaries that describes peer content caches. |
PersonalCacheFree | integer | The amount of disk space, in bytes, available to the content cache for personal iCloud content. |
PersonalCacheLimit | integer | The maximum amount of disk space, in bytes, available to the content cache for personal iCloud content. A value of |
PersonalCacheUsed | integer | The amount of disk space, in bytes, available to the content cache for personal iCloud content. |
Port | integer | The IP port number the content cache listens to for requests from clients, peers, and children. |
PrivateAddresses | [string] | An array of the content cache’s local IP addresses. |
PublicAddress | string | The public IP address of the content cache. |
RegistrationError | string | If present, the reason the content cache failed to register itself with Apple. |
RegistrationResponseCode | integer | If present, the HTTP response code the content cache received when it failed to register itself with Apple. |
RegistrationStarted | date | The date when the content cache began registering itself with Apple. This value is only available during registration attempts. |
RegistrationStatus | integer | The status of the content cache’s registration with Apple, which is one of the following values:
|
RestrictedMedia | boolean | If |
ServerGUID | string | The unique identifier of the content cache. |
StartupStatus | string | The status of the content cache’s registration with Apple. |
TetheratorStatus | integer | The status of tethered caching, which is content caching with a shared internet connection, which is one of the following values:
|
TotalBytesAreSince | date | The start date to use when collecting data for the other |
TotalBytesDropped | integer | The amount of data, in bytes, that the content cache downloaded, but couldn’t add to its cache, since the |
TotalBytesImported | integer | The amount of data, in bytes, that the content cache received since the |
TotalBytesReturnedToChildren | integer | The amount of data, in bytes, that the content cache served to its child content cache since the |
TotalBytesReturnedToClients | integer | The amount of data, in bytes, that the content cache served to client iOS, macOS, and tvOS devices since the |
TotalBytesReturnedToPeers | integer | The amount of data, in bytes, that the content cache served to peer content caches since the |
TotalBytesStoredFromOrigin | integer | The amount of data, in bytes, that the content cache saved from the internet since the |
TotalBytesStoredFromParents | integer | The amount of data, in bytes, that the content cache saved from parent content caches since the |
TotalBytesStoredFromPeers | integer | The amount of data, in bytes, that the content cache saved from peer content caches since the |
Topics
Objects
ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRangesContentCachingInformationResponse.StatusResponse.AlertsItemContentCachingInformationResponse.StatusResponse.CacheDetailsContentCachingInformationResponse.StatusResponse.DataMigrationErrorContentCachingInformationResponse.StatusResponse.ParentsItemContentCachingInformationResponse.StatusResponse.PeersItem