healthCheckDownloadStatus

The healthCheckDownloadStatus data type describes the download status of the health check reports archive for specified HCP cluster nodes.

healthCheckDownloadStatus data type properties

The following table describes the properties included in the healthCheckDownloadStatus data type.

PropertyData typeDescription
readyForStreamingBooleanSpecifies whether the health check reports are ready for download.
streamingInProgressBooleanSpecifies whether the health check reports download phase is in progress.
errorBooleanSpecifies whether an error has occurred during the reports preparation or download phase.
startedBooleanSpecifies whether the health check reports preparation phase has started.
contentStringSpecifies the type of download report.

Example

Here is 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>