INPUT_OBJECT

BulkRefreshHostsInput

Description

Input for refreshing multiple hosts with a single request.

link GraphQL Schema definition

  • input BulkRefreshHostsInput {
  • # ID of each host to refresh.
  • ids: [String!]!
  • # Specifies whether to run the job to refresh hosts
  • # asynchronously.
  • shouldRunAsynchronously: Boolean!
  • }

link Require by