[
http://opencast.jira.com/browse/MH-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28070#comment-28070
]
Adam McKenzie commented on MH-8187:
-----------------------------------
According to diff have to test:
getAgentState
setAgentState
removeAgent
getKnownAgents
getCapabilities
getConfiguration
setConfiguration
setRecordingState
removeRecording
@Path("configuration.{type:xml|txt}")
+ @RestQuery(name = "config", description = "Returns a list with the default
agent configuration properties. This is in the same format as the startCapture
endpoint.", pathParameters = {
+ @RestParameter(name = "type", description = "The Document
Type", isRequired = true, type = RestParameter.Type.STRING) }, restParameters =
{ }, reponses = {
@RestResponse(description = "the configuration values are returned",
responseCode = HttpServletResponse.SC_OK),
@RestResponse(description = "the configuration properties could not
be retrieved", responseCode = HttpServletResponse.SC_INTERNAL_SERVER_ERROR),
@RestResponse(description = "Capture Agent is unavailable",
responseCode = HttpServletResponse.SC_SERVICE_UNAVAILABLE) }, returnDescription
= "")
> Merge 1.2.x changes into trunk for modules/matterhorn-capture-agent-impl &
> modules/matterhorn-capture-admin-service-impl
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: MH-8187
> URL: http://opencast.jira.com/browse/MH-8187
> Project: Matterhorn Project
> Issue Type: Task
> Components: Capture (Devices and Software)
> Affects Versions: Trunk
> Reporter: Adam McKenzie
> Assignee: Adam McKenzie
> Priority: Critical
> Fix For: 1.3
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________