Skip to main content

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.

AttributesTypeDescription
template_typeStringType of category pattern. This value is always SystemInfo.
templateArrayInformation about the system-information category pattern
 contactStringSystem contact
 descriptionStringCategory-pattern description
 locationStringThe system location
 nameStringCategory-pattern name
 systemNameStringInformation about the system name
  autogenStringIndicates whether the system name is automatically generated for each server. This can be one of the following values.
  • Custom. The system name is generated based on a custom naming scheme when the pattern is deployed.
  • Disable. The system name is not changed on each server when the pattern is deployed.
  hyphenCheckedBooleanThis value is always false.
 typeStringType of category pattern. This value is always SystemInfo.
 uriStringURI identifier for the exported pattern
 userDefinedStringIdentifies whether the category pattern is user define or learned. This can be one of the following values.
  • true. The pattern is defined by the user.
  • false. The pattern is predefined by Lenovo.

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
}
}