Webex XML API Training Session Service
Important
The Meetings-related XML APIs will be deprecated and the End-of-Support (EoS) date is planned for the second half of 2023. Cisco will continue to resolve bugs up to this date, but new features will only be implemented for the REST APIs suite. The End-of-life (EoL) timeframe for Meetings-related XML APIs is targeted for March 31, 2024, at which time the APIs will be retired. For information on how to migrate from XML to REST APIs, please see Webex Meetings XML to REST Migration Guide. User management APIs such asCreateUser
, SetUser
, DelUser
, etc. are NOT affected by this EOL
announcement.
Training Center is a Webex service that provides a virtual classroom environment. This chapter describes APIs that can be used to automate the management of Training Center sessions.
This chapter contains sample XML documents that show example request messages and example responses from the server. The API calls available as part of the Training Session service are listed below. You can see the elements that constitute the respective XML schema in a separate section below.
Webex XML API Training Session Service Operations
XML API Operation | Description |
---|---|
AddScheduledTest |
Add a Library Test to a Training Session. |
CheckLabAvailability |
Checks Availability of Lab Computers. |
CopyLibTests |
Copy Tests between Private and Shared Libraries. |
CreateTrainingSession |
Creates Training Session. |
DelLibTests |
Deletes Tests from Library. |
DelScheduledTest |
Deletes a Test from a Training Session. |
DelTrainingSession |
Deletes Training Session. |
GetIMStestDetails |
Gets IMS Test Details. |
GetIMStestResult |
Gets IMS Test Result. |
GetLabInfo |
Gets Information of Hands-on Lab. |
GetLabSchedule |
Gets Reservation Schedule of Hands-on Lab. |
GetTestInformation |
Gets Test Information. |
GetTrainingSession |
Gets Training Session. |
LstLibTests |
Lists All Private and Shared Tests. |
LstScheduledTests |
Lists Scheduled Tests. |
LstsummaryTrainingSession |
Lists Training Session Summary Information. |
LstTrainingSession (deprecated) |
Lists Training Session. |
ReserveLab |
Reserves Hands-on Lab Computers |
SetScheduledTest |
Edits a Training Session Test. |
SetTrainingSession |
Sets Training Session. |
UploadIMStest |
Uploads IMS Tests. |
You can schedule recurring training sessions using XML API. For details on the available recurrence options, see “Recurring Session Options”. |