Create Harbor
Creates a managed or customer-managed Harbor in the caller's current organization.
`generate_api_key` defaults to `true`. Polytomic returns a new plaintext credential only in this response. Set it to `false` to create the Harbor without a credential.
For `customer_managed`, `backing_connection_id` must identify a queryable Connection that your credential can access.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
backing_mode
How the Harbor’s queryable data store is provided. Valid values are managed and customer_managed.
name
Human-readable Harbor name.
backing_connection_id
Existing queryable Connection used by a customer-managed Harbor. Required only when backing_mode is customer_managed.
description
Short description of the Harbor. Maximum 1,000 characters.
generate_api_key
Whether to generate a profile credential. Defaults to true.
Response
OK
data
Errors
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
