Configuration API Service — Updating a UA Endpoint
Configuration API Service — Updating a UA Endpoint
To update a UA endpoint via the Configuration API service, provide new values for the properties that require updating.
Using a REST-based API tool such as Postman, Insomnia, or Curl; make a POST request to the ua_endpoints/<endpoint> endpoint.
The example below updates the endpoint named Endpoint1 with a new port number and security policy:
Endpoint (PUT):
https://<hostname_or_ip>:<port>/config/v1/admin/ua_endpoints/Endpoint1
Body:
{"libadminsettings.UACONFIGMANAGER_ENDPOINT_PORT": 49321,"libadminsettings.UACONFIGMANAGER_ENDPOINT_SECURITY_BASIC256": 1}