INPUT_OBJECT

GetDb2DatabaseAsyncRequestStatusInput

Description

Input for retrieving details about a Db2 database-related job.

link GraphQL Schema definition

  • input GetDb2DatabaseAsyncRequestStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the request object used to poll the status.
  • id: String!
  • }

link Require by