API Guide

}
]
}
/api/NetworkService/PortRoles
This URI represents the possible roles of the ports.
GET method for PortRoles
This method returns the possible roles of a port.
Description Returns the possible statuses of a port.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Spinner",
"Name": "Spinner"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Unknown",
"Name": "Unknown"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "EndHost",
"Name": "EndHost"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Uplink",
"Name": "Uplink"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "ISL",
"Name": "ISL"
}
]
}
/api/NetworkService /ServerProfiles(arg1)
This URI is used to update the service tag of server profiles in the Fabric Manager.
GET method for updating server profile IDs
This method returns the service tag of the server profile.
Description
Returns the service tag of the server profile in the Fabric Manager.
APIs specific to OpenManage Enterprise - Modular Edition 355