System Web Services
Overview
Universal Controller supports the following RESTful-based web services for system operations, which are listed alphabetically on this page
Formatting specifications for each web service, including details about parameter requirements, are provided.
Retrieve System Details
Description | |
---|---|
URI | http://host_name/uc/resources/status |
HTTP Method | GET |
Description | Retrieves Universal Controller system status/information. |
Example URI | http://localhost:8080/uc/resources/status |
Authentication | HTTP Basic |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response | See Retrieve System Details: Example Response, below. |
Retrieve System Details: Example Response
XML Response | JSON Response |
---|---|
Retrieve System Details Properties
The System Details properties match the fields on the System Details widget which displays, by default, on the Universal Controller Home dashboard.
Property | UI Field Name | Description |
---|---|---|
| Build | Build number for this version of the Controller. |
| Build Date | Date when this build was created. |
| Database Connections | Information on the database connections required for Universal Controller to execute an SQL task or a Stored Procedure Task. |
| Database Name | Name of the database used by this Controller. |
| DatabaseType | Type of database used by this Controller. |
| Database URL | URL of the database used by this Controller. |
| License | License information for the Universal Controller:
|
| n/a | Indication (true or false) that your Universal Controller license has expired. |
| Memory Free | Amount of memory available for use by this Controller. |
| Memory Maximum | Maximum amount of memory for this Controller. |
| Memory Used | Amount of memory currently being used by this Controller. |
| Node Id | URL of the Controller. |
| Node Mode | Current mode of the Controller.
|
| Node Time | Time of day on the Controller when the details were retrieved. |
| Node Uptime | Amount of time the Controller has been running. |
| Release | Release level of the Controller. |