Application Profile
The managed flag indicates if an application profile should be created/modified/deleted or is assumed to exist already and just acts a container for other objects. This flag is only relevant for Terraform.
Location in GUI: Tenants » XXX » Application Profiles
Diagram
Section titled “Diagram”Classes
Section titled “Classes”application_profiles (apic.tenants)
Section titled “application_profiles (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| alias | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| managed | Boolean | true, false | No | true |
Examples
Section titled “Examples”apic: tenants: - name: ABC application_profiles: - name: AP1 alias: AP1-ALIAS description: My AP Desc