nerdexam
Cisco

200-155 · Question #200

Which description of the APIC REST API is true?

The correct answer is B. allows administrators to programmatically configure objects. The APIC REST API provides a programmatic interface that allows administrators to automate and manage the Cisco ACI fabric by configuring and manipulating policy objects.

Automation and Orchestration

Question

Which description of the APIC REST API is true?

Options

  • Auses Java to access the Cisco ACI fabric
  • Ballows administrators to programmatically configure objects
  • Cuses SNMP for POST and GET
  • Dallows administrators to retrieve configurations in the CSV format

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    93% (27)
  • C
    3% (1)

Why each option

The APIC REST API provides a programmatic interface that allows administrators to automate and manage the Cisco ACI fabric by configuring and manipulating policy objects.

Auses Java to access the Cisco ACI fabric

The APIC REST API is language-agnostic and communicates over HTTP/HTTPS using standard data formats like JSON or XML; it does not specifically 'use Java' to access the fabric.

Ballows administrators to programmatically configure objectsCorrect

The APIC REST API is a fundamental component of Cisco ACI, enabling administrators and automation tools to programmatically create, read, update, and delete (CRUD) configuration objects such as tenants, bridge domains, and EPGs, thereby automating fabric management.

Cuses SNMP for POST and GET

REST APIs utilize standard HTTP/HTTPS methods like GET, POST, PUT, and DELETE for interactions, not SNMP (Simple Network Management Protocol), which is a different protocol for network device management.

Dallows administrators to retrieve configurations in the CSV format

While an API might offer various data formats, the APIC REST API primarily uses JSON or XML for configuration retrieval and manipulation, not CSV as its primary or exclusive format.

Concept tested: Cisco ACI APIC REST API functionality

Source: https://developer.cisco.com/docs/aci/#!apic-rest-api-basics

Topics

#APIC REST API#configuration retrieval#CSV format

Community Discussion

No community discussion yet for this question.

Full 200-155 Practice