System-information pattern attributes
The following attributes provide information about a system-information category pattern.
These attributes can be included in the request body for the POST /patterns method and the response body for the GET /patterns/{id}/includeSettings method.
For more information about system-information patterns, see Defining system-information settings.
| Attributes | Type | Description | |||
|---|---|---|---|---|---|
| template_type | String | Type of category pattern. This value is always SystemInfo. | |||
| template | Array | Information about the system-information category pattern | |||
| contact | String | System contact | |||
| description | String | Category-pattern description | |||
| location | String | The system location | |||
| name | String | Category-pattern name | |||
| systemName | String | Information about the system name | |||
| autogen | String | Indicates whether the system name is automatically generated for each server. This can be one of the following values.
| |||
| hyphenChecked | Boolean | This value is always false. | |||
| type | String | Type of category pattern. This value is always SystemInfo. | |||
| uri | String | URI identifier for the exported pattern | |||
| userDefined | String | Identifies whether the category pattern is user define or learned. This can be one of the following values.
| |||
Example
{
"template_type" : "SystemInfo",
"template" : {
"contact" : "contact",
"description" : "Pattern created from server: Lenovo x240\n
Learned on: Jul 29, 2015 12:08:14 PM",
"location" : "location",
"name" : "Learned-System_Info-2",
"systemName" : {
"autogen" : "Disable",
"hyphenChecked" : false
},
"type" : "SystemInfo",
"uri" : "\/config\/template\/61",
"userDefined" : true
}
}
Give documentation feedback