- URL:https://<machine-url>/start(POST only)
- Required Capability:Default administrator role | Security and Infrastructure
- Version Introduced:10.1
Description
This operation starts the server machine if it's participating in a site. As it starts, it pulls all the GIS service configurations that have been deployed to the site and prepares to host them. This operation can take awhile to complete. The status resource indicates the current status of the server machine.
Request parameters
Parameter | Description |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample POST request for start:
POST /webadaptor/admin/machines/MACHINE.DOMAIN.COM/start HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}