- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/v1/organizations/{organization-id}/appliance/uplink/statuses
Hello,
For some organization-id I have empty array responses instead of of filled json one for others.
Is that a normal situation ?
How should I know the organization-id which will have not empty responses ?
Many thanks in advance
Christian C.
Solved! Go to solution.
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Description:List the uplink status of every Meraki MX, MG and Z series devices in the organization
If you don't have any of those devices in the organization, then you will have an empty array, but that's nothing you can't handle. Just check the length of the response array, if it is 0 -> skip and go further or whatever logic you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Description:List the uplink status of every Meraki MX, MG and Z series devices in the organization
If you don't have any of those devices in the organization, then you will have an empty array, but that's nothing you can't handle. Just check the length of the response array, if it is 0 -> skip and go further or whatever logic you need.
