Issues.00490 - lordmundi/wikidoctest GitHub Wiki
00490: add in mrest 2.0 resources to web commanding server
Summary: add in mrest 2.0 resources to web commanding server
Created: 2013–04–02 11:37
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
The upgrade to mREST has some new resources and layout that we would like to support with the WCS. This is a request to get the components and collections under /mrest/info supported.
Comments
frankie April 02, 2013, at 11:49 AM: This has been added. Note that a service alias and a service UUID are part of these resources, and both of these can be overridden in the environment by defining the following:
- WCS_DNSSD_SERVICE_ALIAS
- WCS_DNSSD_SERVICE_UUID
There is also a service name, which can be overridden by the environment variable "WCS_DNSSD_SERVICE_NAME", but this was added previously in Issue 00434.
Associated Commits
| commit | 3c48326da9e183798ec1e722fa7724354d1bafd6
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Apr 2 11:40:23 2013 -0500
|
| Message: | [@Issue 00490: Added in mrest 2.0 resources under /mrest/info
These resources are based off what the mREST developers sent me as a guide. We may later convert over some of the existing resources to this new xml format. @] |
Affected Files:
gui/html/templates/xml_mrest_alias.tmpl | 15 +++++++++
gui/html/templates/xml_mrest_info.tmpl | 51 +++++++++++++++++++++++++++++++
gui/html/templates/xml_mrest_name.tmpl | 15 +++++++++
gui/html/templates/xml_mrest_type.tmpl | 14 +++++++++
gui/html/templates/xml_mrest_uuid.tmpl | 15 +++++++++
gui/html/templates/xml_mrest_version.tmpl | 14 +++++++++
gui/web_commanding_server.tcl | 31 +++++++++++++++++±
7 files changed, 154 insertions(+), 1 deletion(-)