Endpoint Retention Policy
Location in GUI:
Tenants
» XXX
» Policies
» Protocol
» End Point Retention
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
endpoint_retention_policies | List | [endpoint_retention_policies] | No |
endpoint_retention_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 | |
hold_interval | Integer | min: 5 , max: 65535 | No | 300 |
bounce_entry_aging_interval | Any | Integer or Integer[min: 150 , max: 65535 ] | No | 630 |
local_endpoint_aging_interval | Any | Integer or Integer[min: 120 , max: 65535 ] | No | 900 |
remote_endpoint_aging_interval | Any | Integer or Integer[min: 120 , max: 65535 ] | No | 300 |
move_frequency | Integer | min: 0 , max: 65535 | No | 256 |
Examples
apic:
tenants:
- name: ABC
policies:
route_tag_policies:
- name: TAG1
description: DESC1
hold_interval: 180
bounce_entry_aging_interval: 180
remote_endpoint_aging_interval: 180
local_endpoint_aging_interval: 0
move_frequency: 180