The Cisco Meraki API supports several HTTP verbs (methods) for making requests. The three primary verbs of request available in the Cisco Meraki API are:
GET: This verb is used to retrieve information from the server. It is commonly used to get details about networks, devices, and configurations.
POST: This verb is used to create new resources or submit data to the server. For example, it can be used to create new networks, add devices, or configure settings.
PUT: This verb is used to update existing resources. It is typically used to modify configurations or update details of existing resources like devices and networks.
Other verbs like DELETE are also supported, which are used to delete resources, but the three primary ones are GET, POST, and PUT.
Verbs in the API follow the usual REST conventions:
GET returns the value of a resource or a list of resources, depending on whether an identifier is specified.
POST adds a new resource
PUT updates a resource
DELETE removes a resource
https://documentation.meraki.com/General_Administration/Other_Topics/Cisco_Meraki_Dashboard_API
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Adrian1988
1 week, 1 day agornunes1110
6 months, 2 weeks agotliz
1 year, 4 months ago