Extended ThinkSystem V4 port pattern attributes
The following attributes provide information about an extended-port 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 ExtendedV4Port | |||
template | Array of objects | Information about the extended V4 port category pattern | |||
Attributes | Array of objects | Information about port attributes that are specific to the manufacturer or provider | |||
description | String | Category-pattern description | |||
name | String | Category-pattern name | |||
RegistryEntries | Object | Information about BIOS attributes and metadata | |||
Attributes | Array of objects | ||||
AttributeName | String | ||||
CurrentValue | String | ||||
DefaultValue | Integer | ||||
DisplayName | String | ||||
GrayOut | Boolean | ||||
HelpText | String | ||||
Hidden | Boolean | ||||
IsSystemUniqueProperty | Boolean | ||||
MenuPath | String | ||||
ReadOnly | Boolean | ||||
ResetRequired | Boolean | ||||
Type | String | ||||
Value | Array of objects | ||||
WriteOnly | Boolean | ||||
Dependencies | Array of strings | ||||
Menus | Array of strings | ||||
type | String | Type of category pattern. This value is always ExtendedV4Port | |||
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 RAID firmware level |
Example
{
"template": {
"Attributes": {
"BannerMessageTimeout": 15,
"BlinkLEDs": 0,
"BootStrapType": "AutoDetect",
"LegacyBootProtocolQ3302": "PXE",
"LegacyVLANMode": "Disabled",
"LinkSpeed": "AutoNeg",
"PortEnablement": "EnableAllPorts",
"Pre_bootWakeOnLAN": "Enabled",
"VLANID14094": 1
},
"description": "Pattern created from server: XCC-7DGC-SANTORR133\nLearned on: Jan 16, 2025, 7:47:05 AM",
"chipset": "BCM5719",
"mgrVer": "2.99.99.3292",
"name": "Learned-Extended_ThinkSystemV4_Port-4.2"
"portbdf": 1,
"protocol": "ethernet",
"RegistryEntries": {
"Attributes": [{
"AttributeName": "LegacyBootProtocolQ3302",
"CurrentValue": null,
"DefaultValue": "PXE",
"DisplayName": "Legacy Boot Protocol",
"GrayOut": false,
"HelpText": "Select non-UEFI Boot Protocol: Preboot Execution Environment (PXE)/iSCSI.",
"Hidden": false,
"IsSystemUniqueProperty": false,
"MenuPath": "./BroadcomNetXtremeGigabitEthernetAdapter__Slot13/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1_MBAConfigurationMenu"
"ReadOnly": false,
"ResetRequired": true,
"Type": "Enumeration",
"Value": [{
"ValueDisplayName": "PXE",
"ValueName": "PXE"
},
{
"ValueDisplayName": "NONE",
"ValueName": "NONE"
}],
"WriteOnly": false,
},
...,
{
"AttributeName": "BlinkLEDs",
"CurrentValue": null,
"DefaultValue": 0,
"DisplayName": "Blink LEDs",
"GrayOut": false,
"HelpText": "Blink LEDs for a duration up to 15 seconds.",
"Hidden": false,
"IsSystemUniqueProperty": false,
"LowerBound": 0,
"MenuPath": "./BroadcomNetXtremeGigabitEthernetAdapter__Slot13/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1_MainConfigurationPage"
"ReadOnly": false,
"ResetRequired": false,
"ScalarIncrement": 0,
"Type": "Integer",
"UpperBound": 15,
"WriteOnly": false,
}],
"Dependencies": [{
"Dependency": {
"MapFrom": [{
"MapFromAttribute": "LegacyVLANMode",
"MapFromCondition": "EQU",
"MapFromProperty": "CurrentValue",
"MapFromValue": "Disabled"
}],
"MapToAttribute": "VLANID14094",
"MapToProperty": "GrayOut",
"MapToValue": true
},
"DependencyFor": "VLANID14094",
"Type": "Map"
}],
"Menus": [{
"DisplayName": "BIOS Configurations",
"DisplayOrder": 1,
"GrayOut": false,
"Hidden": false,
"MenuName": "BiosConfigurations",
"MenuPath": "./"
"ReadOnly": false,
},
...,
{
"DisplayName": "Main Configuration Page",
"DisplayOrder": 4,
"GrayOut": false,
"Hidden": false,
"MenuName": "BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1_MainConfigurationPage",
"MenuPath": "./BroadcomNetXtremeGigabitEthernetAdapter__Slot13/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1/BroadcomNetXtremeGigabitEthernetAdapter__Slot13PhysicalPort1LogicalPort1_MainConfigurationPage"
"ReadOnly": false,
}]
},
"type": "ExtendedV4Port",
"uri": "/config/template/85",
"userDefined": true,
"vendor": "Broadcom"
},
"template_type": "ExtendedV4Port"
}
Give documentation feedback