Developers Guide

Table Of Contents
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.
PUT method for server profiles
This method updates the server profile by ID.
To run /api/NetworkService /ServerProfiles(arg1), you must have an existing server profile that is deployed on
the system using the server deployment process.
Description Updates the server profile.
Privilege FABRIC_MANAGEMENT
HTTP Response
Code
201
Example request
body
{
"Id": "PFSTN16",
"ServerServiceTag":"PFSTN16",
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1-2-1",
"NativeVLAN":25,
"Networks": [{
"Id": 25365
},
{
"Id": 25484
}]
},
{
"Id": "NIC.Mezzanine.1-1-1"
}]
}
Example
response body
true
Table 175. 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.
ServerInterfaceProfiles Sub payload, that takes information that is associated
with a server NIC. The request can take one or more
ServerInterfaceProfiles, as part of the payload.
ServerInterfaceProfiles/Id Server NIC identifier.
ServerInterfaceProfiles/NativeVLAN The untagged VLAN configured for a NIC.
624 APIs specific to OpenManage Enterprise Modular Edition