logDownloadStatus
The logDownloadStatus
data type describes the download status for General and S Series Nodes.
logDownloadStatus data type properties
The following table describes the properties included in the logDownloadStatus
data type.
Property name | Data type | Description | Notes |
readyForStreaming | Boolean |
Specifies whether the download package is ready to be downloaded. Valid values are:
| |
streamingInProgress | Boolean |
Specifies whether the download package is currently being downloaded. Valid values are:
| |
started | Boolean |
Specifies whether the download package is currently being prepared. Valid values are:
| |
error | Boolean |
Specifies whether an error has occurred during the package preparation or download phase. Valid values are:
| |
content | String |
Specifies, through a comma-separated list, the General Nodes log types being downloaded. The possible types are:
| This list does not apply to HCP S Series Nodes. All list types are taken from HCP S Series Nodes regardless of the content. |
Example
Here's an XML example of the logDownloadStatus
data type:
<logDownloadStatus> <readyForStreaming>true</readyForStreaming> <streamingInProgress>false</streamingInProgress> <started>true</started> <error>false</error> <content>ACCESS,SYSTEM,SERVICE,APPLICATION</content> </logDownloadStatus>