API Guide
/api/NetworkService/ServerProfiles(arg1)/
ServerInterfaceProfiles(arg2)/Networks(arg3)
This URI returns the configured tagged VLANs for a server profile in the Fabric Manager.
GET method for tagged VLANs of a specific server interface profile
This method returns configured tagged VLANs.
Description Returns the tagged VLANs that are configured for a server interface profile.
Privilege VIEW
HTTP response
code
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#NetworkConfigurationService.Network/
$entity",
"@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"
}
/api/NetworkService /ServerProfiles(arg1)/
ServerInterfaceProfiles(arg2)/Networks
This URI returns tagged VLANs that are configured for server profiles.
GET method for tagged VLANs configured for server interface
profiles
This method returns all tagged VLANs of a server interface profile.
Description
Returns all tagged VLANs that were configured for a specific server interface profile in the Fabric Manager.
Privilege VIEW
HTTP response
code
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
"value": [
{
"@odata.type": "#NetworkConfigurationService.Network",
"@odata.id": "/api/NetworkService/ServerProfiles('PFSTN16')/
APIs specific to OpenManage Enterprise - Modular Edition 359