- URL:
- https://<root>/machines/<machine>/edit
- Methods:
POST- Version Introduced:
- 12.0
Description
This edit operation makes changes to the server machine's configuration.
Request parameters
| Parameter | Description |
|---|---|
| The URL where the administrator API is running on the server machine. Example |
| Defines the maximum file size (in MB) that the web server's Java process can send to ArcGIS Video Server. The default value is If you are observing a server performance impact and you have additional system memory, you can increase the heap size of the web server by updating this value from the default of If you have a multiple-machine site, this property should be identical on each of your machines. Example |
| The alias of the web server SSL certificate. Example |
| Defines the number of video processors available on ArcGIS Video Server. The default value is 1 and can be increased if needed. For most users, Example |
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the edit operation:
POST /<context>/admin/machines/MACHINE.EXAMPLE.COM/edit HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
adminURL=https://machine.example.com:port/arcgis/admin&webServerMaxHeapSize=-1&webServerCertificateAlias=server1&numVideoProcessors=1&f=jsonJSON Response example
{"status": "success"}