Skip to main content

CreateApplicationRequest

  • Stability: stable

Identifies the parent data product by stable id or root namespace, then supplies serialized tags and CORS allow-origin values that will be stored with the new application record.

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

Properties

NameTypeDescription
data_product_idOption<Uuid>When set, the data product is selected by its UUID. Mutually exclusive with selecting by root namespace.
data_product_root_namespaceOption<String>When set, the data product is selected by its configured root namespace string. Mutually exclusive with data_product_id.
tags_jsonStringJSON object serialized as a string describing application tags (shape is defined by the control plane API contract).
cors_allow_originsList<String>Origins permitted to call browser-facing endpoints for this application, expressed as full origin URLs.

Back to Control Plane