Unfederate

URL:
https://<root>/services/unfederate
Methods:
POST
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.2

Description

The unfederate operation removes any Enterprise portal items that represent services running on the federated server that you will be unfederating. These services are removed automatically as part of the unfederate process. However, if the automatic removal of service items fails as part of the unfederate process, you can manually re-run this operation to remove the items from the portal.

The unfederate operation does not remove any items representing services published by portal users (in other words, services on the server located in the Hosted folder). Those services are entirely managed by the Enterprise portal.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the unfederate operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/services/unfederate HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.