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.
Property | Data type | Description |
---|---|---|
nodes | String | Specifies the HCP cluster nodes for which you want to download health check reports. The nodes are specified in a comma-separated list. |
content | String | Specifies the content that you want to download for the specified HCP cluster nodes. Note: As 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>