D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
DatabaseServerPropertiesPage.graphql
back
Copy
query DatabaseServerPropertiesPage($id: ID!) { os { isWindows } databaseServer: node(id: $id) { id ... on DatabaseServer { name type host port serverVersion isDefaultServer isUsedForPsaDb isAdminCredentialsChangeable adminLogin externalConnections databasesCount backupSettings { tempDir networkTempDir networkUser networkPassword } } } }