Viewing all Open Integration Deployments

You can view all the Open Integration instances deployed in the system using the /openintegration API:

  • Method: GET
  • Endpoint: /openintegration
  • Description: Helps you to view all the Open Integration instances deployed in the system.
  • Sample API call request:
    GET https://<SCM_instance_IP>:<port_num>/scm/api/v1.0/openintegration
    Authorization: Basic Auth
  • Sample API call response:
    {
       "data": [
          {
          "deploy_id": "3TZE18",
          "deploy_status": "Rerun-In-Progress",
          "infra_id": "GXWODN",
          "name": "test7",
          "path": "/home/opc/siebel/microservices/siebel_openint/3TZE18",
          "self_link": "https://<SCM_instance_IP>:<port_num>/scm/api/v1.0/openintegration/3TZE18"
       },
       {
          "deploy_id": "JBE2XZ",
          "deploy_status": "Rerun-In-Progress",
          "infra_id": "GXWODN",
          "name": "test7",
          "path": "/home/opc/siebel/microservices/siebel_openint/JBE2XZ",
          "self_link": "https://<SCM_instance_IP>:<port_num>/scm/api/v1.0/openintegration/JBE2XZ"
       },
       ],
       "message": "success",
       "status": "success"
    }