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

  • usersrequired

    Number of users.

    integer
  • projectsrequired

    Number of projects.

    integer
  • devicesrequired

    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

  • settingsrequired

    Settings of the instance.

    object<string, JsonValue>
    string
    JsonValueany

instance_SetSettingRaw

POST/api/v1/actions/invoke/instance_SetSettingRaw

Set a setting of the instance.

Request SetInstanceSettingRawAction

  • keyrequired

    Name of the setting.

    string
  • valuerequired

    Value of the setting.

    JsonValueany

Response Empty

No fields.