API Guide
Privilege VIEW
Http response
code
200
Example
Input:
Output:
{ "@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 146. 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
{
"Id": "PFSTN16",
"ServerServiceTag":"PFSTN16",
"ServerInterfaceProfiles": [{
"Id": "NIC.Mezzanine.1-2-1",
"NativeVLAN":25,
"Networks": [{
"Id": 25365
},
{
"Id": 25484
}]
},
{
"Id": "NIC.Mezzanine.1-1-1"
}]
}
Output:
true
Table 147. Attributes
Attribute Description
Id Server profile identifier.
ServerServiceTag Service tag of the server.
356 APIs specific to OpenManage Enterprise - Modular Edition