Skip to main content

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.

AttributesTypeDescription
template_typeStringType of category pattern. This value is always ExtendedV4Port
templateArray of objectsInformation about the extended V4 port category pattern
 AttributesArray of objectsInformation about port attributes that are specific to the manufacturer or provider
 descriptionStringCategory-pattern description
 nameStringCategory-pattern name
 RegistryEntriesObjectInformation about BIOS attributes and metadata
  AttributesArray of objects 
   AttributeNameString 
   CurrentValueString 
   DefaultValueInteger 
   DisplayNameString 
   GrayOutBoolean 
   HelpTextString 
   HiddenBoolean 
   IsSystemUniquePropertyBoolean 
   MenuPathString 
   ReadOnlyBoolean 
   ResetRequiredBoolean 
   TypeString 
   ValueArray of objects 
   WriteOnlyBoolean 
  DependenciesArray of strings 
  MenusArray of strings 
 typeStringType of category pattern. This value is always ExtendedV4Port
 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 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"
}