OBJECT

RemoveNodeForReplacementReply

Description

Asynchronous reply for a submitted removal job.

link GraphQL Schema definition

  • type RemoveNodeForReplacementReply {
  • # Details of submitted job including job name and function parameters.
  • message: String!
  • # Job ID of the submitted job.
  • jobId: Long!
  • # Specifies if the operation was a success.
  • isSuccessful: Boolean!
  • }

link Require by