The logDownload data type describes the download of all system logs for the HCP system.
logDownload data type properties
The following table describes the properties included in the logDownload data type.
Property name | Data type | Description | Notes |
---|---|---|---|
nodes | String | Specifies, through a comma-separated list, the General Nodes in the HCP system you want to download logs from. | If you omit the nodes property from your XML file, you download the logs for all General nodes in the system. If you include the nodes property in your XML file with an empty list, you do not download any logs from the General Nodes. |
snodes | String | Specifies, through a comma-separated list, the HCP S Series Nodes in the HCP system you want to download logs for. | If you omit the snodes property from your XML file or include the property with an empty list, you do not download any S Series Node logs. |
content | String |
Specifies, through a comma-separated list, the General Nodes log types you want to download. The possible types are:
|
The content property only applies to General node. You download all HCP S Series Node log types, regardless of what you specify for the content property. If you omit the content property from your XML file, you download all General Node log types. You cannot include the content property in your XML file with an empty list. |
Example
Here's an XML example of the logDownload data type:
<logDownload> <nodes>175,176</nodes> <snodes>S10-12345,S30-84022</snodes> <content>ACCESS,SYSTEM,SERVICE,APPLICATION</content> </logDownload>