Retrieving details of all the Integration Services
The list API uses the PUT method to retrieve details of all the Integration Services. You must provide authentication credentials by using the login API before retrieving the details of all the Integration Services. For information about the authentication process, see Web-services-authentication.
URL to access the list API
The generic format of a URL for the list API is as follows:
https://<TSPShostname>:<port>/tsws/10.0/api/unifiedadmin/IntegrationService/
list&responseType=basic
Response information for the list API
A sample JSON response is as follows:
{
"responseTimeStamp": "2016-05-19T00:56:47",
"statusCode": "200",
"statusMsg": "OK",
"response":
[
{
"resourceId": null,
"resourceName": "PServer",
"resourceURI": "clm0002Comp|clm0002Comp~12124",
"statusCode": "200",
"statusMsg": "OK",
"integrationService":
{
"hostname": "clm0002Comp",
"connectionModeToServer": "TCP_IP_DIRECT",
"isClusterName": "",
"bppmserver": "clm0002Comp",
"name": "PServer",
"port": "12124",
"serviceType": null,
"eventDestination":
{
"destination": "REMOTE_CELL",
"destinationDetails":
{
"cellName": "pncell_clm0002Comp"
}
},
"tenantName": "BmcRealm"
}
},
{
"resourceId": null,
"resourceName": "aryan",
"resourceURI": "clm0002Comp|aryan~12124",
"statusCode": "200",
"statusMsg": "OK",
"integrationService":
{
"hostname": "aryan",
"connectionModeToServer": "TCP_IP_DIRECT",
"isClusterName": "",
"bppmserver": "clm0002Comp",
"name": "aryan",
"port": "12124",
"serviceType": null,
"eventDestination":
{
"destination": "CURRENT_INTEGRATION_SERVICE",
"destinationDetails": null
},
"tenantName": "BmcRealm"
}
}
]
}
"responseTimeStamp": "2016-05-19T00:56:47",
"statusCode": "200",
"statusMsg": "OK",
"response":
[
{
"resourceId": null,
"resourceName": "PServer",
"resourceURI": "clm0002Comp|clm0002Comp~12124",
"statusCode": "200",
"statusMsg": "OK",
"integrationService":
{
"hostname": "clm0002Comp",
"connectionModeToServer": "TCP_IP_DIRECT",
"isClusterName": "",
"bppmserver": "clm0002Comp",
"name": "PServer",
"port": "12124",
"serviceType": null,
"eventDestination":
{
"destination": "REMOTE_CELL",
"destinationDetails":
{
"cellName": "pncell_clm0002Comp"
}
},
"tenantName": "BmcRealm"
}
},
{
"resourceId": null,
"resourceName": "aryan",
"resourceURI": "clm0002Comp|aryan~12124",
"statusCode": "200",
"statusMsg": "OK",
"integrationService":
{
"hostname": "aryan",
"connectionModeToServer": "TCP_IP_DIRECT",
"isClusterName": "",
"bppmserver": "clm0002Comp",
"name": "aryan",
"port": "12124",
"serviceType": null,
"eventDestination":
{
"destination": "CURRENT_INTEGRATION_SERVICE",
"destinationDetails": null
},
"tenantName": "BmcRealm"
}
}
]
}
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*