Destination endpoints allow you to review and manage destinations in a specified environment.
You must be a member of the environment and be assigned to an engineer role to manage destinations. Learn about roles.
Update destination
Replace the auth credential of an existing destination within the specified environment. You must use the correct destination and environment identifiers.
cURL request example
Path Parameters
- destinationIdrequired, string
Displays the unique identifier of the endpoint that's configured to receive data from Redox.
Request Body Schema
- namestring
Displays the human-readable name of the endpoint that will receive messages from Redox.
- authCredentialstring
Displays the unique identifier of the destination's attached auth credential, if any.
Format: uuid - endpointstring
Contains the URL of the endpoint that will receive messages from Redox. Production and staging applications must use HTTPS.
- verificationTokenstring
Contains the unique value that Redox sends in the message header to authenticate itself to a destination.
Contains the fields that can be provided when updating a destination.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains the payload with details about the requested destination.
- destinationobject
Contains an instance of a destination.
- idstring
Displays the unique identifier of the endpoint that will receive messages from Redox.
Format: uuid - namestring
Displays the human-readable name of the endpoint that will receive messages from Redox.
- authCredentialstring
Displays the unique identifier of the destination's attached auth credential, if any.
Format: uuid - endpointstring
Contains the URL of the endpoint that will receive messages from Redox. Production and staging applications must use HTTPS.
- environmentobject
Contains metadata about the environment within the associated Redox organization.
- idstring
Contains the unique identifier of the Redox environment.
Format: uuid - environmentFlagstring
Indicates whether the environment is used for development, staging, or production.
Possible Values:Production
,Staging
,Development
- cloudProviderSettings
Contains all the relevant configuration fields for the selected cloud provider and cloud product(s).
- typeIdstring
Specifies the cloud provider (i.e., Azure).
Value:azure
- productIdstring
Specifies the cloud product being used with Azure.
Value:databricks
- settingsobject
Contains the configuration details for Microsoft Azure.
- containerNamestring
Defines the name of the container created in Azure.
- fileNamePrefixstring
Provides a prefix to prepend to new files when they're created in Azure. Add / to put files in a subdirectory.
- storageAccountNamestring
Defines the name of the storage account created in Azure.
Contains the configuration details for a Microsoft Azure + Databricks destination.
- setupStatenullable, object
Describe the current setup state of the destination being configured
- stepstring
The current step a user is on in the configuration process
- destinationobject
The state of the current step in the configuration process
- authCredentialnullable, string
Displays the unique identifier of the destination's attached auth credential, if any.
Format: uuid - cloudProviderSettingsnullable, object
- idnullable, string
Displays the unique identifier of the endpoint that will receive messages from Redox.
Format: uuid - namenullable, string
Displays the human-readable name of the endpoint that will receive messages from Redox.
- environmentnullable, object
Contains metadata about the environment within the associated Redox organization.
- idstring
Contains the unique identifier of the Redox environment.
Format: uuid - environmentFlagstring
Indicates whether the environment is used for development, staging, or production.
Possible Values:Production
,Staging
,Development