Skip to main content
Documentation

Instance API

Actions in the instance namespace of the Nexigon Hub API.

instance_GetStatistics

POST /api/v1/actions/invoke/instance_GetStatistics

Get instance statistics.

Request GetInstanceStatisticsAction

No fields.

Response GetInstanceStatisticsOutput

  • users required

    Number of users.

    integer
  • projects required

    Number of projects.

    integer
  • devices required

    Number of devices.

    integer

instance_GetSettingsRaw

POST /api/v1/actions/invoke/instance_GetSettingsRaw

Get the settings of the instance.

Request GetInstanceSettingsRawAction

No fields.

Response GetInstanceSettingsRawOutput

  • settings required

    Settings of the instance.

    object<string, JsonValue>
    string
    JsonValue any

instance_SetSettingRaw

POST /api/v1/actions/invoke/instance_SetSettingRaw

Set a setting of the instance.

Request SetInstanceSettingRawAction

  • key required

    Name of the setting.

    string
  • value required

    Value of the setting.

    JsonValue any

Response Empty

No fields.