Reference Guide

Table Of Contents
Table 173. Attributes (continued)
Attribute name Description
prefixLength Used for IPv6 subnet mask. Applicable when static IPv6 is
selected.
gatewayV6 IPv6 gateway IP associated with the configuration. Applicable
when static IPv6 is selected.
SlotId=<slot_id> Indicates the slot where the settings are applied if slot
selected is True.
Example:
SlotSelected=true;SlotType=3000;IPV4Addres
s=10.27.0.1;IPV6Address=ax0
SlotSelected=true or false. Indicates if the slot is selected
for applying Quick Deploy.
SlotType = The type of slot.
Sled type is 2000.
IPV4Address = IPV4 address to be set at slot level.
PV6Address = IPV6 address to be set at slot level.
Server NIC VLAN configuration
After a template is deployed on one or more servers with VLAN configurations, if you make a mistake or want to change the
VLAN configurations on the Fabric Manager, perform the deployment process again. The process consists of deploying the
template and configuring VLAN in the Fabric Manager.
The Server NIC VLAN configuration APIs enable you to configure VLANs directly in the Fabric Manager for a server. To
configure the VLANs in the target fabric, click Fabric > Overview > Servers.
/api/NetworkService /ServerProfiles(arg1)
This URI represents the server profile information.
GET method for server profiles
This method returns the server information about the server profile set on the Fabric Manager.
Description
Returns the service tag of the server in a server profile on the Fabric Manager.
Privilege VIEW
HTTP response
codes
200
Example
response body
{ "@odata.context": /api/$metadata#NetworkService.ServerProfile/
$entity",
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')",
"Id": "PFSTN16",
"ServerServiceTag": "PFSTN16",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('PFSTN16')/ServerInterfaceProfiles"
}
592 APIs specific to OpenManage Enterprise Modular Edition