Tenant SPAN Source Group
Location in GUI:
Tenants
» XXX
» Policies
» Troubleshooting
» SPAN
» SPAN Source Groups
Diagram
Classes
span (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
source_groups | List | [source_groups] | No |
source_groups (apic.tenants.policies.span)
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 | |
admin_state | Boolean | true , false | No | false |
destination | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
sources | List | [sources] | No | |
expected_state | Class | [expected_state] | No |
sources (apic.tenants.policies.span.source_groups)
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 | |
direction | Choice | in , both , out | No | both |
application_profile | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
expected_state (apic.tenants.policies.span.source_groups)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
Examples
apic:
tenants:
- name: ABC
policies:
span:
source_groups:
- name: SRC_GRP1
description: My Source Group
sources:
- name: SRC1
description: My source
direction: in
application_profile: AP1
endpoint_group: EPG1