/v1/organizations/{organization-id}/appliance/uplink/statuses

SOLVED
Gini_Dev_Team
Here to help

/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.

 

 

1 ACCEPTED SOLUTION
RomanMD
Building a reputation

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.

View solution in original post

1 REPLY 1
RomanMD
Building a reputation

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.

Get notified when there are additional replies to this discussion.