healthCheckDownloadStatus
The healthCheckDownloadStatus
data type describes the download status of the health check report for specified General Nodes in the HCP system.
healthCheckDownloadStatus data type properties
The following table describes the properties included in the healthCheckDownloadStatus
data type.
Property name | Data type | Description |
readyForStreaming | Boolean | Specifies whether the health check report is ready to be downloaded. |
streamingInProgress | Boolean | Specifies whether the health check report is currently being downloaded. |
started | Boolean | Specifies whether the health check report is currently being prepared. |
error | Boolean | Specifies whether an error has occurred during the report preparation or download phase. |
content | String | Specifies the type of report that is being downloaded. |
Example
Here's an XML example of the healthCheckDownloadStatus
data type:
<healthCheckDownloadStatus> <readyForStreaming>true</readyForStreaming> <streamingInProgress>false</streamingInProgress> <error>false</error> <started>true</started> <content>HCR</content> </healthCheckDownloadStatus>