|
| open_error_t | openapiIpSlaIpSlaIdCfgNodeFirstGet (openapiClientHandle_t *client_handle, OPEN_BOOL_t isShowRunningCfg, uint32_t *ipSlaId) |
| | To get the IPSLA ID of the first IPSLA probe operational. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdCfgNodeNextGet (openapiClientHandle_t *client_handle, uint32_t ipSlaId, OPEN_BOOL_t isShowRunningCfg, uint32_t *nextIpSlaId) |
| | To get the ipSla id of the next IPSLA probe operational entry from the IPSLA Table. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdCreate (openapiClientHandle_t *client_handle, uint32_t ipSlaId) |
| | Create an IP SLA operation for the given IP SLA number. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdDelete (openapiClientHandle_t *client_handle, uint32_t ipSlaId) |
| | Delete an IP SLA operation for the given IP SLA number. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdNodeCfgInfoGet (openapiClientHandle_t *client_handle, uint32_t ipSlaId, openIpSlaCfg_t *ipSlaCfgInfo) |
| | Get the config information of the given IP SLA number. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdNodeOperInfoGet (openapiClientHandle_t *client_handle, uint32_t ipSlaId, openIpSlaOperData_t *ipSlaOperInfo) |
| | Get the operational info of the given IP SLA number. More...
|
| |
| open_error_t | openapiIpSlaIpSlaIdOperStatusGet (openapiClientHandle_t *client_handle, uint32_t ipSlaId, OPEN_BOOL_t *isIpSlaEntryActive) |
| | Get the operational status of the given IP SLA number. More...
|
| |
| open_error_t | openapiIpSlaIpSlaProbesIcmpEchoTypeSet (openapiClientHandle_t *client_handle, uint32_t ipSlaId, open_inet_addr_t destIpAddress, uint32_t srcIntIfNum) |
| | Set the given IP SLA Operation's ICMP-ECHO Type params. More...
|
| |
| open_error_t | openapiIpSlaIpSlaSchedule (openapiClientHandle_t *client_handle, uint32_t ipSlaId, OPEN_BOOL_t toSchedule) |
| | Schedule an IP SLA operation to start or stop probing. More...
|
| |
| open_error_t | openapiIpSlaIpSlaStatisticsClear (openapiClientHandle_t *client_handle, uint32_t ipSlaId) |
| | Clear IP SLA statistical information for given IP SLA operation or all IP SLAs. More...
|
| |
| open_error_t | openapiIpSlaSetIpSlaProbesFrequency (openapiClientHandle_t *client_handle, uint32_t ipSlaId, uint32_t frequency) |
| | Set the given IP SLA Operation's ICMP-ECHO Frequency value. More...
|
| |
| open_error_t | openapiIpSlaSetIpSlaProbesThreshold (openapiClientHandle_t *client_handle, uint32_t ipSlaId, uint32_t threshold) |
| | Set the given IP SLA Operation's ICMP-ECHO Threshold value. More...
|
| |
| open_error_t | openapiIpSlaSetIpSlaProbesTimeout (openapiClientHandle_t *client_handle, uint32_t ipSlaId, uint32_t timeout) |
| | Set the given IP SLA Operation's ICMP-ECHO Timeout value. More...
|
| |
| open_error_t | openapiIpSlaSetIpSlaProbesVrfName (openapiClientHandle_t *client_handle, uint32_t ipSlaId, open_buffdesc *vrfName) |
| | Set the given IP SLA Operation's ICMP-ECHO VRF Name value. More...
|
| |
| open_error_t | openapiIpSlaSetTrackOjectsDelayDownTime (openapiClientHandle_t *client_handle, uint32_t trackId, uint32_t downDelayTime) |
| | Set the given Track object's Down delay time value. More...
|
| |
| open_error_t | openapiIpSlaSetTrackOjectsDelayUpTime (openapiClientHandle_t *client_handle, uint32_t trackId, uint32_t upDelayTime) |
| | Set the given Track object's Up delay time value. More...
|
| |
| open_error_t | openapiIpSlaTrackIdCfgNodeFirstGet (openapiClientHandle_t *client_handle, uint32_t *trackId) |
| | To get the track Id of the first track object's operational entry from the Track Table. More...
|
| |
| open_error_t | openapiIpSlaTrackIdCfgNodeNextGet (openapiClientHandle_t *client_handle, uint32_t trackId, uint32_t *nextTrackId) |
| | To get the track Id of the next track object's operational entry from the TrackTable. More...
|
| |
| open_error_t | openapiIpSlaTrackIdCreate (openapiClientHandle_t *client_handle, uint32_t trackId, uint32_t ipSlaId, openIpSlaTrackTypes_t trackingType) |
| | Create a Track object for the given track number. More...
|
| |
| open_error_t | openapiIpSlaTrackIdDelete (openapiClientHandle_t *client_handle, uint32_t trackId) |
| | Delete the Track object for the given track number. More...
|
| |
| open_error_t | openapiIpSlaTrackIdNodeCfgInfoGet (openapiClientHandle_t *client_handle, uint32_t trackId, openIpSlaTrackCfg_t *trackCfgInfo) |
| | Get the config information of the given track number. More...
|
| |
| open_error_t | openapiIpSlaTrackIdNodeOperInfoGet (openapiClientHandle_t *client_handle, uint32_t trackId, openIpSlaTrackOperData_t *trackOperInfo) |
| | Get the operational info of the given track number. More...
|
| |
| open_error_t | openapiIpSlaTrackIdTrackingStateGet (openapiClientHandle_t *client_handle, uint32_t trackId, OPEN_BOOL_t *isTrackStatusUp) |
| | Get the tracking status of the given Track number. More...
|
| |