Get Devices (Meraki)
This object returns the list of Meraki Devices.
Input Parameters
Meraki API Key |
String |
Yes |
The API key that will be used to pull information about the environment. The account used to obtain this key must have as a recommended minimum, full read-only access. |
Organization ID |
String |
Yes |
The unique organization ID for which we want the Meraki devices. |
Output Parameters
Devices List |
Collection
|
The list of Devices. It is populated if one or more Meraki devices are found for the selected organization. It contains following information:
MAC | String | 00:00:00:00:00:00 | The MAC address of the Meraki device. | Serial | String | A1A1-A1A1-A1A1 | The unique serial number. | Network ID | String | L_513213531235135 | The Network ID to which the Meraki device is assigned. | Model | String | MX100 | The model short name of the device. | Claimed At | datetime | 2020-01-01 00:00:00 | The date it was claimed into the organization. | Public IP | String | 10.1.1.1 | The reported public IP (if available). | Name | String | Backroom behind Wall | The name of the device as entered in the UI. |
|
Count of Devices |
Number |
The count of Meraki Devices. |
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Result String |
String |
Object execution error details. |
Example Input Parameters
Meraki API Key |
String |
Yes |
1a1a1a1a1a1a1a1a1a1a1a2a2a2a2a2a2a2a3a3a |
Organization ID |
String |
Yes |
13589 |