Components
The components.*
API is about controlling the individual components which are running inside Airy Core
.
#
GetRetrieve the configuration of the components currently started in Airy Core
.
POST /components.get
The list of the currently configured components is returned.
Sample response
#
UpdateUpdate the configuration of a list of components. The data
section is optional
POST /components.update
Sample request
Sample response
The list of configured components and if the configuration has been applied correctly is returned.
#
DeleteDelete a list of component which are currently deployed.
POST /components.delete
Sample request
Sample response
The list of the deleted components is returned.