Request
Request URL

https://apim.eu.mybuildings.abb.com/adtg-api/v1/graphql

Request headers
Fieldtypedescription
AuthorizationstringOAuth 2.0 access token obtained from eu.mybuildings.abb.com.
Request body
ISystem(dtId:"c376b842-8f78-4b69-ae31-f815f24d5b90"){BackupService{RestoreBackup{callMethod(name: "0001-backup.tar") }}}} 

name - [String] backup name

Response
Success
{
  "data": {
    "ISystem": [
      {
        "BackupService": {
          "RestoreBackup": {
            "callMethod": true
          }
        }
      }
    ]
  }
}
Failed
{
  "data": {
    "ISystem": [
      {
        "BackupService": {
          "RestoreBackup": {
            "callMethod": false
          }
        }
      }
    ]
  }
}