summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-06-11 15:38:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-15 16:06:48 +0200
commitd58bdf29a514a7868c63b767f4954891b10a574d (patch)
tree98a7c576f8091213d6608eab8d3844878c61d04a /API.txt
parent45dccedd12e6d26e146ad9c30c2c304e6b2eded1 (diff)
downloadfreeipa-d58bdf29a514a7868c63b767f4954891b10a574d.tar.gz
freeipa-d58bdf29a514a7868c63b767f4954891b10a574d.tar.xz
freeipa-d58bdf29a514a7868c63b767f4954891b10a574d.zip
server: add "del" command
this command is internal and is supposed to be used by ipa-replica-managed to delete replica. Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/API.txt b/API.txt
index 853d26a59..ff53e9457 100644
--- a/API.txt
+++ b/API.txt
@@ -3799,6 +3799,14 @@ 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: server_del
+args: 1,2,3
+arg: Str('cn', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
+option: Flag('continue', autofill=True, cli_name='continue', default=False)
+option: Str('version?', exclude='webui')
+output: Output('result', <type 'dict'>, None)
+output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
+output: ListOfPrimaryKeys('value', None, None)
command: server_find
args: 1,10,4
arg: Str('criteria?', noextrawhitespace=False)