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
Explanation
The blanks in the curl command should be filled as follows:
- After
--request, the method isPOST. - After
/organizations/{organizationId}/, the resource isnetworks. - After
X-Cisco-Meraki-API-, the header component isKey. The completecurlcommand 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.
