Project

General

Profile

Actions

Bug #27166

open

Rudder 8.3 API documentation needs update for /system/info

Added by Michel BOUISSOU about 1 month ago. Updated 3 days ago.

Status:
In progress
Priority:
1 (highest)
Category:
Documentation
Target version:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

Rudder 8.3 API documentation needs update for /system/info :

Endpoint has been changed in rudder 8.3

8.2:

{
  "action": "getSystemInfo",
  "result": "success",
  "data": {
    "rudder": {
      "major-version": "8.2",
      "full-version": "8.2.6",
      "build-time": "2025-05-06T15:49:17Z" 
    }
  }
}

8.3:

{
  "version": "8.3.2",
  "buildTime": "2025-06-04T13:23:27Z",
  "instanceId": "<some_UUID>",
  "relays": [
    {
      "uuid": "<relay_UUID>",
      "hostname": "some.hostname",
      "managedNodes": 0
    }
  ]
}


Subtasks 1 (0 open1 closed)

Bug #27187: Create upgrade note details for parent ticketReleasedNicolas CHARLESActions
Actions

Also available in: Atom PDF