With which option can the Cisco Application Policy Infrastructure Controller be configured?
A.
With the Cisco UCS Manager GUI
B.
With a service level agreement
C.
With the Cisco UCS Central interface
D.
With the application programming interface
E.
With the CLI
I would say D & E
Configuration Options
The Cisco Application Policy Infrastructure Controller (APIC) offers the following configuration options:
Direct Configuration—You can use the BASH shell to directly manipulate managed objects (MO) and the Management Information Tree (MIT). This document provides more information about direct configuration using the CLI.
Shell Scripts— You can use the Bash shell to automate some tasks using shell scripting. For more information about Bash, see Understanding the GNU Bash Shell.
Python API— Enables more extensive automation. For more information about the Python API, see the Cisco APIC Python SDK Reference
The APIC REST API is a programmatic interface to the Application Policy Infrastructure Controller (APIC) that uses a Representational State Transfer (REST) architecture. The API accepts and returns HTTP or HTTPS messages that contain JavaScript Object Notation (JSON) or Extensible Markup Language (XML) documents. You can use any programming language to generate the messages and the JSON or XML documents that contain the API methods or managed object (MO) descriptions.