HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/ipsla_sources

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
length ≤ 256

IPv4/IPv6 address of the DNS server to be used for resolve destination hostnames. If not provided, name server for the respective VRF will be used instead.

string
length ≤ 256

Source IPv4/IPv6 address for outgoing IP SLA packets. If not specified, the address will either follow source_interface configuration or if it's missing as well, will default to 'VRF.effective_source_ip.ipsla'.

string
required

Reference Resource: VRF
VRF to be used for sending the probes.

responder
object

IP SLA responder address. Has to be populated for all SLA types except for HTTP/s that uses URL instead.

integer
0 to 255

Type of Service (TOS) to set on the packets of UDP echo, UDP VOIP and HTTP probes.

voip_jitter_sla
object

Configuration parameters for VOIP jitter

string

Reference Resource: Port
Helps detemining the source IPv4/IPv6 address for the probes. If interface have both IPv4 and IPv6 address, IP is chosen based on the destination IP.If source_ip is present, then source_interface configuration is overriden. If both are missing, it will default to 'VRF.effective_source_ip.ipsla'.

integer
0 to 1440

Size of the payload to add to ICMP echo and UDP echo probes.

boolean

Enables IP SLA session.

integer
5 to 604800

Time gap (in seconds) between two consecutive probes of the SLA session.

string
enum
required

Type of IP SLA: icmp_echo: measures Round Trip Time(RTT) between source and responder using ICMP . udp_echo: measures one way or RTT latency between the source and the responder using UDP. tcp_connect: measures the time that it takes to perform TCP Connect operation between the source and the responder. udp_jitter_voip: measures packet loss, one way delay, RTT, Mean Opinion Scores (MOS), (Impairment) Calculated Planning Impairment Factor (ICPIF) between the source and the responder using VOIP traffic. http: measures HTTP or HTTPS response time for a web page. This includes the time taken for DNS resolution, TCP connect, SSL handshake(for HTTPS) and fetching of the web page. 'dns': measures the time taken for DNS resolution for the given hostname and nameserver. 'dhcp': measures the time taken to perform DHCP operation on the given source interface.

Allowed:
integer
1 to 65535

In case of TCP and UDP probes, allows specification of the specific source port. If not specified the port will be chosen by the system.

http_sla
object

Configuration parameters for HTTP/S sessions.

string
required
length between 1 and 64

Reference Resource: ipsla_source
Unique identifier of the specific IP SLA session.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
LoadingLoading…