Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 66
Which URI with the request body of Request body: {`name`:`Test`,`organizationId`:<org_id>,`type`:`appliance`} creates a new Meraki network called
`Test`, when using APIs?
Answer options
- A. PUT https://api.meraki.com/api/v0/organizations/<org_id>/networks
- B. POST https://api.meraki.com/api/v0/networks
- C. POST https://api.meraki.com/api/v0/organizations/<org_id>/networks/<net_id>
- D. POST https://api.meraki.com/api/v0/organizations/<org_id>/networks
Correct answer: D
Explanation
The correct answer is D because it specifies the correct endpoint for creating a new network within a specified organization. Option A is incorrect as it uses the PUT method, which is not suitable for creating resources, and options B and C point to incorrect endpoints for the network creation process.