Skip to main content
Version: 1.17

System information endpoint

The System Information API, reached through GET /admin/system/info endpoint and offers a comprehensive overview of the ADS's current system state.

The endpoint returns a response with HTTP Status 200 OK and a JSON payload.

The payload includes data on:

  • Application information:
    • Name
    • Vendor
    • Version
    • Build Version
  • Java environment information:
    • Home Directory
    • Vendor
    • Version
  • Operating system information:
    • System Architecture
    • System Name
    • System Version
  • CLI Arguments

The information may be useful to have when communicating with customer support. This system information is also included as one line in the log during ADS start-up.