Class ServiceResource


  • public class ServiceResource
    extends AbstractJaxRSResource
    This service provides methods related to karaf instances
    Author:
    tkafalas
    • Constructor Detail

      • ServiceResource

        public ServiceResource()
    • Method Detail

      • doGetPortAssignment

        public List<ServiceDto> doGetPortAssignment()
        Returns information about services set on the platform. Currently services contain port settings but is expected to be expanded to other settings.

        Example Request:
        GET pentaho/api/service/assignment

        Returns:
        A jax-rs Response object with the appropriate status code, header, and body.