Source endpoints allow you to manage sources in a specified environment.
You must be a member of the environment and be assigned to an engineer role to manage sources. Learn about roles.
Create source
Create a new source in the specified environment.
cURL request example
Path Parameters
- environmentIdrequired, string
Identifies the specific environment that you're operating in or on behalf of.
Request Body Schema
- namerequired, string
Displays the human-readable name of the source.
- serviceRegionstring
Specifies the Redox service region where the source will reside. You can't change this after creation.
Possible Values:AWS_USA_EAST_1
,AWS_CAN_CENTRAL
,GCP_USA_CENTRAL_1
Contains the fields that can be provided when creating a new source.
- 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 source(s).
- sourceobject
Contains a source and its related details.
- namestring
Displays the human-readable name of the source.
- idstring
Displays the unique identifier (i.e., client ID) of the source.
- 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