INPUT_OBJECT

K8sNamespaceSnapshot

Description

Configuration of the Kubernetes namespaces to be backed-up.

link GraphQL Schema definition

  • input K8sNamespaceSnapshot {
  • # The ID of the Kubernetes namespace managed object to snapshot.
  • namespaceId: UUID!
  • # The SLA ID of the on demand snapshot request.
  • onDemandSnapshotSlaId: String
  • }