Skip to main content

Extended ThinkSystem V4 management-controller pattern attributes

The following attributes provide information about an extended baseboard management-controller (BMC) settings for ThinkSystem V4 server 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.

The settings that are available are dynamic and vary from server to server and adapter to adapter. The following table lists examples of some possible settings.

For more information about extended ThinkSystem V4 management-controller patterns, see Defining extended ThinkSystem V4 management-controller settings.

AttributesTypeDescription
template_typeStringType of category pattern. This value is always ExtendedV4BMC
templateArrayInformation about the system-information category pattern
 descriptionStringCategory-pattern description
 nameStringCategory-pattern name
 typeStringType of category pattern. This value is always ExtendedV4BMC
 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.
    
 Additional attributesvariesRemaining attributes vary depending on the management-controller firmware level

Example

{
"template_type": "ExtendedV4BMC",
"template": {
"type": "ExtendedV4BMC",
"name": "Learned- ExtendedV4BMC-1",
"description": "Pattern created from server: 192.0.0.5\nLearned on: Jun 30, 2024, 11:02:03 A",
"uri": "/ibm/director/rest/profiles/services/template/48",
"userDefined": true,
...
}
}