nerdexam
Cisco

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).

Controller-Based Network Automation

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

How the community answered

(51 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    90% (46)
  • D
    2% (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).

Atimezone

The `timezone` parameter is optional; if not specified, a default timezone is usually applied to the network.

BdisableMyMerakiCom

`disableMyMerakiCom` is an optional parameter controlling access to the My Meraki portal for the network, not a mandatory field for network creation.

CtypeCorrect

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.

Dtags

`tags` are optional labels used for organizing and filtering networks, not a requirement for initial network creation.

EorganizationId

Concept tested: Cisco Meraki API network creation mandatory parameters

Source: https://developer.cisco.com/meraki/api-v1/#!create-organization-network

Topics

#Meraki API#Network Creation#REST API#API Parameters

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice