healthCheckDownload

The healthCheckDownload data type describes the download of the health check report for specified General Nodes in the HCP system.

healthCheckDownload data type properties

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

Property nameData typeDescription
nodesStringSpecifies, through a comma-separated list, the General Nodes in the HCP system from which you want to download the health check report.
contentStringSpecifies, through a comma-separated list, the General Nodes content that you want to download.

Example

Here's an XML example of the healthCheckDownload data type:

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