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.
Property | Data type | Description |
readyForStreaming | Boolean | Specifies whether the health check reports are ready for download. |
streamingInProgress | Boolean | Specifies whether the health check reports download phase is in progress. |
error | Boolean | Specifies whether an error has occurred during the reports preparation or download phase. |
started | Boolean | Specifies whether the health check reports preparation phase has started. |
content | String | Specifies 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>