"Automate CMS Operational Tasks"

The CMS Admin Mgmt. Console offers a command line interface to execute queries against your Cisco Meeting Server (CMS). Include the CMS Admin Mgmt. Console in a scheduled task to automate repetitive operations to be executed on your CMS.

Examples of queries

Get


get Cospaces |filter=john
get Cospaces |where name=*john* |tenantfilter=daf4dee4-dcc4-4513-b003-5740c610687e |limit=20 /compact
get system/configuration/xmpp
get callLegProfiles
get cospaces |where name=[EMPTY]
Create


create cospaces : name=Test Admin, passcode=[RAND10], callid=99[RAND4], uri=URI.call, needsActivation=false, callLegProfile=1d2f9a94-0b43-4269-bd32-73be1a5aa7c3
create cospaces/05c5e12e-29b9-43c6-93a9-f491ef20d217/accessMethods : name=Test Admin, passcode=[RAND10], callid=12248880023, uri=URI.cal3l222, needsActivation=false
BulkDelete


bulkdelete cospaces/405cbcf1-4169-4353-806b-4b17d309b03b/accessmethods
bulkdelete cospaces  |filter=2 |limit=2 /verbose
BulkCreate


bulkcreate cospaces/accessmethods : name=hostBULK, passcode=[RAND10], callid=[COSPACE], uri=[COSPACE] |filter=2 |limit=2 /verbose
BulkUpdate


bulkupdate cospaces/628c8d6b-5275-4565-8da8-b381d47e2105/accessmethods : passcode=[RAND25]
bulkupdate cospaces passcode=[rand22], name=CSTest-[RAND3] |filter=4
bulkupdate cospaces : passcode=[RAND10] -inputFile=C:\temp\input.txt
BulkGet


bulkget cospaces /compact | limit=10000
QuickOnline Specific Queries


QOCreateOMGuestHostConfig
QOCreatePRGuestHostConfig
QOCreateOMGuestHostConfig : tenantPrefix=Customer1
QODeleteExpiredCoSpaces | limit=10000 /force
QODeleteExpiredCoSpaces | tenantFilter=daf4dee4-dcc4-4513-b003-5740c610687e


Current Version: 1.0.7