300-435 · Question #6
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…
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
Options
- Atimezone
- BdisableMyMerakiCom
- Ctype
- Dtags
- EorganizationId
How the community answered
(51 responses)- A6% (3)
- B2% (1)
- C90% (46)
- D2% (1)
Why each option
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).
The `timezone` parameter is optional; if not specified, a default timezone is usually applied to the network.
`disableMyMerakiCom` is an optional parameter controlling access to the My Meraki portal for the network, not a mandatory field for network creation.
The `type` parameter is mandatory because it defines the core functionality and purpose of the new network, specifying whether it's "wireless," "switch," "appliance," or a "combined" network, which dictates available features.
`tags` are optional labels used for organizing and filtering networks, not a requirement for initial network creation.
Concept tested: Cisco Meraki API network creation mandatory parameters
Source: https://developer.cisco.com/meraki/api-v1/#!create-organization-network
Topics
Community Discussion
No community discussion yet for this question.