Hello, I'm currently developing a sample of a monitoring dashboard fed with Brooklyn's Sensors for the SeaClouds project. In order to connect to the backend, I'm using Swagger.JS
Getting the list of deployed applications and their entities is pretty
straightforward:
var API = new SwaggerApi({
basePath: BROOKLYN_ENDPOINT,
discoveryUrl: BROOKLYN_ENDPOINT + "/v1/apidoc",
success: refreshUI,
fail: checkBackendStatus
})
After calling the success function, the application list can be
retrieved by using for example
"API.Applications.applicationTree(params,success,fail)"
However, I'm not able to find anything related with the sensor
information, because it only provides the following subAPIs:
"Activities, Applications, Catalog, Entities, Locations, Scripting,
Server, Usage and Version".
The remaining subAPIs (API Documentation, Access Control, Entity Config,
Entity Effectors, Entity Policies, Entity Policy Config, Entity Sensors)
are missing. Probably it will be due the whitespaces in the name.
Anyone could point me in the right direction? Maybe i should fill a JIRA
Issue?
Thank you very much.
signature.asc
Description: OpenPGP digital signature
