Unregister Machine

URL:
https://<root>/machines/unregister
Methods:
POST
Required Capability:
Access allowed only with the default administrator role
Version Introduced:
10.4

Description

The unregister operation unregisters a portal machine from the portal site. This operation can only performed when there are two machines participating in a portal site.

Request parameters

ParameterDetails

machineName

The name of the machine to be unregistered.

Example
Use dark colors for code blocksCopy
1
machineName=portalhost.domain.com

f

The formatting parameter. The default is html.

Values: html | json | pjson

Example usage

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

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

machineName=portalhost.domain.com&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.