To proceed with the project, I need a Meraki API Specification documentation.
I CANNOT check the list of all data that can be acquired in the existed official Meraki API documentation.
There is an example body of API response in the official documentation, but it sometimes does not show the accurate data via API.
So is there a list with all data types and values specified in API response?
As an example of the content, I wonder whether there is any value other than "online" and "offline" that can be acquired by the "status" item via deviceStatus API.
Other than the example above, I have questions with some data details below.
No. | API | Key | Questions about values |
1 | /organizations/{organizationId}/deviceStatuses | status | the other list of values that can be returned in addition to "Online" and "Offline" |
2 | /networks/{networkId}/failedConnections | type | List of all the values that can be acquired from the system |
| 〃 | failureStep | 〃 |
3 | /networks/{networkId}/devices/{serial}/reboot | success | Whether or not other return data exists and lists when the acquired value is "false". |
4 | /networks/{networkId}/clients | ip6 | Type of the acquired value |
| 〃 | user | 〃 |
5 | /networks/{networkId}/devices/{serial}/uplink | status | The presence and list of values that can be returned in addition to "Active" and "Not connected" |
6 | /devices/{serial}/switchPortStatuses | errors | List of all the values that can be acquired from the system |
| 〃 | warnings | List of all the values that can be acquired from the system |
| 〃 | status | The presence and list of values that can be returned in addition to "Connected" and "disConnected" |
| 〃 | speed | Whether or not there is an Integrer version of the acquisition value. (data type: String) The darkness of green color of the switch port image in Meraki dashboard is determined by the speed value, but the value via API is String. So I wonder how to draw the image in dashboard. |
Because I cannot get all of the values of the key via API at my site,
I need the Meraki API Specification documentation with detailed data information of API response.