INPUT_OBJECT

JobInfoRequest

Description

Request message for polling the status of a job.

link GraphQL Schema definition

  • input JobInfoRequest {
  • # Name of the account.
  • accountName: String
  • # ID of the request.
  • requestId: String
  • # ID of the cluster.
  • clusterUuid: String
  • # Type of job to be polled.
  • type: JobType
  • # Additional information that may be required for certain job types.
  • additionalInfo: JobInfoRequestDetails!
  • }

link Require by