5.4 Updating Servers in the Cluster

5.4.1 Updating the Identity Server Cluster

Request: curl -k --ciphers ALL -u $ADMIN_FQDN:$ADMIN_PASSWORD -X PUT -H "Content-Type: application/json" -d "{\"update\": \"all\"}" "$rest_url "

Where rest_url=rest_url="https://$ADMIN_CONSOLE_IP:8443/amsvc/v1/idpclusters/$CLUSTER_ID"

5.4.2 Updating the Access Gateway Cluster

Request: curl -k --ciphers ALL -u $ADMIN_FQDN:$ADMIN_PASSWORD -X PUT -H "Content-Type: application/json" -d "{\"update\": \"all\"}" "$rest_url "

Where rest_url="https://$ADMIN_CONSOLE_IP:8443/amsvc/v1/agclusters/$MAG_CLUSTER_ID"