Skip to main content

DescribeDataProductProfileRequest

  • Stability: stable

Provide either the data product UUID or its root namespace; the control plane returns the persisted profile JSON and serialized kill-switch map when present.

  • Qualified id: com.dataspine.controlplane.DescribeDataProductProfileRequest@1
  • Kind: struct

Properties

NameTypeDescription
data_product_idOption<Uuid>Optional selector for the data product by stable id.
data_product_root_namespaceOption<String>Optional selector for the data product by root namespace string.

Back to Control Plane