/node_management
Internal Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
GET /node_management/cluster_ip | Get a list of a cluster's always-available IP addresses. | Available | |
POST /node_management/cluster_ip | Modify the list of cluster IPs. | Available | |
GET /node_management/cluster_ip/{ip} | Returns the node which owns provided cluster IP address. Returns NOT OWNED if the IP is not owned by any node. | Available | |
GET /node_management/default_gateway | Get current default gateway. | Available | |
POST /node_management/default_gateway | Update the default gateway. | Available | |
GET /node_management/hostname | Hostname supporting the current server. | Available | |
GET /node_management/is_bootstrapped | Check whether this machine has been bootstrapped. | Available | |
GET /node_management/management_ip | Get the management IP's netmask and gateway for this machine's cluster. | Available | |
GET /node_management/proxy_config | Get existing proxy settings. | Available | |
PATCH /node_management/proxy_config | Update proxy config. | Available | |
DELETE /node_management/proxy_config | Delete an existing proxy that was configured. | Restricted | |
GET /node_management/replace_node | REQUIRES SUPPORT TOKEN - Returns the status of the corresponding replaceNode request. A support token is required for this operation. | Available | |
POST /node_management/replace_node | REQUIRES SUPPORT TOKEN - Replace a removed node with a new node. A support token is required for this operation. | Restricted | |
POST /node_management/reset | Issues a reset to the current node. | Restricted | |
GET /node_management/route_config | Lists all existing route configs. | Available | |
POST /node_management/route_config | Add a new route config to all hosts. | Available | |
DELETE /node_management/route_config | Delete an existing route that was configured. | Available | |
GET /node_management/unbootstrapped_node_info | Check whether this node has been bootstrapped. | Available |