OBJECT
CcProvisionMetadataReply
Description
Response for cloud cluster provision metadata.
link GraphQL Schema definition
- type CcProvisionMetadataReply {
- # Name of the cluster.
- : String!
- # ID of the related CDM job.
- : String!
- # Type of cluster.
- : String!
- # UUID of the cluster.
- : String!
- # Internal timestamp of the job.
- : Long!
- # Type of job.
- : String!
- # Job configuration in JSON format.
- : String!
- # Node to be replaced (for node replacement jobs).
- : String!
- # Progress of the job in percent.
- : Int!
- # Current status of the job.
- : String!
- # Detailed status message.
- : String!
- # TPR request ID.
- : String!
- # Cloud vendor provider.
- : String!
- }