?> Welche Parameter akzeptiert die `addNodeStatus`-Ak... - Aide
QUESTION / RÉPONSE

Welche Parameter akzeptiert die `addNodeStatus`-Aktion?

0 consultations

Réponse

Die `addNodeStatus`-Aktion akzeptiert keine Parameter. Sie wird aufgerufen, um den Status der Maschinen anzuzeigen, die dem Server hinzugefügt werden.
Action technique liée

Voir la documentation de addNodeStatus

Voir l'Action
Thématiques

Voir aussi

actionstatus
session

The `session.actionstatus` action allows you to retrieve the status of actions for a specific CAS session. This is particularly useful for monitoring long-running jobs or for managing multiple sessions concurrently. By providing the unique identifier (UUID) of a session, you can get detailed information about the state of any actions that have been submitted within that session, such as whether they are running, completed, or have failed.

addNodeStatus
session

The addNodeStatus action lists details about machines that are currently being added to the server. This is particularly useful in a distributed environment to monitor the status of worker nodes joining the CAS cluster. It helps administrators verify that new nodes are being added successfully and to troubleshoot any issues that may arise during the process.

actionstatus
session

Ruft den Status einer bestimmten Aktion innerhalb einer CAS-Sitzung ab. Dies ist besonders nützlich, um den Fortschritt von asynchron ausgeführten Aktionen zu überwachen. Anstatt auf den Abschluss einer Aktion zu warten, kann man ihre Job-ID (UUID) speichern und ihren Status (z. B. 'Laufend', 'Abgeschlossen', 'Fehlgeschlagen') zu einem späteren Zeitpunkt abfragen.