listServices

@GetMapping(value = ["component-services/{component}"])
@ResponseBody
abstract fun listServices(@PathVariable component: String): Collection<InterfaceDescriptor>