INPUT_OBJECT

PrismElementCdmTuple

Description

A tuple of the Prism Element ID and the corresponding CDM cluster ID while adding a Nutanix Prism Central.

link GraphQL Schema definition

  • input PrismElementCdmTuple {
  • # The ID of the Nutanix cluster.
  • nutanixClusterId: UUID!
  • # The ID of the CDM cluster.
  • cdmClusterId: UUID!
  • }