Before enabling an SSID, a civic script must place the correct identifier in the Meraki path /networks/{networkId}/wireless/ssids/{number}. How should networkId be resolved?
Select an answer to reveal the explanation.
Short Explanation
networkId is a Dashboard id you discover—org first, then networks—not the SSID name or an AP serial taped into the path.
Full Explanation
The enable path requires a Dashboard networkId. The constructed prelude is list organizations, then list that organization’s networks, then PUT the SSID on the matching network. Substituting the SSID name, an AP serial, a friendly word like guest, or a Webex roomId for {networkId} will not enable the SSID.