API Guide
"Id": "5099PH2",
"ServerServiceTag": "5099PH2",
"BondingTechnology": "LACP",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('5099PH2')/ServerInterfaceProfiles"
}
/api/NetworkService /ServerProfiles(arg1)
This URI is used to update the service tag of server profiles in the Fabric Manager.
GET method for updating server profile IDs
This method returns the service tag of the server profile.
Description Returns the service tag of the server profile in the Fabric Manager.
Privilege VIEW
Http response
code
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 162. 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
460 APIs specific to OpenManage Enterprise – Modular Edition