Skip to content

Instance

instance

GetInstanceStatisticsAction

Bases: BaseModel

Get instance statistics.

GetInstanceStatisticsOutput

Bases: BaseModel

Instance statistics.

users class-attribute instance-attribute

users = Field(description='Number of users.')

projects class-attribute instance-attribute

projects = Field(description='Number of projects.')

devices class-attribute instance-attribute

devices = Field(description='Number of devices.')

GetInstanceSettingsRawAction

Bases: BaseModel

Get the settings of the instance.

GetInstanceSettingsRawOutput

Bases: BaseModel

Settings of the instance.

settings class-attribute instance-attribute

settings = Field(description='Settings of the instance.')

SetInstanceSettingRawAction

Bases: BaseModel

Set a setting of the instance.

key class-attribute instance-attribute

key = Field(description='Name of the setting.')

value class-attribute instance-attribute

value = Field(description='Value of the setting.')