GET
/
v1
/
actuator
/
info
{
  "version": "<string>",
  "gitCommit": "<string>",
  "readonly": true,
  "saas": true,
  "demo": true,
  "host": "<string>",
  "port": "<string>",
  "externalUrl": "<string>",
  "needAdminSetup": true,
  "disallowSignup": true,
  "lastActiveTime": "2023-11-07T05:31:56Z",
  "require2fa": true,
  "workspaceId": "<string>",
  "debug": true,
  "unlicensedFeatures": [
    "<string>"
  ],
  "disallowPasswordSignin": true,
  "passwordRestriction": {
    "minLength": 123,
    "requireNumber": true,
    "requireLetter": true,
    "requireUppercaseLetter": true,
    "requireSpecialCharacter": true,
    "requireResetPasswordForFirstLogin": true,
    "passwordRotation": "<string>"
  },
  "docker": true,
  "userStats": [
    {
      "userType": "USER_TYPE_UNSPECIFIED",
      "state": "STATE_UNSPECIFIED",
      "count": 123
    }
  ],
  "activatedInstanceCount": 123,
  "totalInstanceCount": 123,
  "enableSample": true
}

Response

200
application/json

OK

ServerInfo is the API message for server info. Actuator concept is similar to the Spring Boot Actuator.