?>
Voir la documentation de addNodeStatus
Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS). This action is typically used by administrators to perform tasks on behalf of users in their personal caslibs.
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.
The `addNode` action dynamically adds one or more machines to a running SAS Cloud Analytic Services (CAS) server. This is a fundamental administrative task for scaling a CAS environment, allowing for the expansion of computational resources without restarting the entire server. It can be used to add either worker nodes to increase processing power and data capacity, or a backup controller to enhance high availability. This action is typically performed by administrators to manage the cluster's topology in response to changing workloads.