summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-05-30 18:27:38 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-13 17:50:54 +0200
commitb9aa31191b3067aced1432daa06d18b4382cd77f (patch)
tree4e29f79895c3a0a726c2d59c32ea81aa3a9d0385 /API.txt
parent80cbddaa37241e5c762edb656e4c658e652c87ef (diff)
downloadfreeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.tar.gz
freeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.tar.xz
freeipa-b9aa31191b3067aced1432daa06d18b4382cd77f.zip
Server Roles: make server-{show,find} utilize role information
server-show command will now display list of roles enabled on the master (unless `--raw` is given). server-find gained `--servroles` options which facilitate search for server having one or more enabled roles. http://www.freeipa.org/page/V4/Server_Roles https://fedorahosted.org/freeipa/ticket/5181 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index f52f23f13..5a5e20b3b 100644
--- a/API.txt
+++ b/API.txt
@@ -4007,7 +4007,7 @@ output: Output('result', type=[<type 'dict'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: ListOfPrimaryKeys('value')
command: server_find
-args: 1,14,4
+args: 1,15,4
arg: Str('criteria?')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Str('cn?', autofill=False, cli_name='name')
@@ -4019,6 +4019,7 @@ option: Str('no_topologysuffix*', cli_name='no_topologysuffixes')
option: DNSNameParam('not_in_location*', cli_name='not_in_locations')
option: Flag('pkey_only?', autofill=True, default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
+option: Str('servrole*', cli_name='servroles')
option: Int('sizelimit?', autofill=False)
option: Int('timelimit?', autofill=False)
option: Str('topologysuffix*', cli_name='topologysuffixes')