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.
Attributes | Type | Description | |||
---|---|---|---|---|---|
template_type | String | Type of category pattern. This value is always ExtendedV4BMC | |||
template | Array | Information about the system-information category pattern | |||
description | String | Category-pattern description | |||
name | String | Category-pattern name | |||
type | String | Type of category pattern. This value is always ExtendedV4BMC | |||
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.
| |||
Additional attributes | varies | Remaining 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,
...
}
}
Give documentation feedback