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 nameData typeDescription
readyForStreamingBooleanSpecifies whether the health check report is ready to be downloaded.
streamingInProgressBooleanSpecifies whether the health check report is currently being downloaded.
startedBooleanSpecifies whether the health check report is currently being prepared.
errorBooleanSpecifies whether an error has occurred during the report preparation or download phase.
contentStringSpecifies 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>