ENUM

CcpJobStatus

Description

Status of Job.

link GraphQL Schema definition

  • enum CcpJobStatus {
  • # Bootstrapping cluster.
  • BOOTSTRAPPING
  • # Completed successfully.
  • COMPLETED
  • # Failed.
  • FAILED
  • # Initializing.
  • INITIALIZING
  • # Invalid status.
  • INVALID
  • # Node connection verify.
  • NODE_CONNECTION_VERIFICATION
  • # Node creation.
  • NODE_CREATE
  • # Node information retrieval.
  • NODE_INFO_EXTRACTION
  • # Rotate token.
  • ROTATE_TOKEN
  • }