How to check all the integrations done in specific instance ?

Mishu
Tera Expert

How to check all the integrations done in specific instance ?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Mishu ,

 There is no Direct way to check this , you will have to look at below :

 

1. Scripted Rest Api

2. Integration Hub -> Credentials

3. System Import Set -> Administration -> data source

4. Flow designer

5. Business rule 

6. Schedule jobs

 

Also, If you want to check who did it , then open table sys_metadata and filter at field created_by for the user name of the person who was in charge to build the integration.

This way you will get all artifacts which were created by that person. Group by "class" .

 

View solution in original post

1 REPLY 1

Community Alums
Not applicable

Hi @Mishu ,

 There is no Direct way to check this , you will have to look at below :

 

1. Scripted Rest Api

2. Integration Hub -> Credentials

3. System Import Set -> Administration -> data source

4. Flow designer

5. Business rule 

6. Schedule jobs

 

Also, If you want to check who did it , then open table sys_metadata and filter at field created_by for the user name of the person who was in charge to build the integration.

This way you will get all artifacts which were created by that person. Group by "class" .