From d58bdf29a514a7868c63b767f4954891b10a574d Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 11 Jun 2015 15:38:32 +0200 Subject: 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 --- API.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'API.txt') 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', , Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None)) output: Output('summary', (, ), 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', , None) +output: Output('summary', (, ), None) +output: ListOfPrimaryKeys('value', None, None) command: server_find args: 1,10,4 arg: Str('criteria?', noextrawhitespace=False) -- cgit