nerdexam
CiscoCisco

350-901 · Question #65

350-901 Question #65: Real Exam Question with Answer & Explanation

Sign in or unlock 350-901 to reveal the answer and full explanation for question #65. The question stem and answer options stay visible for context.

Understanding and Using APIs

Question

Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?

Options

  • Acurl -X PUT \ -url 'https://api.meraki.com/api/v0/networks/.networkld/ssids/2' \ -H 'X-Cisco-Meraki-API-Key: 15da0c6fff295f16267f88f98694cf29a86ed87' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -data-raw '{ "name": "My SSID", "enabled": false, "authMode": "psk", "encryptionMode": "wpa", "psk": "meraki123", "wpaEncryptionMode": "WPA1 and WPA2" }'
  • Bcurl -X PUT \ -url 'https://api.meraki.com/api/v0/networks/.networkld/ssids/2' \ -H 'X-Cisco-Meraki-API-Key: 15da0c6fff295f16267f88f98694cf29a86ed87' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -data-raw '{ "name": "My SSID", "enabled": true, "authMode": "psk", "encryptionMode": "wpa", "psk": "meraki123", "wpaEncryptionMode": "WPA1 and WPA2" }'
  • Ccurl -X PUT \ -url 'https://api.meraki.com/api/v0/networks/.networkld/ssids/2' \ -H 'X-Cisco-Meraki-API-Key: 15da0c6fff295f16267f88f98694cf29a86ed87' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -data-raw '{ "name": "My SSID", "enabled": true, "useVlanTagging": true }'
  • Dcurl -X PUT \ -url 'https://api.meraki.com/api/v0/networks/.networkld/ssids/2' \ -H 'X-Cisco-Meraki-API-Key: 15da0c6fff295f16267f88f98694cf29a86ed87' \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -data-raw '{ "name": "My SSID", "enabled": true }'

Unlock 350-901 to see the answer

You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Meraki API#SSID Configuration#API Calls#Network Security
Full 350-901 PracticeBrowse All 350-901 Questions