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

Manually register cluster node to this application - usually it's not needed to call this directly as adapter should handle by sending registration request to Keycloak

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

Sub-Resources
Resources
NameDescription
{node}Unregister cluster node from this application

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/applications-by-id/{app-name}/nodesManually register cluster node to this application - usually it's not needed to call this directly as adapter should handle by sending registration request to Keycloak

Method Detail

POST /admin/realms/{realm}/applications-by-id/{app-name}/nodes

Manually register cluster node to this application - usually it's not needed to call this directly as adapter should handle by sending registration request to Keycloak

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

ApplicationResource.registerNode({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  '$entity': /* formParams */});

Input:
Map<String,String>
Output:
void
Consumes:
application/json