INPUT_OBJECT

SlaManagedVolumeScriptConfigInput

Description

Supported in v5.3+

link GraphQL Schema definition

  • input SlaManagedVolumeScriptConfigInput {
  • # Supported in v5.3+
  • # v5.3-v6.0: An optional timeout for the script in seconds. When this value is 0
  • # or unspecified no timeout is used.
  • # v7.0+: Optional timeout, in seconds, for the script. When this value is 0 or
  • # unspecified, the script does not use a timeout.
  • timeout: Long
  • # The full command, with arguments, to run the script.
  • scriptCommand: String!
  • }