Q: 5
Refer to the exhibit.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network?
(Choose two.)
Which two parameters are mandatory when the Cisco Meraki API is used to create a network?
(Choose two.)Options
Discussion
B since disableMyMerakiCom sometimes shows up as "required" in older scripts when org policies force disablement at creation. Not totally convinced because normally C and E should be enough, but strict org config could flip things. Let me know if anyone's seen that trip people up recently.
Cisco's official API guide and their DevNet labs both highlight C and E as required params for creating a Meraki network. OrganizationId tells it where, type tells it what. I think this matches what I've seen in recent practice exams, but happy to hear if someone spotted otherwise.
C/D? I kinda want to pick C and D here, but not 100% sure.
Option C and E look right. You need
type to tell Meraki what kind of network, and organizationId to know where to create it. Timezone defaults if not provided, so not strictly required. Open to correction if Cisco changes this!Timezone (A) seems like a trick here since it's not mandatory anymore from what I've seen with current Meraki API docs. Type (C) and organizationId (E) are the must-haves for network creation. Anyone spot something different on recent exams?
Probably C and E. Saw something like this in a mock, and organizationId plus type are both required when you POST to /networks. Timezone defaults if not set, so it isn't mandatory anymore. Pretty sure that's current API behavior, but correct me if I'm off.
Its C and E, timezone A looks tempting but not actually required in latest Meraki API.
D it's C and E. Type tells Meraki what kind of network you're creating, and organizationId is always needed so the network has an org to live in. Timezone (A) is tricky but usually defaulted by the API, which I think is the trap here. If someone's seen a newer doc that says otherwise, feel free to chime in.
A , thinking it's C and A for mandatory. I remember seeing Meraki docs listing timezone as required with type when creating networks, but not 100% if that's changed recently. Anyone seen updated API behavior?
Option C and E. Saw similar in exam reports, always organizationId and type are asked as mandatory.
Be respectful. No spam.