---
title: "Return linked server node status"
method: GET
path: "/get_server_node_status"
tags: ["Server Administration", "Server Nodes"]
---

# Return linked server node status

`GET /get_server_node_status`

This function returns the status of a linked remote server node. It returns
the linked remote server's status with the WHM API 1 `version` and `get_current_profile` functions.

## Query parameters

- `api_token` string, required
- `hostname` string, required
- `username` string, required
- `skip_tls_verification` 0 | 1

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `enabled_services` string[] — An list of the remote server node's enabled services.
    - `remote_node_linkages` object[] — An array of objects of the remote server's [child nodes](https://go.cpanel.net/cPanelGlossary#child-node). This function returns this information via the `list_linked_server_nodes` function. **Note:** If you call this function on a parent node for its child node, this function returns an empty object.
    - `system_settings` object — An object containing the remote server's child node system settings.
    - `tls_verified` 0 | 1 — Whether the remote server node has a valid [SSL certificate](https://go.cpanel.net/guidetoSSL). * `1` - The remote server node has a valid SSL certificate. * `0` - The remote server node does **not** have a valid SSL certificate.
    - `version` string — The installed version of cPanel & WHM on the remote server node.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is 0. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` - Success * `0` - Failed: Check the reason field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
