API Guide

Table Of Contents
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "NoTeaming",
"Name": "NoTeaming"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Other",
"Name": "Other"
}
]
}
api/NetworkService/ServerProfiles
This URI lists all server profiles by ID and service tag.
GET method for server profiles
This method lists all server profiles by ID and service tag.
Description Lists all server profiles by ID and service tag.
Privilege
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.ServerProfile)",
"@odata.count": 15,
"value":[
{
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('8ZJC0T2')",
"Id": "8ZJC0T2",
"ServerServiceTag": "8ZJC0T2",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('8ZJC0T2')/ServerInterfaceProfiles"
},
{
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('FFN70T2')",
"Id": "FFN70T2",
"ServerServiceTag": "FFN70T2",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('FFN70T2')/ServerInterfaceProfiles"
},
{
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('17T6BS2')",
"Id": "17T6BS2",
"ServerServiceTag": "17T6BS2",
"ServerInterfaceProfiles@odata.navigationLink": "/api/NetworkService/
ServerProfiles('17T6BS2')/ServerInterfaceProfiles"
},
{"@odata.type": "#NetworkService.ServerProfile", "@odata.id": "/api/
NetworkService/ServerProfiles('17Q7BS2')",},
{"@odata.type": "#NetworkService.ServerProfile", "@odata.id": "/api/
NetworkService/ServerProfiles('17V6BS2')",},
{"@odata.type": "#NetworkService.ServerProfile", "@odata.id": "/api/
NetworkService/ServerProfiles('96Q60T2')",},
{"@odata.type": "#NetworkService.ServerProfile", "@odata.id": "/api/
NetworkService/ServerProfiles('FFJC0T2')",},
{"@odata.type": "#NetworkService.ServerProfile", "@odata.id": "/api/
APIs specific to OpenManage Enterprise Modular Edition
501