Tenant SPAN Source Group
Location in GUI: Tenants
» XXX
» Policies
» Troubleshooting
» SPAN
» SPAN Source Groups
Diagram
Section titled “Diagram”Classes
Section titled “Classes”span (apic.tenants.policies)
Section titled “span (apic.tenants.policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
source_groups | List | [source_groups] | No |
source_groups (apic.tenants.policies.span)
Section titled “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 |
sources (apic.tenants.policies.span.source_groups)
Section titled “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 |
Examples
Section titled “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