INPUT_OBJECT

BulkDeleteNasSystemRequestInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Input to trigger delete of multiple registered NAS systems.

link GraphQL Schema definition

  • input BulkDeleteNasSystemRequestInput {
  • # Required. Supported in v7.0+
  • # NAS system IDs.
  • ids: [String!]!
  • }