summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-05-13 17:08:43 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-03 15:58:21 +0200
commit79544aa51acc6f48117391b1e0ec70e9f4d7d0bb (patch)
treeafd718c69973f55211888f77d0531b81a9e37426 /API.txt
parent15abfcf0f77664f426ba50ebf20e0f6c2a6f8275 (diff)
downloadfreeipa-79544aa51acc6f48117391b1e0ec70e9f4d7d0bb.tar.gz
freeipa-79544aa51acc6f48117391b1e0ec70e9f4d7d0bb.tar.xz
freeipa-79544aa51acc6f48117391b1e0ec70e9f4d7d0bb.zip
DNS Location: location-show: return list of servers in location
location-show returns list of servers curently assigned to the location https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@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 991275079..f17093022 100644
--- a/API.txt
+++ b/API.txt
@@ -2837,13 +2837,14 @@ output: Entry('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: location_show
-args: 1,4,3
+args: 1,4,4
arg: DNSNameParam('idnsname', cli_name='name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Flag('rights', autofill=True, default=False)
option: Str('version?')
output: Entry('result')
+output: Output('servers', type=[<type 'dict'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: migrate_ds