QuestionQ6

Operations

Refer to the exhibit.

Question Image

Which two statements are correct about this API GET request to the ACI APIC?

Choose two
  • A The API call creates a new 10G interface in the APIC.
  • B The API call reads information from a managed object.
  • C The API response is encoded in JSON.
  • D The API call reads information from an object class.
  • E The API response is encoded in XML.
Explanation

A GET request to /api/class/l1PhysIf performs a class-level read of l1PhysIf objects; it does not create an interface. The .xml URI suffix specifies that the API response is encoded as XML. Cisco ACI REST APIs support XML and JSON representations.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!