OBJECT
Asynchronous reply for a submitted job.
type ReplaceClusterNodeReply {# 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! }