The remote composite defines three SCA services as shown below:
introspection: enables introspection of FraSCAti by providing serializable results,
reconfiguration: enables dynamic reconfiguration with FraSCAti FScript queries/actions,
deployment: allows to deploy SCA contribution (zip file providing both composite files and jar files).
In order to be able to use these APIs remotely, a REST binding is available on each interface. Default URIs are:
${DEFAULT_URI}/introspection,
${DEFAULT_URI}/reconfig,
${DEFAULT_URI}/deploy.
${DEFAULT_URI}
is a related to the configurable
org.ow2.frascati.binding.uri.base
Java property. Its
default value is http://localhost:8090
.
To be able to access FraSCAti remote API from another host, you
MUST override the org.ow2.frascati.binding.uri.base
default value.