Retrieving details of a specific Integration Service
The list API uses the GET method to retrieve details of a specific Integration Service. You must provide authentication credentials by using the login API before retrieving detail of an Integration Service. 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/<identifier>/list
Response information for the list API
A sample JSON response is as follows:
{
"response": [
{
"integrationService": {
"hostname": "host1",
"isClusterName": "bppm-1234-ISCluster",
"bppmserver": "BPPMhost",
"connectionModeToServer": "TCP_IP_DIRECT",
"serviceType": "staging",
"eventDestination": {
"destinationDetails": {
"cellName": "bppmws_cell"
},
"destination": "REMOTE_CELL"
},
"name": "IS1",
"port": "12124"
},
"statusCode": "200",
"statusMsg": "OK",
"resourceURI": "BPPM2|hostIS~12124",
"resourceName": "IS1"
}
],
"statusCode": "200",
"statusMsg": "OK",
"responseTimeStamp": "2013-03-29T10:36:18"
}
"response": [
{
"integrationService": {
"hostname": "host1",
"isClusterName": "bppm-1234-ISCluster",
"bppmserver": "BPPMhost",
"connectionModeToServer": "TCP_IP_DIRECT",
"serviceType": "staging",
"eventDestination": {
"destinationDetails": {
"cellName": "bppmws_cell"
},
"destination": "REMOTE_CELL"
},
"name": "IS1",
"port": "12124"
},
"statusCode": "200",
"statusMsg": "OK",
"resourceURI": "BPPM2|hostIS~12124",
"resourceName": "IS1"
}
],
"statusCode": "200",
"statusMsg": "OK",
"responseTimeStamp": "2013-03-29T10:36:18"
}
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*