GetInterfacesResponse |
NetworkDeviceMonitoringApi.getInterfaces(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
CompletableFuture<GetInterfacesResponse> |
NetworkDeviceMonitoringApi.getInterfacesAsync(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
ApiResponse<GetInterfacesResponse> |
NetworkDeviceMonitoringApi.getInterfacesWithHttpInfo(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|
CompletableFuture<ApiResponse<GetInterfacesResponse>> |
NetworkDeviceMonitoringApi.getInterfacesWithHttpInfoAsync(String deviceId,
NetworkDeviceMonitoringApi.GetInterfacesOptionalParameters parameters)
Get the list of interfaces of the device.
|