nerdexam
Cisco

300-435 · Question #90

Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?

The blanks in the curl command should be filled as follows: 1. After --request, the method is POST. 2. After /organizations/{organizationId}/, the resource is networks. 3. After X-Cisco-Meraki-API-, the header component is Key. The complete curl command would resemble: `` curl…

Controller-Based Network Automation

Question

Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?

Exhibit

300-435 question #90 exhibit

Explanation

The blanks in the curl command should be filled as follows:

  1. After --request, the method is POST.
  2. After /organizations/{organizationId}/, the resource is networks.
  3. After X-Cisco-Meraki-API-, the header component is Key. The complete curl command would resemble:
curl -L --request POST \\
--url https://api.meraki.com/api/v0/organizations/{organizationId}/networks \\
--header 'X-Cisco-Meraki-API-Key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \\
--data '{
    "name": "Sample Name",
    "type": "Sample Type"
}'

Topics

#Cisco Meraki#Meraki API#Network Automation#Organization Management

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice