Skip to content

setupCloudNativeSqlServerBackup

Setup backups on the SQL Server databases using the admin credentials.

Arguments

Argument Type Description
input (required) SetupCloudNativeSqlServerBackupInput! Input required to setup SQL Server backups.

Returns

BatchAsyncJobStatus!

Sample

mutation SetupCloudNativeSqlServerBackup($input: SetupCloudNativeSqlServerBackupInput!) {
  setupCloudNativeSqlServerBackup(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "setupCloudNativeSqlServerBackup": {
      "errors": [
        {
          "error": "example-string",
          "rubrikObjectId": "example-string"
        }
      ],
      "jobIds": [
        {
          "jobId": "example-string",
          "rubrikObjectId": "example-string"
        }
      ]
    }
  }
}