OBJECT

ManagedVolumeSlaScriptConfig

Description

Backup script configurations.

link GraphQL Schema definition

  • type ManagedVolumeSlaScriptConfig {
  • # Full command with arguments to run the script.
  • scriptCommand: String!
  • # Timeout for the script in seconds.
  • timeout: Long!
  • }