Gets source config with language translations
GET {{baseUrl}}/sources/:id/connectors/source-config
Looks up and returns the source config for the requested source id after populating the source config values and applying language translations. A token with ORG_ADMIN authority is required to call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | The locale to apply to the config. If no viable locale is given, it will default to "en" |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"JDBC","sourceConfigXml":"\u003cForm connectorName='Active Directory - Direct' directConnect='true' name='Active Directory' status='released' type='SourceConfig' xmlns='http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd'\u003e\n\t\u003cField defaultValue='true' hidden='true' name='cloudAuthEnabled' type='boolean' value='true'\u003e \u003c/Field\u003e \u003c/Form\u003e","sourceConfig":"ex dolor exercitation amet","directConnect":true,"fileUpload":false,"uploadedFiles":"amet sint aliqua ea","connectorMetadata":{"supportedUI":"EXTJS"}}