Access Monitoring Policy
Location in GUI: Fabric
» Access Policies
» Policies
» Monitoring
» XXX
Diagram
Section titled “Diagram”Classes
Section titled “Classes”monitoring (apic.access_policies)
Section titled “monitoring (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
policies | List | [policies] | No |
policies (apic.access_policies.monitoring)
Section titled “policies (apic.access_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.access_policies.monitoring.policies)
Section titled “snmp_traps (apic.access_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.access_policies.monitoring.policies)
Section titled “syslogs (apic.access_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.access_policies.monitoring.policies)
Section titled “fault_severity_policies (apic.access_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.access_policies.monitoring.policies.fault_severity_policies)
Section titled “faults (apic.access_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: access_policies: monitoring: policies: - name: test_mon_pol snmp_traps: - name: test_trap destination_group: test_destination syslogs: - name: test_syslog audit: false events: false faults: true session: false minimum_severity: alerts destination_group: syslog_destination fault_severity_policies: - class: l1PhysIf faults: - fault_id: F1696 initial_severity: warning target_severity: inherit description: test