summaryrefslogtreecommitdiffstats
path: root/scripts/taskgroup-del.sh
blob: 940e577b137d81a84af64523b900dbb30bab3c1e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh +x

curl\
  -H "Content-Type:application/json"\
  -H "Accept:applicaton/json"\
  --negotiate -u :\
  --cacert /etc/ipa/ca.crt\
  -d '{"method":"taskgroup_del","params":[["test"],{}],"id":0}'\
  -X POST\
  https://dev.example.com/ipa/json