跳转到内容
Ask AI

SLA & Track

此内容尚不支持你的语言。

Service Level Agreement.

URLGETPOSTPATCHPUTDELETE
/rest/v1/rpc/show-sla-summaryNYNNN
/rest/v1/rpc/show-track-summaryNYNNN
/rest/v1/running/slas/{id}YYYNY
/rest/v1/running/tracks/{id}YYYNY
POST HTTPS://{switch IP}/rest/v1/rpc/show-sla-summary
POST HTTPS://{switch IP}/rest/v1/rpc/show-track-summary
POST HTTPS://{switch IP}/rest/v1/running/slas
{
"id": 11,
"type": "user_define",
"file-path": "/test/user_define",
"user-define-args": "Ethernet1,Lag1"
}
POST rest/v1/running/tracks
{
"id": 11,
"sla-id": 11
}

Tree Diagrams

+--rw slas
| +--rw sla* [id]
| +--rw id
| +--rw type?
| +--rw destination-ip
| +--rw source-port?
| +--rw interval?
| +--rw timeout?
| +--rw count?
| +--rw frequency?
| +--rw user-define-args?
| +--rw file-path?

Table of Properties

NameRequiredType/RangeDescription
slasMPath-only node, has no configurable value.
Service Level Agreement Monitor(SLA) configurations.
idM1..4294967295(sub-property of slas)
Service Level Agreement Monitor(SLA) id.
typeO”icmp_echo"
"user_define”(sub-property of slas)
Types cannot be changed once set.
Default value: “user_define”
destination-ipCMA.B.C.D
XX:XX:XX:XX:XX:XX:XX:XX(sub-property of slas)
Only applicable when type = “icmp_echo”.
Destination ip address of ICMP/ICMP6 request of Service Level Agreement Monitor(SLA). This field is mandatory for type of “icmp_echo”. Cannot be changed once set.
source-portCOEthernet name
Ethernet sub-interface name
Lag1..9999
Link-aggregation sub-interface name
Loopback0..199
Vlan1..4094(sub-property of slas)
Only applicable when type = “icmp_echo”.
Source port to send ICMP/ICMP6 request packets of Service Level Agreement Monitor(SLA)
intervalCO200..3000(sub-property of slas)
Only applicable when type = “icmp_echo”.
Seconds between sending each ICMP/ICMP6 request packets of Service Level Agreement Monitor(SLA).
Default value: 200
timeoutCO1..3600(sub-property of slas)
Only applicable when type = “icmp_echo”.
Time to wait for ICMP/ICMP6 response of Service Level Agreement Monitor(SLA).
Default value: 5
countCO1..100(sub-property of slas)
Only applicable when type = “icmp_echo”.
Stop sending ICMP/ICMP6 request packets when receives {count} ICMP/ICMP6 reply packets.
Default value: 5
frequencyCO1..3600(sub-property of slas)
Only applicable when type = “icmp_echo”.
Interval between two consecutive detections of Service Level Agreement Monitor(SLA).
Default value: 10
user-define-argsCOstring(sub-property of slas)
Only applicable when type = “user_define”.
user-define arguments of Service Level Agreement Monitor(SLA).
file-pathCOstring(sub-property of slas)
Only applicable when type = “user_define”.
user-define file path for Service Level Agreement Monitor(SLA). Cannot be changed once set.
Default value: “/var/run/sla-user-define/sla_user_define_default”

Tree Diagrams

+--rw tracks
+--rw track* [id]
+--rw id
+--rw sla-id

Table of Properties

NameRequiredType/RangeDescription
tracksMPath-only node, has no configurable value.
track configurations
idM1..4294967295(sub-property of tracks)
track id.
sla-idM1..4294967295(sub-property of tracks)
sla id.

Tree Diagrams

+---x show-sla-summary
| +--ro output
| +--ro result?

Table of Properties

NameRequiredType/RangeDescription
show-sla-summaryMPath-only node, has no configurable value.
resultROstring(sub-property of output)
A table that shows information of all slas

Tree Diagrams

+---x show-track-summary
+--ro output
+--ro result?

Table of Properties

NameRequiredType/RangeDescription
show-track-summaryMPath-only node, has no configurable value.
resultROstring(sub-property of output)
A table that shows information of all tracks