- URL:https://<machines-url>/unregister(POST only)
- Required Capability:Default administrator role
- Version Introduced:10.4
Description
The unregister operation unregisters a portal machine from a portal site. The operation can only performed when there are two machines participating in a portal site.
Caution:
Performing this operation will cause the portal to automatically restart. While the portal is restarting, your portal resources will be temporarily unavailable.
Request parameters
Parameter | Details |
---|---|
machineName | The name of the machine to be unregistered. Example
|
f | The formatting parameter. The default is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for unregister:
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=json
JSON Response example
{"status": "success"}