powered by
Returns a list of agents.
oc_list_agents(limit = 0, offset = 0)
The maximum number of results to return for a single request.
The index of the first result to return.
A list containing the capture agents
This function expects the hostname, username and password to be set as environment variables.
# NOT RUN { Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org") Sys.setenv(OPENCAST_USERNAME = "admin") Sys.setenv(OPENCAST_PASSWORD = "opencast") oc_list_agents() # }
Run the code above in your browser using DataLab