Installation
Import an existing installation
POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
installations:import
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredintegrationId
string
requiredBody
application/json
provider
string
requiredThe SaaS provider that this installation connects to.
connection
object
requiredconfig
object
requiredThe config of the installation.
Response
201 - application/json
id
string
requiredThe installation ID.
projectId
string
requiredThe Ampersand project ID.
integrationId
string
requiredThe integration ID.
healthStatus
string
requiredThe health status of the installation ("healthy", "unhealthy").
connection
object
requiredcreateTime
string
requiredThe time the integration was first installed.
createdBy
string
requiredThe person who did the installation, in the format of "consumer:{consumer-id}".
config
object
requiredgroup
object
updateTime
string
The time the installation was last updated with a new config.
Was this page helpful?