API Guide

Table Of Contents
$entity",
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')",
"Id": "PFSTN16",
"ServerServiceTag": "PFSTN16",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('PFSTN16')/ServerInterfaceProfiles"
}
Table 166. Attributes
Attribute Description
Id Server profile identifier.
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.
PUT method for updating server profile IDs
This method updates the server profile IDs.
Description Updates the server profile IDs.
NOTE: To run this URI you must have an existing server profile that is deployed using the server
deployment workflow, in the system.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"Id": "ASFFFDS",
"ServerServiceTag":"ASFFFDS",
"BondingTechnology": "LACP",
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1A-1-1",
"NicBonded": false,
"NativeVLAN": 2
},
{
"Id": "NIC.Mezzanine.1A-2-1",
"NativeVLAN": 1,
"NicBonded": false,
"Networks": [{
"Id": 10111
}]
}]
}
Example
response body
true
Table 167. Attributes
Attribute Description
Id Server profile identifier.
ServerServiceTag Service tag of the server.
APIs specific to OpenManage Enterprise Modular Edition 503