CloudX
The CloudX source connector lets you connect to CloudX using an API key. At this time, the connector supports credential validation but does not yet support data extraction.
Setup
- In CloudX, generate or locate an API key with access to the CloudX provisioning API.
- In your workspace, add a new CloudX source.
- Enter the API key in the connector configuration.
Authentication
CloudX uses Bearer token authentication with an API key.
During connection testing/login, the connector calls:
GET https://provisioning.cloudx.io/api/v1/auth/status
and sends the API key as a Bearer token.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | CloudX API key used as a Bearer token for authentication. |
Streams
No streams are currently available. The connector’s extraction implementation is still in development.