IP SLA Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» IP SLA
» IP SLA Monitoring Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip_sla_policies | List | [ip_sla_policies] | No |
ip_sla_policies (apic.tenants.policies)
Section titled “ip_sla_policies (apic.tenants.policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
frequency | Integer | min: 1 , max: 300 | No | 60 |
multiplier | Integer | min: 1 , max: 100 | No | 3 |
sla_type | Choice | icmp , tcp , l2ping | No | icmp |
port | Integer | min: 1 , max: 65535 | No | 0 |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: ip_sla_policies: - name: SLA frequency: 10 multiplier: 10 sla_type: tcp port: 150