Suggested Answer:AE🗳️
Without organizationID and timezone, you will not be able to create a network. Organizationid is necessary for the connection. Timezone is necessary for the network id.
Time-zone is not required and "type" parameter does not exists in API v1.5.0. Although it exists in v1.0. It's a pity the exam question does not mention the API version... What's sure is with v1.5.0 you have to add these parameters in the body if you want to have a 201 Created as an response:
{
"name": "test2 for exam",
"organizationId": "xxxxxxxxxxx",
"productTypes": [
"wireless"
]
}
If you try to use the "type" parameter instead of productTypes, or do like this:
{
"name": "test for exam",
"organizationId": "xxxxxxxxxxx",
"timeZone": "yyyyyy"
}
You will receive a 400 Bad Request as response with this body:
{
"errors": [
"The following required parameters are missing: 'productTypes'"
]
}
Tested in Postman v8 with Meraki Dashboard API v1.5.0
So the question is outdated and/or not specific enough, but the closest answers to the right ones are C and E.
Whether you create a new network via an API call or directly on the dashboard itself, you are required to provide an "organisational-id" (for device registration purposes), a "name" to indicate where the registered device belong to (geographically) and the network "type" to identify what type of Meraki device it is, as shown below:
Wireless: Wireless access points (MR series)
Security appliance: Security appliance (MX series) or teleworker gateway (Z Series); please note only one of these devices can exist per network
Gateway: Cellular Gateway (MG series)
Switch: Access and aggregation switches (MS series)
Camera: Security cameras (MV series)
Combined hardware: These networks can contain a mix of any (or all) of the above devices; please note that the limit of one MX or Z-series device still applies.
Ref: https://documentation.meraki.com/Getting_Started_with_Meraki/Getting_Started_Resources/Getting_Started_Checklist
All the best
it shoud be organizational ID and type. (But it should be orgID / name / type)
https://developer.cisco.com/meraki/api-v1/#!create-organization-network
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.300-435 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
1234567J
Highly Voted 3Â years, 11Â months agoarpesz
Highly Voted 3Â years, 9Â months agoCheam
Most Recent 7Â months, 3Â weeks agoSlavey
10Â months, 3Â weeks agoLyndongarcia09
2Â years, 11Â months ago