Refer to the exhibits.
base_url = https://api.meraki.com/api/v0
org_id = 123456789
api_key = 1098hadpfsiapsf8ahf8ohp
network_name = "New Network"
requests.<item 1> (
<item 2> + "/<item 3>/" + org_id + "/<item 4>",
headers = {
"X-Cisco-Meraki-API-Key": "<item 5>",
"Content-Type": "<item 6>"
},
<item 7>=json.dumps ({ "name": <item 8>,
"type": "wireless switch"
}))
Drag and drop the code from the left onto the item numbers on the right to complete the Meraki Python script shown in the exhibit.
Select and Place:
post
|
base_url
|
organizations
|
network
|
api_key
|
application/json
|
data
|
network_name
|
|
<item 1>
|
post
|
<item 2>
|
base_url
|
<item 3>
|
organizations
|
<item 4>
|
network
|
<item 5>
|
api_key
|
<item 6>
|
application/json
|
<item 7>
|
data
|
<item 8>
|
network_name
|
|
WARNING
the answers are mixed, do not specify in the comment number or the letter of the answer
please write answer#A instead A, answer#B instead B...