Service
getAllByApplication
Param
Type
Default
Description
balena.models.service.getAllByApplication('myorganization/myapp').then(function(services) {
console.log(services);
});balena.models.service.getAllByApplication(123).then(function(services) {
console.log(services);
});var
get
Param
Type
Description
getAllByApplication
Param
Type
Default
Description
getAllByService
Param
Type
Default
Description
remove
Param
Type
Description
set
Param
Type
Description
Last updated
Was this helpful?