API Guide

Table Of Contents
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-1-1')/Networks(25076)",
"Id": 25076,
"Name": "10",
"Description": "10",
"VlanMaximum": 10,
"VlanMinimum": 10,
"Type": 1,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:08:21.946",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:08:21.946",
"InternalRefNWUUId": "991f2843-376e-49f3-a407-e5118f1d85ba"
},
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
ServerInterfaceProfiles('NIC.Mezzanine.1A-1-1')/Networks(25077)",
"Id": 25077,
"Name": "15",
"Description": "15",
"VlanMaximum": 15,
"VlanMinimum": 15,
"Type": 4,
"CreatedBy": "system",
"CreationTime": "1970-01-31 00:08:21.963",
"UpdatedBy": null,
"UpdatedTime": "1970-01-31 00:08:21.963",
"InternalRefNWUUId": "af00526c-4869-4a50-b170-1ff530b07b3f"
}
]
}
For more information on Network model definitions, refer to Network Configuration Service.
api/NetworkService/ServerProfiles(Id)/ServerInterfaceProfiles
This URI gets a list of server interface profiles by server profile IDs.
GET method for server interface profiles
This method gets the server interface profiles by server profile IDs.
Description
Privilege VIEW
HTTP Response
Code
Response
APIs specific to OpenManage Enterprise Modular Edition 507