OBJECT

SlaManagedVolumeScriptSummary

Description

Supported in v5.3+

link GraphQL Schema definition

  • type SlaManagedVolumeScriptSummary {
  • # Required. Supported in v5.3+
  • # Name of the user running the script on the host.
  • runAsUser: String!
  • # Required. The full command, with arguments, to run the script.
  • scriptCommand: String!
  • # Supported in v5.3+
  • # (Optional) Timeout period, in seconds, for the script. Specifying 0, or not
  • # including a value, indicates there is no timeout period.
  • timeout: Long
  • }