Skip to main content

Gets source config with language translations

GET 

/sources/:id/connectors/source-config

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Path Parameters

    id stringrequired

    The Source id

Query Parameters

    locale string

    Possible values: [de, false, fi, sv, ru, pt, ko, zh-TW, en, it, fr, zh-CN, hu, es, cs, ja, pl, da, nl]

    The locale to apply to the config. If no viable locale is given, it will default to "en"

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

A Connector Detail object

Schema

    name string

    The connector name

    sourceConfigXml string

    XML representation of the source config data

    sourceConfig string

    JSON representation of the source config data

    directConnect boolean

    true if the source is a direct connect source

    fileUpload boolean

    Connector config's file upload attribute, false if not there

    uploadedFiles string

    List of uploaded file strings for the connector

    connectorMetadata object

    Object containing metadata pertinent to the UI to be used

Loading...