https://apim.eu.mybuildings.abb.com/adtg-api/v1/graphql
Field | type | description |
---|---|---|
Authorization | string | OAuth 2.0 access token obtained from eu.mybuildings.abb.com. |
{ISystem(dtId:"c376b842-8f78-4b69-ae31-f815f24d5b90"){BackupService{CreateBackup{callMethod(name: "backup") }}}}
name - [String] backup name
{
"data": {
"ISystem": [
{
"BackupService": {
"CreateBackup": {
"callMethod": true
}
}
}
]
}
}
{
"data": {
"ISystem": [
{
"BackupService": {
"CreateBackup": {
"callMethod": false
}
}
}
]
}
}