INPUT_OBJECT

GetOracleAsyncRequestStatusInput

Description

Input for retrieving details about an Oracle-related async request.

link GraphQL Schema definition

  • input GetOracleAsyncRequestStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the async request job.
  • id: String!
  • }

link Require by