Most probably wrongly written question. Correct way to enable SSID:
PUT /networks/{networkId}/ssids/{number}
Payload:
{
"enabled": true
}
I would wait exam to see if C answer is written in different way since sending body in the URL of request as A indicates is not correct.
I'll choose whichever one looks closest to this (and hope the API reference snippet is avaialable during the test as no way do I expect myself to remember this)
PUT/networks/{networkId}/wireless/ssids/{number}
"enabled": true
Reference:
https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid/
Correct answer is A. The question makes reference to update an object not create it, so all POST answers are discarded immediately. Now C, its endpoint is not valid, instead A, at least send the variable needed through the URL.
I correct my previous assessment, this is a PUT operation to the endpoint /networks/{networkId}/ssids/{number}.
The variable enabled is sent in the body:
{
"name": "My SSID",
"enabled": true
}
So the correct answer seems to be C, although there is a typo error. The variable name is Enabled, not enable.
The answer can be found in the official Study Guide p. 83
api_url = f"networks/{my_network}/ssids/{my_ssid_nr}",
action = "PUT",
json = {"enabled": new_ssid_state},
This section is not available anymore. Please use the main Exam Page.350-901 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.
chulenzy
Highly Voted 1 year, 6 months agoexamtopicstroilevw
Most Recent 1 month, 3 weeks agoTeringzooi
7 months, 2 weeks agodesignated
8 months, 3 weeks agoCiscoRider
12 months agoCiscoRider
11 months, 3 weeks agoferock
1 year agoudo2020
1 year, 3 months agoarturogonzalezgzz
1 year, 7 months agohiro555555
1 year, 8 months agojjkcoins
1 year, 7 months agorhmgh
1 year, 2 months agoCiscoRider
12 months agodesignated
8 months, 3 weeks ago