5.2 Adding Devices to the Cluster

5.2.1 Adding Identity Servers to the Cluster

Request: curl -X POST "$rest_url" -u $ADMIN_FQDN:$ADMIN_PASSWORD

Where rest_url=https://$ADMIN_CONSOLE_IP:8443/amsvc/v1/idpclusters/$CLUSTER_ID/devices/idp-$jcc_id

5.2.2 Adding Access Gateway server to the cluster

Request: curl -X POST "$rest_url" -u $ADMIN_FQDN:$ADMIN_PASSWORD

Where rest_url="https://$ADMIN_CONSOLE_IP:8443/amsvc/v1/agclusters/$MAG_CLUSTER_ID/devices/ag-$jcc_id"