INPUT_OBJECT

GetMssqlAsyncRequestStatusInput

Description

Input for retrieving details about an SQL Server object-related job.

link GraphQL Schema definition

  • input GetMssqlAsyncRequestStatusInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. ID of the SQL Server object-related job.
  • id: String!
  • }

link Require by