25 lines
400 B
GraphQL
25 lines
400 B
GraphQL
query PrimaryKeyInfoPage {
|
|
primaryKey {
|
|
pleskKeyId
|
|
potentialProblems
|
|
properties {
|
|
name
|
|
description
|
|
value
|
|
}
|
|
revertKey {
|
|
pleskKeyId
|
|
}
|
|
}
|
|
mode {
|
|
isLicenseLocked
|
|
isLicenseDefault
|
|
isDemo
|
|
}
|
|
config {
|
|
license {
|
|
disableOnExpiration
|
|
}
|
|
}
|
|
}
|