Network Interface - GetInterfaces For GivenNode
Haalt gegevens op voor netwerkinterfaces op basis van interface-ID en aanvraagtype.
GET http://<Servername>/OperationsManager/NetworkInterface/{interfaceId}/{requestType}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
interface
|
path | True |
string |
Verzoektype als netwerkinterfacegebruik |
request
|
path | True |
string |
Geef de interface-ID op. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
object |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
GetInterfacesForGivenNode
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/NetworkInterface/4baee73a-92b7-772d-2d68-44d574c08217/NetworkInterfaceUtilization
Voorbeeldrespons
[
{
"interfaceId": "4baee73a-92b7-772d-2d68-44d574c08217",
"averageUtilization": 0,
"minimumUtilization": 0,
"maximumUtilization": 0
}
]