Links
Comment on page

Service

API Service Calls
The service calls are used to read, add, remove and manipulate MobiusFlow services.
get
/api/v1/mobius/service/config/{hid}/{sid}
Get service configuration
post
/api/v1/mobius/service/start/{hid}/{sid}
Start service
post
/api/v1/mobius/service/stop/{hid}/{sid}
Stop service
post
/api/v1/mobius/service/reload/{hid}/{sid}
Reload service
post
/api/v1/mobius/service/{hid}
Add service
post
/api/v1/mobius/service/clone/{hid}/{sid}
Clone service
patch
/api/v1/mobius/service/config/sid/{hid}/{sid}
Update service ID of a service
patch
/api/v1/mobius/service/config/{hid}/{sid}
Update service configuration
put
/api/v1/mobius/service/config/replaceAllObjects/{hid}/{sid}
Replace all objects within a service
delete
/api/v1/mobius/service/{hid}/{sid}
Delete service
Last modified 5mo ago