300-435 · Question #6
300-435 Question #6: Real Exam Question with Answer & Explanation
The correct answer is C: type. When creating a new network in Cisco Meraki via the API, the organizationId is essential to specify where the network belongs, and the type parameter defines the network's function (e.g., wireless, switch, appliance, or combined).
Question
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.) { "id": "L_123456", "organizationId": 1357924, "name": "Long Island Office", "timeZone": "America/Los_Angeles", "tags": "tag1 tag2", "type": "combined", "disableMyMerakiCom": false }
Options
- Atimezone
- BdisableMyMerakiCom
- Ctype
- Dtags
- EorganizationId
Explanation
When creating a new network in Cisco Meraki via the API, the organizationId is essential to specify where the network belongs, and the type parameter defines the network's function (e.g., wireless, switch, appliance, or combined).
Common mistakes.
- A. The
timezoneparameter is optional; if not specified, a default timezone is usually applied to the network. - B.
disableMyMerakiComis an optional parameter controlling access to the My Meraki portal for the network, not a mandatory field for network creation. - D.
tagsare optional labels used for organizing and filtering networks, not a requirement for initial network creation.
Concept tested. Cisco Meraki API network creation mandatory parameters
Reference. https://developer.cisco.com/meraki/api-v1/#!create-organization-network
Topics
Community Discussion
No community discussion yet for this question.