This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,6 +0,0 @@
query AccountMenu {
viewer {
pname
login
}
}

View File

@@ -1,28 +0,0 @@
query ActionLogPage {
viewer {
isAdminAlias
login
}
actionLog {
objects {
name
displayName
enabled
actions {
displayName
enabled
}
}
rotate {
type
records
period {
value
unit
}
}
minDate {
year
}
}
}

View File

@@ -1,5 +0,0 @@
mutation AddMassEmailTemplate($input: AddMassEmailTemplateInput!) {
addMassEmailTemplate(input: $input) {
errors
}
}

View File

@@ -1,17 +0,0 @@
query AdditionalKeyInfoPage($id: ID!) {
additionalKey(id: $id) {
keyNumber
properties {
name
description
value
}
revertKey {
keyNumber
}
errors
}
mode {
isDemo
}
}

View File

@@ -1,13 +0,0 @@
query AdditionalKeyRevertPage($id: ID!) {
additionalKey(id: $id) {
keyNumber
revertKey {
keyNumber
properties {
name
description
value
}
}
}
}

View File

@@ -1,7 +0,0 @@
query AdditionalKeyUploadPage {
config {
license {
fileUpload
}
}
}

View File

@@ -1,12 +0,0 @@
query AdditionalKeysPage {
mode {
isLicenseLocked
isDemo
}
additionalKeys {
keyNumber
keyName
keyApp
errors
}
}

View File

@@ -1,7 +0,0 @@
query AdminHomeChangeLog {
server {
productUpdates {
changeLogUrl
}
}
}

View File

@@ -1,16 +0,0 @@
query AdminHomeExtensions {
viewer {
login
home {
extensions {
name
title
icon
content
footer
async
skeletonSize
}
}
}
}

View File

@@ -1,28 +0,0 @@
query AdminHomeMySubscriptions {
viewer {
login
permissions {
createDomains
}
client {
id
subscriptions(
input: {
pagination: { page: 1, itemsPerPage: 5 }
orderBy: { lastVisitTime: DESC }
}
) {
nodes {
id
... on Subscription {
status
mainDomain {
id
name
}
}
}
}
}
}
}

View File

@@ -1,37 +0,0 @@
query AdminHomeOverusedSubscriptions {
viewer {
login
client {
id
subscriptions(
input: {
pagination: { page: 1, itemsPerPage: 3 }
orderBy: { displayName: ASC }
searchFilters: { overuse: "true" }
own: false,
}
) {
pageInfo {
total
}
nodes {
id
... on Subscription {
status
mainDomain {
id
name
}
limits {
all(overused: true) {
name
formattedValue
formattedUsed
}
}
}
}
}
}
}
}

View File

@@ -1,18 +0,0 @@
query AdminHomePage {
viewer {
login
home {
layout
locked
feedbackURL
systemMessages {
type
key
content
isHideable
component
params
}
}
}
}

View File

@@ -1,23 +0,0 @@
query AdminHomeServerInfo {
server {
defaultIpAddress {
ipAddress
publicIpAddress
}
settings {
fullHostName
}
information {
sysUptime
}
}
os {
name
}
viewer {
login
permissions {
manageServerInfo
}
}
}

View File

@@ -1,50 +0,0 @@
query AdminHomeUpdates {
server {
productVersion {
name
version
patch
}
productUpdates {
availablePatch
availableVersion
lastUpdateDate
lastCheckDate
isAutoupdateEnabled
installingUpdatesTaskId
}
pum {
installingUpdatesTaskId
updates(
input: { pagination: { page: 1, itemsPerPage: 1 } }
) {
nodes {
name
availableVersion
}
pageInfo {
total
}
}
}
}
primaryKey {
pleskKeyId
editionName
}
config {
updates {
showControls
visualNotifications
}
}
mode {
isPumAllowed
}
viewer {
login
permissions {
manageServerUpdates
}
}
}

View File

@@ -1,79 +0,0 @@
query AspDotNetDomainSettings($id: ID!, $webPath: String) {
domain: node(id: $id) {
id
...on Domain {
webScriptingSettings {
aspDotNet
}
aspNetSettings(webPath: $webPath) {
versions
configs {
customErrMode {
value
enumValues {
name
value
}
}
culture {
value
enumValues {
name
value
}
}
connStrings {
name
value
}
version
debugMode
authMode {
value
enumValues {
name
value
}
}
customErrors {
canDelete
values {
redirectUrl
statusCode
}
}
fileEnc
reqEnc
resEnc
sessTimeout
tempDirectory
trustLevelAllowOverride
uiCulture {
value
enumValues {
name
value
}
}
defLanguage {
value
enumValues {
name
value
}
}
trustLevel {
value
enumValues {
name
value
}
}
}
}
}
}
}

View File

@@ -1,72 +0,0 @@
query AspDotNetServerSettings {
server {
aspNetSettings {
configs {
version
connStrings {
name
value
}
customErrMode {
value
enumValues {
name
value
}
}
culture {
value
enumValues {
name
value
}
}
debugMode
authMode {
value
enumValues {
name
value
}
}
customErrors {
canDelete
values {
redirectUrl
statusCode
}
}
fileEnc
reqEnc
resEnc
sessTimeout
tempDirectory
trustLevelAllowOverride
uiCulture {
value
enumValues {
name
value
}
}
defLanguage {
value
enumValues {
name
value
}
}
trustLevel {
value
enumValues {
name
value
}
}
}
}
}
}

View File

@@ -1,18 +0,0 @@
query BandwidthLimitingPage($id: ID!) {
domain: node(id: $id) {
... on Domain {
id
hosting {
performance {
trafficBandwidth
maxConnection
}
}
}
}
capability {
packages {
isQoSStarted
}
}
}

View File

@@ -1,12 +0,0 @@
query Branding {
viewer {
login
customTitle
logo {
image
imageAlt
url
edition
}
}
}

View File

@@ -1,19 +0,0 @@
query BrandingPage {
viewer {
login
type
branding {
customTitle
logo {
url
fake
}
customFavicon
background {
file
color
fit
}
}
}
}

View File

@@ -1,43 +0,0 @@
query ChangeSubscriptionsOwnerPage($ids: [ID!]!) {
domains: nodes(ids: $ids) {
id
... on Domain {
name
owner {
id
name
vendor {
id
}
}
baseDomain {
id
}
ipAddresses {
id
ipAddress
publicIpAddress
isIPv6
}
subscription {
id
isCustom
domains {
id
}
}
}
}
server {
settings {
isIPv6Supported
}
}
viewer {
type
login
client {
id
}
}
}

View File

@@ -1,5 +0,0 @@
mutation ClearActionLog($input: ClearActionLogInput!) {
clearActionLog(input: $input) {
result
}
}

View File

@@ -1,47 +0,0 @@
query ClientIpAddress($clientId: ID!) {
viewer {
login
type
client {
id
}
}
os {
isWindows
}
client: node(id: $clientId) {
... on Client {
id
login
availableIpAddress: ipAddresses(filter: { unassigned: true }) {
id
}
ipAddresses {
id
ipAddress
isBroken
type(clientId: $clientId)
allocatedType(clientId: $clientId)
ftpOverSSL
certificate {
id
name
ownerName
}
domains(filter: { clientId: $clientId }) {
id
}
}
}
}
server {
ipAddresses {
isPoolEditable(clientId: $clientId)
}
}
capability {
ftp {
isExplicitSSL
}
}
}

View File

@@ -1,6 +0,0 @@
fragment ClientTotalTrafficUsageByDomainsFragment on ClientTotalTrafficUsageByDomains {
totalUsageFormatted
isUnlimited
limitFormatted
limitUsagePercent
}

View File

@@ -1,17 +0,0 @@
query ClientTrafficUsageIntervals(
$clientId: ID!
) {
client: node(id: $clientId) {
... on Client {
id
statistics {
trafficUsageIntervals {
key
month
year
formattedTotalUsage
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
query CookiePolicy {
config {
gdpr {
cookieBox {
enabled
}
cookies(type: ["analytics", "marketing"]) {
name
type
}
}
}
}

View File

@@ -1,8 +0,0 @@
query Copilot($question: String!) {
copilotChat(question: $question) {
answer {
message
error
}
}
}

View File

@@ -1,23 +0,0 @@
query CreateFormInDrawer {
config {
domainManagement {
settings {
enabled
}
applicationWizard {
enabled
blankSite
uploadFiles
mailHosting
}
}
techDomain {
url
vendor
maxDomainLength
}
}
mode {
isMailServiceSupported
}
}

View File

@@ -1,15 +0,0 @@
query CreateMassMailTemplatePage {
viewer {
login
customers {
id
name
email
}
resellers {
id
name
email
}
}
}

View File

@@ -1,29 +0,0 @@
#import "queries/VirtualDirectoryParentContentFragment.graphql"
query CreateVirtualDirectoryPage(
$domainId: ID!,
$parentPath: String!,
) {
domain: node(id: $domainId) {
... on Domain {
id
baseDomain {
id
}
webScriptingSettings {
asp
}
hosting {
parentDirectory: virtualDirectory (path: $parentPath) {
...VirtualDirectoryParentContentFragment
properties {
aspBufferingLimit
aspMaxRequestEntityAllowed
aspEnableServerDebug
aspEnableClientDebug
}
}
}
}
}
}

View File

@@ -1,12 +0,0 @@
query DatabaseServerChangePasswordPage($id: ID!) {
os {
isWindows
}
databaseServer: node(id: $id) {
id
... on DatabaseServer {
name
databasesCount
}
}
}

View File

@@ -1,5 +0,0 @@
query DatabaseServerCreatePage {
server {
allowedByKeyDatabaseServerTypes
}
}

View File

@@ -1,28 +0,0 @@
query DatabaseServerDatabasesPage($id: ID!) {
os {
isWindows
}
mode {
isClassicPanel
}
databaseServer: node(id: $id) {
id
... on DatabaseServer {
name
databasesCount
databases {
id
name
domain {
id
name(idn: false)
owner {
id
name
type
}
}
}
}
}
}

View File

@@ -1,18 +0,0 @@
query DatabaseServerPreUpgradeConfigChecker($releaseId: String!, $databaseServerId: ID!) {
databaseServer: node(id: $databaseServerId) {
... on DatabaseServer {
id
dumpDirectory
availableReleases(filter: {releaseId: $releaseId}) {
id
preUpgradeChecker {
removedSystemVariables {
variable,
files
},
removedConfigFiles
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
query DatabaseServerPreUpgradeMysqlChecker($releaseId: String!, $databaseServerId: ID!) {
databaseServer: node(id: $databaseServerId) {
... on DatabaseServer {
id
availableReleases(filter: {releaseId: $releaseId}) {
id
preUpgradeChecker {
checkConsistency
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
query DatabaseServerPreUpgradePackageManagerChecker($releaseId: String!, $databaseServerId: ID!) {
databaseServer: node(id: $databaseServerId) {
... on DatabaseServer {
id
availableReleases(filter: {releaseId: $releaseId}) {
id
preUpgradeChecker {
checkPackageManager
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
query DatabaseServerPreUpgradeSystemCompatibilityChecker($releaseId: String!, $databaseServerId: ID!) {
databaseServer: node(id: $databaseServerId) {
... on DatabaseServer {
id
availableReleases(filter: {releaseId: $releaseId}) {
id
preUpgradeChecker {
checkSystemCompatibility
}
}
}
}
}

View File

@@ -1,7 +0,0 @@
query DatabaseServerPreUpgradeWebSocketChecker {
config {
webSocket {
enabled
}
}
}

View File

@@ -1,27 +0,0 @@
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
}
}
}
}

View File

@@ -1,23 +0,0 @@
query DatabaseServerUpgradePage($id: ID!) {
databaseServer: node(id: $id) {
id
... on DatabaseServer {
name
type
host
port
serverVersion
fork
detectDatabaseServer
availableReleases {
id
name
version
features
releaseNotesLink
releaseDate
endOfLifeDate
}
}
}
}

View File

@@ -1,39 +0,0 @@
query DatabaseServersPage {
databaseServers {
id
name
type
fork
host
port
lastError
serverVersion
isUpgradeSupported
isLTSVersion
isLocal
isDefaultServer
isUsedForPsaDb
isWebadminInstalled
isDynamicPort
databasesCount
availableReleases {
id
}
}
primaryKey {
pleskKeyId
keyRemoteDb
}
mode {
isDemo
}
os {
isWindows
}
viewer {
login
permissions {
manageServerPhpmyadmin
}
}
}

View File

@@ -1,9 +0,0 @@
query DatabaseSettingsPage {
os {
isWindows
}
databaseServers {
id
isUsedForPsaDb
}
}

View File

@@ -1,24 +0,0 @@
query DatabasesTabs($domainId: ID!) {
viewer {
login
type
permissions {
manageServerDb
}
}
capability {
packages {
isBackupManagerInstalled
}
}
domain: node(id: $domainId) {
... on Domain {
id
subscription {
permissions {
manageBackupRestore
}
}
}
}
}

View File

@@ -1,5 +0,0 @@
mutation DeleteAdditionalKey($input: DeleteAdditionalKeyInput!) {
deleteAdditionalKey(input: $input) {
ids
}
}

View File

@@ -1,20 +0,0 @@
mutation DeleteDnsTemplateRecord($ids: [ID!]!) {
deleteDnsTemplateRecord(input: { ids: $ids }) {
query {
dns {
template {
records {
id
type
host
val
ttl
displayHost
displayVal
domainName
}
}
}
}
}
}

View File

@@ -1,5 +0,0 @@
mutation DeleteProtectedDirectory($ids: [ID!]!) {
deleteProtectedDirectory(input: { ids: $ids} ) {
ids
}
}

View File

@@ -1,5 +0,0 @@
mutation DeleteSummaryReportLayout($input: DeleteSummaryReportLayoutInput!) {
deleteSummaryReportLayout(input: $input) {
ids
}
}

View File

@@ -1,5 +0,0 @@
mutation DisconnectTsSessions($input: DisconnectTsSessionsInput!) {
disconnectTsSessions(input: $input) {
ids
}
}

View File

@@ -1,11 +0,0 @@
query DnsHelper($id: ID!) {
node(id: $id) {
id
... on Domain {
isResolvable
}
... on DomainAlias {
isResolvable
}
}
}

View File

@@ -1,24 +0,0 @@
query DnsRecordsPage {
os {
isUnix
}
dns {
template {
isEnabled
templateNotSynchronized
soaTemplateNotSynchronized
isExternalDnsEnabled
records {
id
type
host
val
ttl
displayHost
displayVal
domainName
opt
}
}
}
}

View File

@@ -1,65 +0,0 @@
query DnsSettingsDrawer($id: ID!) {
node(id: $id) {
id
... on Domain {
name(idn: false)
...ipAddressesFields
dnsZone {
...recordsFields
}
}
... on DomainAlias {
name(idn: false)
domain {
...ipAddressesFields
}
dnsZone {
...recordsFields
}
}
}
viewer {
login
type
}
config {
dns {
enableResolveChecking
}
}
dns {
registrars {
name
url
}
extensions {
name
url
}
}
mode {
isDnsServiceSupported
}
}
fragment ipAddressesFields on Domain {
ipAddresses {
publicIpAddress
ipAddress
}
}
fragment recordsFields on DnsZone {
nsRecords: records(filter: { type: [NS] }, orderBy: { value: asc }) {
...recordFields
}
aRecords: records(filter: { type: [A] }) {
...recordFields
}
}
fragment recordFields on DnsRecord {
host
value
type
}

View File

@@ -1,39 +0,0 @@
query DnsSoaRecordsPage {
dns {
template {
soaRecord {
mname
ttl {
value
unit
}
refresh {
value
unit
}
retry {
value
unit
}
expire {
value
unit
}
minimum {
value
unit
}
serialNumberFormat
rnameDomain
rnameExternal
rnameType
rnameEnforce
}
isEnabled
isExternalDnsEnabled
records(filter: { type: [NS] } ) {
displayVal
}
}
}
}

View File

@@ -1,89 +0,0 @@
query DomainDatabasesPage(
$id: ID!
) {
mode {
isDemo
}
viewer {
login
permissions {
manageServerDb
manageServerBackup
}
}
os {
isWindows
}
domain: node(id: $id) {
... on Domain {
id
applicationDatabases {
id
domain {
name
}
}
relatedDatabase {
id
domain {
name
}
}
databases {
...CommonDatabaseFields
}
baseDomain {
id
databases {
...CommonDatabaseFields
}
}
subscription {
isDatabasesAvailable
status
limits {
database {
isLimitAvailable
isUnlimited
remaining
}
mssql {
isLimitAvailable
isUnlimited
remaining
}
}
}
}
}
}
fragment CommonDatabaseFields on Database {
id
name
tablesCount
formattedSize
allowCheckAndFix
allowClone
allowDump
allowImport
allowRecreateDatabase
domain {
id
name
}
users {
id
login
}
server {
id
type
host
port
fork
lastError
isWebadminInstalled
}
}

View File

@@ -1,14 +0,0 @@
query DomainPage(
$id: ID!
) {
domain: node(id: $id) {
... on Domain {
id
name(idn: false)
baseDomain {
id
name
}
}
}
}

View File

@@ -1,12 +0,0 @@
fragment DomainSubscriptionOdbcLimitFragment on Domain {
subscription {
id
limits {
odbc {
used
remaining
isLimitAvailable
}
}
}
}

View File

@@ -1,34 +0,0 @@
query DomainTrafficUsage(
$domainId: ID!,
$intervalKey: String,
) {
domain: node(id: $domainId) {
... on Domain {
id
statistics {
trafficUsage(intervalKey: $intervalKey) {
totalUsageFormatted
limitUsagePercent
usageByServices {
serviceName
usage
usageFormatted
incoming
incomingFormatted
outgoing
outgoingFormatted
percentOfAll
}
}
}
subscription {
limits {
traffic {
isUnlimited
formattedValue
}
}
}
}
}
}

View File

@@ -1,35 +0,0 @@
query DomainsResourceUsage($input: ResourceUsageListInput) {
viewer {
login
type
client {
id
email
resourceUsage(input: $input) {
nodes {
clientName
domainName
webUsage
mailUsage
databaseUsage
logsUsage
backupsUsage
configsUsage
anonFtpUsage
}
pageInfo {
current
pageCount
total
}
sortInfo {
sortColumn
sortDirection
}
}
}
}
os {
isUnix
}
}

View File

@@ -1,31 +0,0 @@
mutation EditBranding($input: EditBrandingInput!) {
editBranding(input: $input) {
query {
viewer {
login
customTitle
logo {
isCustom
image
imageAlt
url
edition
}
branding {
customTitle
logo {
url
fake
}
customFavicon
background {
file
color
fit
}
}
}
}
warnings
}
}

View File

@@ -1,10 +0,0 @@
mutation EditInterfaceView($input: EditInterfaceViewInput!) {
editInterfaceView(input: $input) {
query {
mode {
isPowerUserPanel
isSimplePanel
}
}
}
}

View File

@@ -1,25 +0,0 @@
query EditInterfaceViewPage {
viewer {
login
permissions {
manageServerUi
manageServerLanguages
manageServerBounceControls
}
client {
id
clients {
id
}
}
}
mode {
isViewSwitcherAllowed
isPowerUserPanel
isSimplePanel
isSimplePanelAllowed
isSimplePanelLocked
isMailBounceHidden
isMailServiceSupported
}
}

View File

@@ -1,38 +0,0 @@
query EditMassMailTemplatePage($id: ID!, $numericId: Int!) {
viewer {
login
customers {
id
name
email
}
resellers {
id
name
email
}
}
massEmail {
template(id: $id) {
name
fromEmail
sendToAdmins
sendToResellers
sendToResellersMode
sendToClients
sendToClientsMode
subject
body
}
templateResellers(templateId: $numericId) {
contacts {
id
}
}
templateClients(templateId: $numericId) {
contacts {
id
}
}
}
}

View File

@@ -1,59 +0,0 @@
#import "queries/VirtualDirectoryParentContentFragment.graphql"
query EditVirtualDirectoryPage(
$domainNodeId: ID!,
$path: String!,
) {
domain: node(id: $domainNodeId) {
... on Domain {
id
baseDomain {
id
}
webScriptingSettings {
asp
}
hosting {
virtualDirectory (path: $path) {
key
parent {
key
...VirtualDirectoryParentContentFragment
}
properties {
isRoot
isEditable
name
path
accessSource
accessRead
accessWrite
enableDirBrowsing
dontLog
appCreate
scriptExecute
aspEnableParentPaths
aspExecuteInMTA
authAnonymous
authNTLM
requireSSL
aspBufferingLimit
aspBufferingLimitInherited
aspBufferingLimitDefault
aspMaxRequestEntityAllowed
aspMaxRequestEntityAllowedInherited
aspMaxRequestEntityAllowedDefault
aspEnableServerDebug
aspEnableServerDebugInherited
aspEnableServerDebugDefault
aspEnableClientDebug
aspEnableClientDebugInherited
aspEnableClientDebugDefault
enableDefaultDoc
defaultDocs
}
}
}
}
}
}

View File

@@ -1,14 +0,0 @@
query FirewallGeneralPage {
server {
firewall {
isEnabled
interfaces {
key
name
type
isEnabled
isConnected
}
}
}
}

View File

@@ -1,10 +0,0 @@
query FirewallIcmpPage {
server {
firewall {
icmpRules {
key
isEnabled
}
}
}
}

View File

@@ -1,17 +0,0 @@
query FirewallRulesPage {
server {
firewall {
rules {
key
name
action
port
protocol
profiles
remoteAddresses
isEnabled
isReadonly
}
}
}
}

View File

@@ -1,9 +0,0 @@
query GetPasswordPage {
viewer {
background {
file
color
fit
}
}
}

View File

@@ -1,10 +0,0 @@
query GetWebspaceIpAddress($id: ID!) {
domain: node(id: $id) {
... on Domain {
ipAddresses {
publicIpAddress
ipAddress
}
}
}
}

View File

@@ -1,32 +0,0 @@
query HelpDrawer {
primaryKey {
pleskKeyId
editionName
}
server {
productVersion {
name
version
patch
}
productUpdates {
changeLogUrl
}
}
config {
extensions {
developerGuideUrl
}
feedback {
enabled
forumUrl
}
help {
helpCenterUrl
}
}
mode {
isLicenseDeveloper
isLicenseLocked
}
}

View File

@@ -1,14 +0,0 @@
query HelpMenu {
viewer {
login
type
}
config {
help {
enableSearchPrefill
}
}
mode {
isClassicPanel
}
}

View File

@@ -1,11 +0,0 @@
mutation HideDnsSyncSoaWarning {
hideDnsSoaTemplateWarning {
query {
dns {
template {
soaTemplateNotSynchronized
}
}
}
}
}

View File

@@ -1,11 +0,0 @@
mutation HideDnsSyncWarning {
hideDnsTemplateWarning {
query {
dns {
template {
templateNotSynchronized
}
}
}
}
}

View File

@@ -1,12 +0,0 @@
mutation HideHomeViewPromo {
hideHomeViewPromo {
query {
viewer {
login
home {
feedbackURL
}
}
}
}
}

View File

@@ -1,6 +0,0 @@
query HomePage {
viewer {
login
type
}
}

View File

@@ -1,185 +0,0 @@
query HostingSettingsPage($id: ID!, $withIpAddresses: Boolean = false) {
mode {
isSimplePanel
isDemo
}
viewer {
isSmbImpersonated
login
type
}
server {
settings {
forbidSubscriptionRename
preferredDomain
isIPv6Supported
forbidFtpUserRename
}
securitySettingsPreset {
ssl
sslRedirect
asp
aspDotNet
cgi
fastcgi
webstat
writeModify
webDeploy
ssi
errorDocs
perl
python
shell
}
}
os {
isUnix
}
capability {
systemUser {
access {
shells {
name
value
empty
chrooted
isSecure
}
emptyShell
}
}
}
primaryKey {
pleskKeyId
keyShell
}
capability {
packages {
webstatPackages {
name
value
}
}
}
domain: node(id: $id) {
... on Domain {
id
name(idn: false)
isDemo
baseDomain {
id
}
parentDomain {
name(idn: false)
}
ipAddresses {
id
isIPv6
ipAddress
publicIpAddress
}
owner @include(if: $withIpAddresses) {
id
ipAddresses {
id
type
isIPv6
ipAddress
publicIpAddress
isBroken
clients {
id
}
}
availableIpAddresses: ipAddresses(filter: {unassigned: true}) {
id
type
isIPv6
ipAddress
publicIpAddress
isBroken
}
}
sysUser {
login
quota
shell
}
subscription {
isSecureSettingsPresetAllowed
permissions {
manageDomains
manageSubdomains
manageWebsitesAndDomains
manageHosting
manageHostingSsl
manageQuota
manageShellAccess
manageNotChrootedShell
allowInsecureSites
manageHostingSsi
manageErrorDocs
manageAdditionPermissions
manageWebstat
manageWebDeploy
allowInsecureSites
}
mainDomain {
id
name(idn: false)
}
domains {
id
name(idn: false)
}
}
allowToChangeHtype
htype
hosting {
documentRoot
preferredDomain
hasInstalledApplications
isSameSsl
}
forwarding {
code
redirect
}
sslSettings {
ssl
sslRedirect
certificateId
availableCertificates {
id
name
repository
}
}
aspNetSettings {
versions
configs {
version
}
}
webstatSettings {
webstat
webstatProtected
}
webScriptingSettings {
ssi
ssiHtml
cgi
cgiMode
cgiModeOptions
fastcgi
asp
aspDotNet
perl
python
webDeploy
errorDocs
writeModify
}
}
}
}

View File

@@ -1,14 +0,0 @@
query HotlinkProtectionPage($id: ID!) {
domain: node(id: $id) {
... on Domain {
id
hosting {
hotlinkProtection {
isEnabled
extensions
friends
}
}
}
}
}

View File

@@ -1,5 +0,0 @@
query IisManagerMimeContentTypes {
iisManager {
mimeContentTypes
}
}

View File

@@ -1,11 +0,0 @@
query InfoAndStatisticsPage {
viewer {
login
type
permissions {
manageServerInfo
manageServerDomainTrafficReport
manageServerSummaryReport
}
}
}

View File

@@ -1,5 +0,0 @@
mutation InstallAdditionalKey($input: InstallAdditionalKeyInput!) {
installAdditionalKey(input: $input) {
ids
}
}

View File

@@ -1,17 +0,0 @@
mutation InstallPhpExtension($phpHandlerId: ID!, $extensionName: String!) {
installPhpExtension(input: { phpHandlerId: $phpHandlerId, extensionName: $extensionName }) {
id
status
progressTitle
progressValue
errors
output
steps {
title
progress
status
errors
output
}
}
}

View File

@@ -1,11 +0,0 @@
query InstallablePhpExtensions($id: ID!) {
phpHandler(id: $id) {
id
installablePhpExtensions {
package
description
installedVersion
latestVersion
}
}
}

View File

@@ -1,20 +0,0 @@
query IpAddressDomainsPage($clientId: ID, $ipAddressId: ID!) {
viewer {
type
login
}
ipAddress: node(id: $ipAddressId) {
... on IpAddress {
id
type
ipAddress
defaultDomain {
id
}
domains(filter: { clientId: $clientId }) {
id
name
}
}
}
}

View File

@@ -1,53 +0,0 @@
query IpAddressPage(
$type: IpAddressTypeEnum,
$search: String,
$page: Int,
$itemsPerPage: Int,
$orderBy: IpAddressListSort
) {
server {
firewall {
isEnabled
}
ipAddresses(
input: {
pagination: { page: $page, itemsPerPage: $itemsPerPage },
searchFilters: { type: $type, ipAddress: $search },
orderBy: $orderBy
}
) {
nodes {
id
ipAddress
publicIpAddress
interface
mask
type
isBlacklisted
isMain
isBroken
isMissing
subscriptionsCount
resellersCount
ftpOverSSL
}
pageInfo {
total
}
sortInfo {
sortColumn
sortDirection
}
hasPublicIp
canReloadPublic
}
}
mode {
isDemo
isPowerUserPanel
canManageResellers
}
serverInfo {
isVirtuozzo
}
}

View File

@@ -1,11 +0,0 @@
query KnowledgeSearch($question: String!) {
knowledgeSearch(question: $question) {
knowledges {
items {
url
title
}
error
}
}
}

View File

@@ -1,5 +0,0 @@
query License {
mode {
isLicenseLocked
}
}

View File

@@ -1,39 +0,0 @@
query LoginPage {
viewer {
login
resolvableHostname
mobileApplicationPromotion {
name
icon
url
}
background {
file
color
fit
}
}
config {
gdpr {
cookieSettings {
loginFormEntrypointEnabled
}
}
login {
howToLoginArticle
}
}
locales {
code
name
isRtl
}
serverInfo {
cloudType
isFirstLogin
}
loginContentInclude {
headContent
bodyContent
}
}

View File

@@ -1,5 +0,0 @@
mutation LogoffTsSessions($input: LogoffTsSessionsInput!) {
logoffTsSessions(input: $input) {
ids
}
}

View File

@@ -1,47 +0,0 @@
query MailAccountConfiguration($id: ID!) {
config {
mail {
showClientConfiguratorLink
autoconfig {
dnsEnabled
showHelperTextWhenUnavailable
}
}
}
viewer {
login
permissions {
manageMailSettings
}
}
mailAccountConfiguration(mailId: $id) {
domainId
userName
incomingServer
outgoingServer
incomingProtocols
outgoingProtocols
hideSslNote
smtpAuth
isValidCertificate
autodiscovery
iosLink
clientsConfiguratorLink
hasCertificate
pop3Port
imapPort
smtpPort
form {
id
embeddedForms {
ext
name
title
icon
description
content
}
}
customInstructions
}
}

View File

@@ -1,19 +0,0 @@
query MainHeaderNavbar {
viewer {
login
type
logo {
isCustom
}
}
config {
notification {
panel {
enabled
}
}
branding {
theme
}
}
}

View File

@@ -1,17 +0,0 @@
query MainHeaderSearch {
viewer {
login
type
}
config {
search {
limit
}
copilot {
searchEnabled
}
knowledgeSearch {
enabled
}
}
}

View File

@@ -1,12 +0,0 @@
query MainMenu {
viewer {
login
statistics {
customers
resellers
subscriptions
domains
servicePlans
}
}
}

View File

@@ -1,27 +0,0 @@
query MassMailPage($input: MassEmailTemplateListInput) {
massEmail {
templates(input: $input) {
nodes {
templateId
name
fromEmail
sendToAdmins
sendToResellers
sendToResellersMode
sendToClients
sendToClientsMode
subject
created
}
pageInfo {
current
total
pageCount
}
sortInfo {
sortColumn
sortDirection
}
}
}
}

View File

@@ -1,25 +0,0 @@
query MassMailTemplate($id: ID!, $numericId: Int!) {
massEmail {
template(id: $id) {
name
fromEmail
sendToAdmins
sendToResellers
sendToResellersMode
sendToClients
sendToClientsMode
subject
body
}
templateResellers(templateId: $numericId) {
contacts {
id
}
}
templateClients(templateId: $numericId) {
contacts {
id
}
}
}
}

View File

@@ -1,8 +0,0 @@
query MasterKeyProcessingState {
masterKeyProcessingState
config {
product {
supportUrl
}
}
}

View File

@@ -1,17 +0,0 @@
query MoveDatabasePage {
viewer {
login
client {
id
subscriptions {
nodes {
id
mainDomain {
id
name
}
}
}
}
}
}

View File

@@ -1,23 +0,0 @@
query MoveSingleDatabasePage($databaseId: ID!) {
viewer {
login
client {
id
subscriptions {
nodes {
id
mainDomain {
id
name
}
}
}
}
}
database: node(id: $databaseId) {
...on Database {
id
name
}
}
}

View File

@@ -1,14 +0,0 @@
query NewsletterSubscription {
viewer {
login
client {
id
email
}
}
config {
product {
privacyPolicyUrl
}
}
}

View File

@@ -1,14 +0,0 @@
query NotificationCenter {
config {
webSocket {
enabled
}
}
viewer {
login
type
permissions {
manageServerNotifications
}
}
}

View File

@@ -1,26 +0,0 @@
query NotificationEmailSettings {
os {
isWindows
}
config {
notification {
htmlEmail
}
}
mode {
canManageCustomers
canManageResellers
}
notification {
expirationWarningTime
emailSettings {
title
code
email
sendToEmail
sendToAdmin
sendToReseller
sendToClient
}
}
}

View File

@@ -1,11 +0,0 @@
query NotificationEmailSettingsNote($code: String!) {
notification {
emailSettings(code: $code) {
code
emailSubject
emailDefaultSubject
emailText
emailDefaultText
}
}
}

View File

@@ -1,15 +0,0 @@
query NotificationUiSettings {
notification {
panel {
settings {
storagePeriod
}
templates {
code
context
title
sendToAdmin
}
}
}
}

View File

@@ -1,5 +0,0 @@
query OdbcAddPage {
dsnManager {
drivers
}
}

Some files were not shown because too many files have changed in this diff Show More