Endpoint Retention Policy
Location in GUI: Tenants » XXX » Policies » Protocol » End Point Retention
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| endpoint_retention_policies | List | [endpoint_retention_policies] | No |
endpoint_retention_policies (apic.tenants.policies)
Section titled “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
Section titled “Examples”apic: tenants: - name: ABC policies: endpoint_retention_policies: - name: ERP1 description: My Endpoint Retention policy hold_interval: 180 bounce_entry_aging_interval: 180 remote_endpoint_aging_interval: 180 local_endpoint_aging_interval: 0 move_frequency: 180