summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-17 13:50:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-29 17:11:53 +0200
commit5397150979a474f6df82e6df5287e1cc678a3479 (patch)
tree1a271252be9322a62c87eb889e45723565bbede8 /API.txt
parent659b88b8205ef403aa9162453472e4731d93d13b (diff)
downloadfreeipa-5397150979a474f6df82e6df5287e1cc678a3479.tar.gz
freeipa-5397150979a474f6df82e6df5287e1cc678a3479.tar.xz
freeipa-5397150979a474f6df82e6df5287e1cc678a3479.zip
Verify replication topology for a suffix
Checks done: 1. check if the topology is not disconnected. In other words if there are replication paths between all servers. 2. check if servers don't have more than a recommended number of replication agreements(4) https://fedorahosted.org/freeipa/ticket/4302 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index 3bcb3bdd2..bccebe55d 100644
--- a/API.txt
+++ b/API.txt
@@ -4911,6 +4911,11 @@ option: Str('version?', exclude='webui')
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
output: PrimaryKey('value', None, None)
+command: topologysuffix_verify
+args: 1,1,1
+arg: Str('cn', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)
+option: Str('version?', exclude='webui')
+output: Output('result', None, None)
command: trust_add
args: 1,13,3
arg: Str('cn', attribute=True, cli_name='realm', multivalue=False, primary_key=True, required=True)