Update Extension

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 itemID returned after uploading the file is used as the value for the id parameter.

Request parameters

ParameterDescription

id

The upload item ID of the .soe file.

Example
Use dark colors for code blocksCopy
1
id=i03a2b59db-e60d-48ce-8b0e-2fd3cff73b1a

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

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

Use dark colors for code blocksCopy
1
2
3
4
5
6
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

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.