Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 97
Which REST endpoint is used to create a Cisco Meraki network?
Answer options
- A. POST /organizations/{organizationId}/networks
- B. PATCH /networks{networkId}
- C. PUT /organizations/{organizationId}/networks
- D. POST /networks{networkId}
Correct answer: A
Explanation
The correct answer is A because it specifically uses the POST method to create a new network under a specified organization. Options B and D are incorrect as they are intended for updating existing networks rather than creating new ones, and C uses the PUT method, which is also not appropriate for creation.