Skip to main content

clusterCsvImport

Import clusters from a CSV file with validation and bulk processing.

Each row in the CSV is treated as a single cluster. Existing clusters are matched by internal identifier, source identifier or SKU based on which fields the row contains; rows that do not match are created.

Possible errors:

  • SCHEMA_VALIDATION: One or more rows or mappings failed validation.

AUTH: Role=[product.OWNER]

clusterCsvImport(
input: ClusterCsvInput!
): CsvImportResponse!

Arguments

clusterCsvImport.input ● ClusterCsvInput! non-null input

CSV file and column-to-field mappings for the cluster import.

Type

CsvImportResponse object