API nodes for IBM Storage Scale native REST API
The IBM Storage Scale native REST API feature includes a new node class called API nodes. The native REST API is available only through the API nodes, which expose the full suite of APIs provided by this feature. API nodes also support local commands through the scalectl CLI without the --url option. By default, API nodes are quorum nodes.

The native REST API server does not start on non-API nodes. These nodes expose only a subset of native REST API functions through scalectl commands, which are limited to managing local configurations, such as node identities.
- scalectl node config
- scalectl cluster
- scalectl config
To use additional native REST API functions from a non-API nodes, issue the scalectl command with the --url <FQDN/IP>:<port> flag. The FQDN or IP must point to an API node, and the request is sent over HTTPS.
- If the native REST API feature is enabled
and the quorum designation of a node is changed, restart
scaleadmd
service on nodes where the quorum designation was changed.