---
title: "Get server information"
method: GET
path: "/v1/server-info"
tags: ["Server"]
---

# Get server information

`GET /v1/server-info`

Retrieve detailed server information including version, build, and configuration details.

## Response `200`

Server information retrieved successfully

- object
  - `version` string — Server version
  - `build` string — Build tag
  - `id` integer — Server ID
  - `name` string — Server name
  - `color` string — Server color (for UI theming)
  - `messageOfTheDay` string — Message of the day
  - `tz` string — Server timezone
  - `options` object
    - `zoningEnabled` boolean
    - `strictAlarmStatusFlow` boolean
    - `timedAlarmAckEnabled` boolean
    - `helpdeskLinkActive` boolean
    - `dciAggregationEnabled` boolean — True if DCI data aggregation (hourly/daily tiers) is enabled on the server
    - `tileServerURL` string
  - `dateTimeFormat` object
    - `date` string — Date format string
    - `timeLong` string — Long time format string
    - `timeShort` string — Short time format string
  - `components` object[] — Registered server components

## Other responses

- `401` — Unauthorized

## Changes

> 71 revisions in range; 8 could not be searched.

- **2026-05-28** `0fb96d68a8bf` — 1 info
  - added the optional property `options/dciAggregationEnabled` to the response with the `200` status
- **2026-05-08** `c6aaf3632e48` — 1 warning
  - removed the optional property `options/dciAggregationEnabled` from the response with the `200` status

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/server-info/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/b04ea2fbcedb/schema)
