Skip to content

Universal Dashboard Configuration Manager Stuff with French Fries and a Drink

License

Notifications You must be signed in to change notification settings

Skatterbrainz/udcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udcm

Universal Dashboard Configuration Manager Stuff with French Fries and a Drink

Examples

Launching the Web Service

New-UDCM -SiteCode "P01"

Launches it on the localhost using port 10001

New-UDCM -SiteCode "P01" -DbHost "db101" -Port 8080

Launches it on localhost using port 8080, using remote SQL instance

Testing Results

Then from the same CM site server, query the web service

Invoke-RestMethod -Uri "http://localhost:10001/api/cmdevices"

or from a different computer (cm01 is an example site server name)...

Invoke-RestMethod -Uri "http://cm01:10001/api/cmusers"
Invoke-RestMethod -Uri "http://cm01:10001/api/cmapps"

About

Universal Dashboard Configuration Manager Stuff with French Fries and a Drink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages