summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/service_add_host.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/service_add_host.json')
-rw-r--r--install/ui/test/data/service_add_host.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/install/ui/test/data/service_add_host.json b/install/ui/test/data/service_add_host.json
new file mode 100644
index 000000000..cb199e310
--- /dev/null
+++ b/install/ui/test/data/service_add_host.json
@@ -0,0 +1,21 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "completed": 1,
+ "failed": {
+ "managedby": {
+ "host": []
+ }
+ },
+ "result": {
+ "dn": "krbprincipalname=test/dev.example.com@dev.example.com,cn=services,cn=accounts,dc=dev,dc=example,dc=com",
+ "krbprincipalname": [
+ "test/dev.example.com@DEV.EXAMPLE.COM"
+ ],
+ "managedby_host": [
+ "dev.example.com"
+ ]
+ }
+ }
+}