logDownloadPrepare
The logDownloadPrepare
data type specifies the HCP system logs you want to prepare for download.
logDownloadPrepare data type properties
The following table describes the properties included in the logDownloadPrepare
data type.
Property name | Data type | Description | Notes |
startDate | String | Specifies the start date for HCP to begin collecting HCP General Node logs for download preparation |
The default is the current date. The date format is: MM/DD/YYYY |
endDate | String | Specifies the end date for HCP to finish collecting HCP General Node logs for download preparation |
The default is the current date. The date format is: MM/DD/YYYY |
snodes | String | Specifies, through a comma-separated list, the HCP S Series Nodes that you want to prepare HCP system logs for download |
Example
Here's an XML example of the logDownloadPrepare
data type:
<logDownloadPrepare> <startDate>06/14/2017</startDate> <endDate>07/14/2017</endDate> <snodes>S10-12345, S30-28843</snodes> </logDownloadPrepare>