Deleting an Integration Service cluster
The delete API uses the DELETE method to delete an Integration Service cluster. You must provide authentication credentials by using the login API before deleting the cluster. For information about the authentication process, see Authentication-for-the-Infrastructure-Management-REST-API.
URL to access the delete API
The generic format of a URL for the delete API is as follows:
http|https://<serverHost>:<port>/bppmws/api/unifiedadmin/IntegrationServiceCluster/
<identifier1>,<identifier2>/delete?&idType=<IDType>
Entry | Description |
---|---|
https|http | Type of protocol to send the request. TrueSight Presentation Server supports HTTPS protocol by default. You can use HTTP protocol as well. |
serverHost | Host name of the Presentation Server. |
port | Port number through which communication is established. By default, the HTTPS protocol is supported and the default port number is 443. If you use HTTP protocol, use the port number 80. |
identifier1, identifier2,...identifierN | Identifiers of the Integration Service clusters. The supported identifier types are:
You can provide multiple identifiers, separated by commas. |
idType | Specifies the identifier type for the Integration Service cluster that the web service request uses. The supported type of resource identifiers are as follows:
|
Response information for the delete API
A sample JSON response is as follows:
"responseTimeStamp": "2016-05-18T23:10:18",
"statusCode": "200",
"statusMsg": "OK",
"response": [
{
"resourceId": "c7714477-863c-49a6-8aa2-fc2443788c30",
"resourceName": "Clluster01-Modified",
"resourceURI": null,
"statusCode": "200",
"statusMsg": "OK"
}
]
}