Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Robert_Decker
Advisor

Here you go, the fully working command - 

mgmt_cli -r true show gateways-and-servers details-level full --format json | $CPDIR/jq/jq -r '.objects[] | select(.type | contains("Cluster") | not) | ."ipv4-address"'

Enjoy,

Robert.

(1)
Who rated this post