- URL:
- https://<root>/services/types/extensions/update
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The update
operation updates the implementations or extension configuration properties for server object extensions that have been previously registered with the server by using a new .soe file that has the updated extension properties. All extensions in the new .soe file must match with extensions from the previously registered .SOE file.
Before you perform this operation, the .soe file needs to be uploaded it to the server. The item
returned after uploading the file is used as the value for the id
parameter.
Request parameters
Parameter | Description |
---|---|
| The upload item ID of the .soe file. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the update
operation:
POST /webadaptor/admin/services/types/extensions/update HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
id=i03a2b59db-e60d-48ce-8b0e-2fd3cff73b1a&f=pjson
JSON Response example
{"status": "success"}