350-601 · Question #554
Refer to the exhibit. A network engineer must configure the physical domain and attach a VLAN pool to it. Which two commands accomplish this goal? (Choose two.)
The correct answer is A. attributes D. POST. In Cisco ACI's REST API (which uses XML or JSON payloads to interact with the APIC), two key elements are required to create and configure objects such as a physical domain with an attached VLAN pool. First, POST is the HTTP method used to create new Managed Objects (MOs) in…
Question
Refer to the exhibit. A network engineer must configure the physical domain and attach a VLAN pool to it. Which two commands accomplish this goal? (Choose two.)
Exhibit
Options
- Aattributes
- BPATCH
- CGET
- DPOST
- Evariables
How the community answered
(20 responses)- A70% (14)
- B5% (1)
- C20% (4)
- E5% (1)
Explanation
In Cisco ACI's REST API (which uses XML or JSON payloads to interact with the APIC), two key elements are required to create and configure objects such as a physical domain with an attached VLAN pool. First, POST is the HTTP method used to create new Managed Objects (MOs) in the ACI object model - it submits the configuration payload to the APIC to instantiate the object. Second, 'attributes' is the mandatory JSON/XML key within the payload body that contains the actual configuration properties of the MO (such as the domain name or VLAN pool reference). GET (Option C) is used only to read/retrieve existing objects, not to create them. PATCH (Option B) is used for partial updates to existing objects. 'variables' (Option E) is not a valid ACI REST API construct within standard object payloads.
Topics
Community Discussion
No community discussion yet for this question.
