?> What is the syntax for the `addNodeStatus` action ... - Aide
QUESTION / RÉPONSE

What is the syntax for the `addNodeStatus` action in Python?

1 consultations

Réponse

In Python, you can call the action using the following syntax: `results=s.session.addNodeStatus()`
Action technique liée

Voir la documentation de addNodeStatus

Voir l'Action

Voir aussi

accessPersonalCaslibs
accessControl

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.

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.

addNode
builtins

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.