Tenant Monitoring Policy
Location in GUI: Tenants » XXX » Policies » Monitoring » XXX
Diagram
Section titled “Diagram”Classes
Section titled “Classes”monitoring (apic.tenants.policies)
Section titled “monitoring (apic.tenants.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| policies | List | [policies] | No |
policies (apic.tenants.policies.monitoring)
Section titled “policies (apic.tenants.policies.monitoring)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| snmp_traps | List | [snmp_traps] | No | |
| syslogs | List | [syslogs] | No | |
| fault_severity_policies | List | [fault_severity_policies] | No |
snmp_traps (apic.tenants.policies.monitoring.policies)
Section titled “snmp_traps (apic.tenants.policies.monitoring.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| destination_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
syslogs (apic.tenants.policies.monitoring.policies)
Section titled “syslogs (apic.tenants.policies.monitoring.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| audit | Boolean | true, false | No | true |
| events | Boolean | true, false | No | true |
| faults | Boolean | true, false | No | true |
| session | Boolean | true, false | No | false |
| minimum_severity | Choice | emergencies, alerts, critical, errors, warnings, notifications, information, debugging | No | warnings |
| destination_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
fault_severity_policies (apic.tenants.policies.monitoring.policies)
Section titled “fault_severity_policies (apic.tenants.policies.monitoring.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| class | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| faults | List | [faults] | No |
faults (apic.tenants.policies.monitoring.policies.fault_severity_policies)
Section titled “faults (apic.tenants.policies.monitoring.policies.fault_severity_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| fault_id | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| initial_severity | Choice | warning, minor, major, critical, inherit, squelched | No | |
| target_severity | Choice | warning, minor, major, critical, inherit | No | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: 'ABC' policies: monitoring: policies: - name: MON_POL snmp_traps: - name: TRAP1 destination_group: DEST1 syslogs: - name: SYSLOG1 audit: false events: false faults: false session: true minimum_severity: alerts destination_group: DEST2 fault_severity_policies: - class: vzRsSubjFiltAtt faults: - fault_id: F1127 initial_severity: warning target_severity: critical description: test