Interface SoftwareConfigService

    • Method Detail

      • show

        SoftwareConfig show​(String configId)
        Fetches a Software Configuration by ID
        Parameters:
        configId - the configuration ID
        Returns:
        SoftwareConfig
      • delete

        ActionResponse delete​(String configId)
        Deletes a Software Config by ID
        Parameters:
        configId - the software config ID to delete
        Returns:
        the action response