DRAG DROP - Drag and drop the code from the bottom onto the box where the code is missing on the Ansible task to enable a VLAN on a Meraki MX device. Not all options are used. Select and Place:
Meraki does not support PATCH. The method is PUT when reading the API swagger. When is used with Loop and evals a boolean but here we have a list. PUT and oop.
The documentation states "To change an existing resource, a PUT request is made. "
Plus it says "The Meraki Dashboard API accepts PUT requests in order to apply partial modifications to a resource, behaving like a PATCH request." and all their MERAKI examples use PUT. Call me a cynic, but Cisco exams seem a bit of lottery stroke racket.
It should be
PUT and loop
Note: There is no PATCH operation for Meraki devices.
https://developer.cisco.com/meraki/api-latest/#!update-network-appliance-vlans-settings
But Ansible documentation is saying this as a note:
"Meraki’s API defaults to networks having VLAN support disabled and there is no way to enable VLANs support in the API. VLAN support must be enabled manually."
https://docs.ansible.com/ansible/latest/collections/cisco/meraki/meraki_mx_vlan_module.html#ansible-collections-cisco-meraki-meraki-mx-vlan-module
i think it should be :
1: Method:PATCH (update current vlan to enabled, and leave other settings)
2: loop: "{{ results. results }}" (loop through all vlans)
Correcion:
1: PUT
2: LOOP
https://developer.cisco.com/codeexchange/github/repo/sttrayno/Meraki-Ansible-Deployment/
upvoted 15 times
...
...
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.
tommiy
Highly Voted 3 years, 3 months agoAndyUK2022
Most Recent 11 months agojohntermlen
1 year, 4 months agoTeringzooi
2 years, 2 months agodesignated
2 years, 3 months agolente_kriebels
3 years, 3 months agotswinn
3 years, 3 months agotswinn
3 years, 3 months ago