Skip to content

Curl Command cheat sheet

Mike Storey edited this page Jan 18, 2018 · 3 revisions

Sample curl commands

Delete a group of templates

curl -X DELETE localhost:9080/idmu/Group/groupName 

Load a group of templates/

curl -X POST -d @yourtemplates.json localhost:9080/idmu/Group 

Get a List of Template Groups

curl localhost:9080/idmu/Group/

Get a group of templates

curl localhost:9080/idmu/Group/GroupName

Update a group of templates

curl -X PUT -d @yourtemplates.json localhost:9080/idmu/Group 

Merge a template

curl -X GET -d @somePayload.txt localhost:9080/idmu/Merge/someTemplate?someParameters