mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
54 lines
3.2 KiB
Plaintext
54 lines
3.2 KiB
Plaintext
/auth AuthR Auth getAuth !noAuth
|
|
|
|
/git GitR GET
|
|
/authenticate AuthenticateR GET
|
|
/version VersionR GET !noAuth
|
|
/versionLatest VersionLatestR GET !noAuth
|
|
/v0 ServerR GET PATCH
|
|
|
|
/v0/name NameR PATCH
|
|
|
|
/v0/specs SpecsR GET
|
|
/v0/metrics MetricsR GET
|
|
|
|
/v0/sshKeys SshKeysR GET POST
|
|
/v0/sshKeys/#Text SshKeyByFingerprintR DELETE
|
|
/v0/password PasswordR PATCH
|
|
|
|
/v0/apps/store AvailableAppsR GET -- reg reliant
|
|
/v0/apps/installed InstalledAppsR GET
|
|
/v0/apps/#AppId/store AvailableAppByIdR GET -- reg reliant
|
|
|
|
/v0/apps/#AppId/store/#VersionRange AvailableAppVersionInfoR GET -- reg reliant
|
|
/v0/apps/#AppId/installed InstalledAppByIdR GET
|
|
/v0/apps/#AppId/logs AppLogsByIdR GET
|
|
/v0/apps/#AppId/install InstallNewAppR POST -- reg reliant
|
|
/v0/apps/#AppId/config AppConfigR GET PATCH
|
|
/v0/apps/#AppId/start StartServerAppR POST
|
|
/v0/apps/#AppId/restart RestartServerAppR POST
|
|
/v0/apps/#AppId/stop StopServerAppR POST
|
|
/v0/apps/#AppId/uninstall UninstallAppR POST
|
|
/v0/apps/#AppId/notifications AppNotificationsR GET
|
|
/v0/apps/#AppId/metrics AppMetricsR GET
|
|
/v0/apps/#AppId/icon AppIconR GET !noAuth !cached
|
|
/v0/apps/#AppId/icon/store AvailableAppIconR GET !noAuth !cached -- reg reliant
|
|
/v0/apps/#AppId/backup CreateBackupR POST
|
|
/v0/apps/#AppId/backup/stop StopBackupR POST
|
|
/v0/apps/#AppId/backup/restore RestoreBackupR POST
|
|
/v0/apps/#AppId/autoconfig/#AppId AutoconfigureR POST
|
|
|
|
/v0/disks ListDisksR GET
|
|
|
|
/v0/update UpdateAgentR POST
|
|
/v0/wifi WifiR GET POST
|
|
/v0/wifi/#Text WifiBySsidR POST DELETE
|
|
|
|
/v0/notifications NotificationsR GET
|
|
/v0/notifications/#UUID NotificationR DELETE
|
|
|
|
/v0/shutdown ShutdownR POST
|
|
/v0/restart RestartR POST
|
|
|
|
/v0/register RegisterR POST !noAuth
|
|
/v0/hosts HostsR GET !noAuth
|
|
/v0/certificate CertificateR GET |