ServerApi
getServerInfo
Get the server info.
Endpoint | /app/rest/server
|
Produces |
|
Parameters |
|
Response |
getBackupStatus
Get the latest backup status.
Endpoint | /app/rest/server/backup
|
Produces |
|
Response |
|
startBackup
Start a new backup.
Endpoint | /app/rest/server/backup
|
Produces |
|
Parameters |
|
Response |
|
getFilesListOfServer
List all files.
Endpoint | /app/rest/server/files/{areaId}
|
Produces |
|
Parameters |
|
Response |
getZippedFileOfServer
Get specific file zipped.
Endpoint | /app/rest/server/files/{areaId}/archived{path}
|
Produces |
|
Parameters |
|
downloadFileOfServer
Download specific file.
Endpoint | /app/rest/server/files/{areaId}/files{path}
|
Produces |
|
Parameters |
|
getFileMetadataOfServer
Get metadata of specific file.
Endpoint | /app/rest/server/files/{areaId}/metadata{path}
|
Produces |
|
Parameters |
|
Response |
|
getFilesListForSubpathOfServer
List files under this path.
Endpoint | /app/rest/server/files/{areaId}/{path}
|
Produces |
|
Parameters |
|
Response |
getLicensingData
Get the licensing data.
Endpoint | /app/rest/server/licensingData
|
Produces |
|
Parameters |
|
Response |
getLicenseKeys
Get all license keys.
Endpoint | /app/rest/server/licensingData/licenseKeys
|
Produces |
|
Parameters |
|
Response |
addLicenseKeys
Add license keys.
Endpoint | /app/rest/server/licensingData/licenseKeys
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteLicenseKey
Delete a license key.
Endpoint | /app/rest/server/licensingData/licenseKeys/{licenseKey}
|
Parameters |
|
getLicenseKey
Get a license key.
Endpoint | /app/rest/server/licensingData/licenseKeys/{licenseKey}
|
Produces |
|
Parameters |
|
Response |
getAllMetrics
Get metrics.
Endpoint | /app/rest/server/metrics
|
Produces |
|
Parameters |
|
Response |
getAllPlugins
Get all plugins.
Endpoint | /app/rest/server/plugins
|
Produces |
|
Parameters |
|
Response |
getServerField
Get a field of the server info.
Endpoint | /app/rest/server/{field}
|
Produces |
|
Parameters |
|
Response |
|