Which three options can be used to determine REST API code to create an EPG(Choose 3)

Which three options can be used to determine REST API code to create an EPG(Choose 3)
A. Perform HTTP GET method on https:// <apic IP>/doc/epg.xml which will return you necessary data to create EPG.
B. Call epgCreate() function in Cobra API standard library
C. using the show EPG Configuration on the CLI of the APIC
D. by downloading the xml configuration file and looking up an EPG configuration
E. using the APIC management information tree
F. using the API inspector when creating a test EPG

cisco-exams

6 thoughts on “Which three options can be used to determine REST API code to create an EPG(Choose 3)

  1. A is nonsense. Currently tried against functional APIC. Not Found (403, 404)
    Have not found anything about epgCreate() function. And it does not look like a object construction in Python. I assume this makes B false.
    E and F are good.
    C or D? Not sure so far.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.