Path: / admin / realms / {realm} / applications-by-id / {app-name} / test-nodes-available

Test if registered cluster nodes are available by sending 'ping' request to all of them

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/test-nodes-availableTest if registered cluster nodes are available by sending 'ping' request to all of them

Method Detail

GET /admin/realms/{realm}/applications-by-id/{app-name}/test-nodes-available

Test if registered cluster nodes are available by sending 'ping' request to all of them

HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/test-nodes-available
API Example:

ApplicationResource.testNodesAvailable({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
GlobalRequestResult -