Export an Integration:
/ic/api/integration/v1/integrations/{id}/archive
Verb: Get
Import(Add) an Integration:
/ic/api/integration/v1/integrations/archive
Verb: Post
It imports a new integration that was previously exported. To submit an import request, the integrations must not be present in the environment.
Import (Replace) an integration:
/ic/api/integration/v1/integrarions/archive
Verb: Put
Updates an existing integration with the same name that was exported previously.
Note: importing an integration with a different user name or version that what was exported is not supported
Implmentation steps:
TBD
No comments:
Post a Comment