eclipse-volttron / volttron-lib-web

Other
0 stars 4 forks source link

GET /platforms/:platform/status #21

Open davidraker opened 2 years ago

davidraker commented 2 years ago

Get status for all agents on the platform.

Request:

Response:

davidraker commented 2 years ago

This can be accomplished using a combination of the "list_agents" and "status_agents" RPC calls to the control service. It should provide similar information as that given by vctl status.

davidraker commented 2 years ago

Break the main logic of this endpoint into its own helper function. This will be use by this method (handle_platforms_status()) and also by the handle_platforms_agents_status() method.