45 lines
927 B
GraphQL
45 lines
927 B
GraphQL
query ServerComponentsPage {
|
|
os {
|
|
isUnix
|
|
}
|
|
server {
|
|
components {
|
|
name
|
|
version
|
|
state
|
|
status
|
|
error
|
|
depends
|
|
dependsType
|
|
providesType
|
|
description
|
|
isInstalled
|
|
isConfigurable
|
|
configured
|
|
allowedByLicense
|
|
parameters {
|
|
name
|
|
type
|
|
label
|
|
required
|
|
description
|
|
value
|
|
enum
|
|
disabled
|
|
disableReason
|
|
hideGenerateButton
|
|
}
|
|
componentTypeInfo {
|
|
name
|
|
required
|
|
default
|
|
packagesCount
|
|
}
|
|
categoryInfo {
|
|
name
|
|
isConfigurable
|
|
}
|
|
}
|
|
}
|
|
}
|