Deleting a Integration Service cluster
The delete API uses the DELETE method to delete a Integration Service cluster. You must provide authentication credentials by using the login API before deleting the cluster. For information about the authentication process, see Web-services-authentication.
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 |
---|---|
http|https | Type of protocol to send the request. Infrastructure Management support both HTTP and HTTPS protocols. |
serverHost | Host name of the Central Server |
port | Port number through which communication is established. The default port number is 80 if you use the HTTP protocol and 443 if you use the HTTPS protocol. |
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:
"response": [
{
"statusCode": "200",
"statusMsg": "OK",
"resourceName": "bppmIScluster",
"resourceId": "67530e4e-b1ea-4b04-8815-819bfc783e6f"
}
],
"statusCode": "200",
"statusMsg": "OK",
"responseTimeStamp": "2012-10-31T13:13:53",
}