Anchor | ||||
---|---|---|---|---|
|
...
When we run a GET request at the following URL
http://host:port/flexdeploy/rest/topology/environmentinstance/12347/12342
The GET request would return the following JSON environment instance object:
...
When we run a PUT request at the following URL
http://host:port/flexdeploy/rest/topology/environmentinstance/12347/12342
And the PUT request receives the following JSON environment instance object,
...
...
PATCH
This PATCH service will update an existing environment instance with the information passed through a JSON object. If an attribute of the JSON is null it will not be updated in the environment instance.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/topology/environmentinstance/{environmentId}/{instanceId} |
...
When we run a PATCH request at the following URL
http://host:port/flexdeploy/rest/topology/environmentinstance/12347/12342
And the PATCH request receives the following JSON environment instance object,
...