| subcategory | layout | page_title | sidebar_current | description |
|---|---|---|---|---|
Generic |
aci |
ACI: aci_tag |
docs-aci-data-source-aci_tag |
Data source for ACI Tag |
Data source for ACI Tag
-
Class: tagTag
-
Supported in ACI versions: 3.2(1l) and later.
-
Distinguished Name Formats:
- Too many DN formats to display, see model documentation for all possible parents of tagTag.
uni/tn-{name}/BD-{name}/tagKey-{key}uni/tn-{name}/ap-{name}/epg-{name}/tagKey-{key}uni/tn-{name}/ap-{name}/tagKey-{key}uni/tn-{name}/eptags/epiptag-[{ip}]-{ctxName}/tagKey-{key}uni/tn-{name}/tagKey-{key}
- Location:
Under every object as Policy Tags in the Operational tab in recent APIC versions.
data "aci_tag" "example_tenant" {
parent_dn = aci_tenant.example.id
key = "test_key"
}
data "aci_tag" "example_application_epg" {
parent_dn = aci_application_epg.example.id
key = "test_key"
}
parent_dn- (string) The distinguished name (DN) of the parent object, possible resources:- Too many parent DNs to display, see model documentation for all possible parents of tagTag.
- aci_bgp_address_family_context (bgpCtxAfPol)
- aci_bgp_timers (bgpCtxPol)
- aci_cloud_epg (cloudEPg)
- aci_cloud_external_epg (cloudExtEPg)
- aci_cloud_service_epg (cloudSvcEPg)
- aci_management_access_policy (commPol)
- aci_copp_interface_policy (coppIfPol)
- aci_copp_interface_protocol_policy (coppProtoClassP)
- aci_dhcp_relay_policy (dhcpRelayP)
- aci_dwdm_interface_policy (dwdmIfPol)
- aci_eigrp_address_family_context (eigrpCtxAfPol)
- aci_link_level_interface_policy (fabricHIfPol)
- aci_fibre_channel_interface_policy (fcIfPol)
- aci_first_hop_security_policy (fhsBDPol)
- aci_trust_control_policy (fhsTrustCtrlPol)
- aci_application_epg (fvAEPg)
- aci_application_profile (fvAp)
- aci_bridge_domain (fvBD)
- aci_epg_useg_block_statement (fvCrtrn)
- aci_vrf (fvCtx)
key(key) - (string) The key used to uniquely identify this configuration object.
id- (string) The distinguished name (DN) of the Tag object.value(value) - (string) The value of the property.