Question 42 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 42 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

DRAG DROP -

def set_ssid_settings(network_id, wireless_name, wireless_password):
"""Configure an SSID to use the External Captive Portal."""
base_url = "https://api.meraki.com/api/v0/"
response = reque:

sts .put
peoe url [see t|/* +(e 2) [Em a|/o",

"X-Cisco-Meraki-API-Key": MERAKI_API_KEY,
"Content-Type": application/json"

number": 0,
name": wireless _name,
"enabled": True,
“splashPage": "[Item 4]",
ssidAdminAccessible' False,
authMode": "[Ttem 5]",
psk": wireless password,
jencryptionMode": "wpa",
wpaEncryptionMode": "WPA2 only",
ipAssignmentMode": "Bridge mode",
“useVlanTagging": False,
"walledGardenEnabled": True,
walledGardenRanges": "[Item 6]",
minBitrate": 11,
pandSelection": “[item 7]
"perClientBandwidthLimitUp": 0,
“perClientBandwidthLimitDown": 0
be
)

response.raise for_status()

Refer to the exhibit above and click on the Meraki Resources tab in the top left corner to view Meraki documentation to help with this question.

Drag and drop the parts of the Python code from the left onto the item numbers on the right that match the missing sections in the exhibit to enable an SSID.

Not all code parts are used.

Select and Place:

ssids

org_id
networks
network_id
192.168.0.1/32
Click-through splash page
5 GHz band only

<item 1>

<item 2>

<item 3>

<item 4>

<item 5>

<item 6>

<item 7>

psk

organizations

Explanations

org_id networks
organizations
Click-through splash page
psk
192.168.0.1/32
5 GHz band only |