summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-21 12:43:54 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-28 13:30:49 +0200
commit8466e9444085fbd06a2496e8b83e28102b263e47 (patch)
treef84a58a4ced0f8455e4685327e7f8bf300cd668f /API.txt
parent4284d4fb4da1049c8b9f23d838f963b301aef97d (diff)
downloadfreeipa-8466e9444085fbd06a2496e8b83e28102b263e47.tar.gz
freeipa-8466e9444085fbd06a2496e8b83e28102b263e47.tar.xz
freeipa-8466e9444085fbd06a2496e8b83e28102b263e47.zip
schema: support plugin versioning
Update API schema server and client code to support plugin versioning. https://fedorahosted.org/freeipa/ticket/4427 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/API.txt b/API.txt
index 9c979959a..76e58aeec 100644
--- a/API.txt
+++ b/API.txt
@@ -881,7 +881,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: class_show/1
args: 1,3,3
-arg: Str('name')
+arg: Str('full_name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('version?')
@@ -890,7 +890,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: command_defaults/1
args: 1,3,1
-arg: Str('name')
+arg: Str('full_name')
option: Dict('kw?')
option: Str('params*')
option: Str('version?')
@@ -908,7 +908,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: command_show/1
args: 1,3,3
-arg: Str('name')
+arg: Str('full_name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('version?')
@@ -3352,7 +3352,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: output_find/1
args: 2,4,4
-arg: Str('commandname', cli_name='command')
+arg: Str('commandfull_name', cli_name='command')
arg: Str('criteria?')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('pkey_only?', autofill=True, default=False)
@@ -3364,7 +3364,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: output_show/1
args: 2,3,3
-arg: Str('commandname', cli_name='command')
+arg: Str('commandfull_name', cli_name='command')
arg: Str('name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
@@ -3374,7 +3374,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: param_find/1
args: 2,4,4
-arg: Str('metaobjectname', cli_name='metaobject')
+arg: Str('metaobjectfull_name', cli_name='metaobject')
arg: Str('criteria?')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('pkey_only?', autofill=True, default=False)
@@ -3386,7 +3386,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: param_show/1
args: 2,3,3
-arg: Str('metaobjectname', cli_name='metaobject')
+arg: Str('metaobjectfull_name', cli_name='metaobject')
arg: Str('name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
@@ -5253,7 +5253,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('truncated', type=[<type 'bool'>])
command: topic_show/1
args: 1,3,3
-arg: Str('name')
+arg: Str('full_name')
option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('version?')