Tag Archives: Meraki

Which REST endpoint is used to create a Cisco Meraki network?

A. POST /organizations/{organizationId}/networks B. PATCH /networks{networkId} C. PUT /organizations/{organizationId}/networks D. POST /networks{networkId} Answer: Option A. Explanation:  Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API Show AnswerDiscussion The post Which REST endpoint is used to create a Cisco Meraki network? appeared first on Majanto.

Which URI removes an administrator from a Meraki network using an API call?

A. DELETE https://api/meraki.com/api/v0/organizations//admins/ B. DELETE https://api/meraki.com/api/v0/admins/ C. PUT https://api/meraki.com/api/v0/organizations//admins/?delete= D. DELETE https://api/meraki.com/api/v0/organizations//admins/ Answer: Option A. Explanation:  NOTE: The options are fundamentally wrong. The answer is correct. It should be api.meraki.com/api/v0/organizations/ Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API (see delete an administrator) Show AnswerDiscussion The post Which URI removes an administrator from a Meraki network using an API call? appeared first on Majanto.

Which two use cases are supported by Meraki APIs? (Choose two.)

A. Build location-aware apps from Wi-Fi and LoRaWAN devices. B. Build a custom Captive Portal for Mobile Apps. C. Configure network devices via the Dashboard API. D. Deploy applications onto the devices. E. Retrieve live streams from a Meraki Camera. Answer: Option B, C. Explanation:  No answer description available for this question. Show AnswerDiscussion The post Which two… Read More »