Reference Guide

Table Of Contents
Table 173. Attributes (continued)
Attribute name Description
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"
}
Table 174. Attributes
Attribute Description
Id Identifier of the server profile.
ServerServiceTag Service tag of the server.
NOTE: When the server profile is created using the server
deployment process, the server profile id gets set as the
service tag of the server.
530 APIs specific to OpenManage Enterprise Modular Edition