Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
i want to restart the SM Devices (iPads) using Tags. i got the Meraki API working with Serial numbers but i want to restart using Tags. below is the code from postman.import requestsimport jsonurl = "https://api.meraki.com/api/v1/networks/N_XXXXXXXXX...
with postman app i can use serial and it works. i want to use Tags instead of serial so i can do all iPad with tag. when i use tag i get this error. "Invalid parameters(s): scope"
it's giving me an error when i use "scope": [ "withAny", "Test-Tag" ], and remove "serials": [ "963klu74lk" ], also, when i try the above url i get Response: 404 not found then i use Postman app