Files
Prowlarr-TS-SDK/docs/models/systemresource.md
2025-05-16 17:01:58 -05:00

13 KiB
Raw Blame History

SystemResource

Example Usage

import { SystemResource } from "prowlarr";

let value: SystemResource = {};

Fields

Field Type Required Description
appName string N/A
instanceName string N/A
version string N/A
buildTime Date N/A
isDebug boolean N/A
isProduction boolean N/A
isAdmin boolean N/A
isUserInteractive boolean N/A
startupPath string N/A
appData string N/A
osName string N/A
osVersion string N/A
isNetCore boolean N/A
isLinux boolean N/A
isOsx boolean N/A
isWindows boolean N/A
isDocker boolean N/A
mode models.RuntimeMode N/A
branch string N/A
databaseType models.DatabaseType N/A
databaseVersion string N/A
authentication models.AuthenticationType N/A
migrationVersion number N/A
urlBase string N/A
runtimeVersion string N/A
runtimeName string N/A
startTime Date N/A
packageVersion string N/A
packageAuthor string N/A
packageUpdateMechanism models.UpdateMechanism N/A
packageUpdateMechanismMessage string N/A