Skip to main content

DescribeDataProductProfileResponse

  • Stability: stable

Both JSON blobs are opaque to the runtime library; they are produced and consumed by the infrastructure reconciler and related tooling.

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

Properties

NameTypeDescription
data_product_idUuidStable id of the data product whose profile was read.
profile_jsonOption<String>Serialized profile JSON when configured, or absent if the data product has no custom profile.
kill_switches_jsonOption<String>Serialized kill-switch map when present, describing per-component enablement flags.

Back to Control Plane