nerdexam
Cisco

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…

Automation

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

350-601 question #554 exhibit

Options

  • Aattributes
  • BPATCH
  • CGET
  • DPOST
  • Evariables

How the community answered

(20 responses)
  • A
    70% (14)
  • B
    5% (1)
  • C
    20% (4)
  • E
    5% (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

#API#Automation#Data Center Networking#Configuration

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice