summaryrefslogtreecommitdiffstats
path: root/scripts/json/host-show-batch.json
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2012-06-11 21:16:05 -0500
committerEndi S. Dewata <edewata@redhat.com>2012-06-11 21:16:05 -0500
commitddc153ad951d8bf2125bf64f2e06013730f8bee1 (patch)
tree3ebaeffe018933983a173d4f1959d21831d38757 /scripts/json/host-show-batch.json
parent27bdba4f594cbdedfb5881e7e52d5fb6d97e794b (diff)
downloadfreeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.tar.gz
freeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.tar.xz
freeipa-dev-ddc153ad951d8bf2125bf64f2e06013730f8bee1.zip
Added scripts for test data.
Diffstat (limited to 'scripts/json/host-show-batch.json')
-rw-r--r--scripts/json/host-show-batch.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/json/host-show-batch.json b/scripts/json/host-show-batch.json
new file mode 100644
index 0000000..c528709
--- /dev/null
+++ b/scripts/json/host-show-batch.json
@@ -0,0 +1,4 @@
+{"method":"batch","params":[[
+ {"method":"host_show","params":[["dev.example.com"],{"all":true}]},
+ {"method":"host_show","params":[["test.example.com"],{"all":true}]}
+],{}]}