healthCheckDownload

The healthCheckDownload data type describes the health check reports download for specified HCP cluster nodes.

healthCheckDownload data type properties

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

PropertyData typeDescription
nodesStringSpecifies the HCP cluster nodes for which you want to download health check reports.The nodes are specified in a comma-separated list.
contentStringSpecifies the content that you want to download for the specified HCP cluster nodes.
NoteAs of HCP 9.2, the content property is obsolete. This property remains in the documentation for backward compatibility only.

Example

Here is an XML example of the healthCheckDownload data type:

<healthCheckDownload>
    <nodes>107,120</nodes>
</healthCheckDownload>