summaryrefslogtreecommitdiffstats
path: root/scripts/service-del.sh
blob: f2766ad7495dcb32134f4b4a6ab7f5ec6c86f029 (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":"service_del","params":[["test/dev.example.com@DEV.EXAMPLE.COM"],{}],"id":0}'\
  -X POST\
  https://dev.example.com/ipa/json