Properties Web Services
Overview
Universal Controller supports the following RESTful-based web services for Universal Controller system properties, which are listed alphabetically on this page.
Formatting specifications for each web service, including details about property requirements, are provided.
List Properties
Description | |
|---|---|
URI | |
HTTP Method | GET |
Description | Retrieves information on all properties. |
Example URI | |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | See List Properties: XML and JSON Responses, below. |
List Properties Properties | See List Properties: Properties, below. |
List Properties: XML and JSON Responses
XML | JSON |
|---|---|
List Properties: Properties
Modify a Property
Description | |
|---|---|
URI | |
HTTP Method | PUT |
Description | Modifies the specified property. |
Example URI | http://localhost:8080/uc/resources/property?propertyname=uc.forecast.days&value=20 |
URI Parameters | See Modify a Property: URI Parameters, below. |
Example Response |
|
Modify a Property: URI Parameters
Parameter | Description | Specifications | Required |
|---|---|---|---|
| Name used within the Controller to identify this property. | String; URI parameter. | Y |
| Value of this property. | Case-sensitive; URI parameter. | Y |