Saturday 1 October 2016

UrbanCode REST interfaces

Although you'll find official documentation on UrbanCode's REST interface on IBM's website here, this only covers part of the available API

There's a lot more available .... 

Take a look in   $UC_SERVER_INST_DIR/opt/tomcat/webapps/ROOT/WEB-INF/web.xml and you'll spot entries such as ...
  /rest/*
  /property/*
  /security/*
  /cli/*
  /cli-internal/*   
  /codestation/v1/*

API info on each of the above can be found by appending application.wadl to each context root 

For example:   
https://localhost:9443/rest/application.wadl   
https://localhost:9443/property/application.wadl





No comments:

Post a Comment