OBJECT

CcProvisionMetadataReply

Description

Response for cloud cluster provision metadata.

link GraphQL Schema definition

  • type CcProvisionMetadataReply {
  • # Name of the cluster.
  • clusterName: String!
  • # ID of the related CDM job.
  • clusterOpsCdmJobId: String!
  • # Type of cluster.
  • clusterType: String!
  • # UUID of the cluster.
  • clusterUuid: String!
  • # Internal timestamp of the job.
  • internalTimestamp: Long!
  • # Type of job.
  • jobType: String!
  • # Job configuration in JSON format.
  • marshaledConfig: String!
  • # Node to be replaced (for node replacement jobs).
  • nodeToReplace: String!
  • # Progress of the job in percent.
  • progress: Int!
  • # Current status of the job.
  • status: String!
  • # Detailed status message.
  • statusMessage: String!
  • # TPR request ID.
  • tprRequestId: String!
  • # Cloud vendor provider.
  • vendor: String!
  • }

link Require by