---
title: "Register the server with 360 Monitoring"
method: GET
path: "/360Monitoring/register_server_with_360_monitoring"
tags: ["360 Monitoring"]
---

# Register the server with 360 Monitoring

`GET /360Monitoring/register_server_with_360_monitoring`

This function registers the server with 360 Monitoring.

If the server is not already associated with a 360 Monitoring account,
the function creates a new account on the user's behalf and configures
the local agent. If the server is already registered, the function is
a no-op and returns the existing identifier.

The system persists the credentials required by the local agent server-side
and does not return them in the response. Inspect the `metadata.result`
field (`1` for success, `0` for failure) and `metadata.reason` for
any failure details.

## Response `200`

The HTTP Request succeeded.

- object
  - `data` object
    - `user_id` string — The unique identifier for the 360 Monitoring user account associated with this server.
  - `metadata` object
    - `command` string — The method name called.
    - `namespace` string — The namespace used in the API call.
    - `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)
