mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove old DNS plugin commands from API validation
This commit is contained in:
parent
e1cf7b8d01
commit
f8c7afd15c
139
API.txt
139
API.txt
@ -467,151 +467,12 @@ option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_add
|
||||
args: 1,14,3
|
||||
arg: Str('idnsname', attribute=True, cli_name='name', label=Gettext('Zone', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, required=True)
|
||||
option: Str('idnssoamname', attribute=True, cli_name='name_server', label=Gettext('Authoritative name server', domain='ipa', localedir=None), multivalue=False, required=True)
|
||||
option: Str('idnssoarname', attribute=True, cli_name='admin_email', default_from=DefaultFrom(<lambda>, 'idnsname'), label=Gettext('administrator e-mail address', domain='ipa', localedir=None), multivalue=False, normalizer=_rname_normalizer, required=True)
|
||||
option: Int('idnssoaserial', attribute=True, cli_name='serial', label=Gettext('SOA serial', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoarefresh', attribute=True, cli_name='refresh', label=Gettext('SOA refresh', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaretry', attribute=True, cli_name='retry', label=Gettext('SOA retry', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaexpire', attribute=True, cli_name='expire', label=Gettext('SOA expire', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaminimum', attribute=True, cli_name='minimum', label=Gettext('SOA minimum', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('dnsttl', attribute=True, cli_name='ttl', label=Gettext('SOA time to live', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: StrEnum('dnsclass', attribute=True, cli_name='class', label=Gettext('SOA class', domain='ipa', localedir=None), multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
||||
option: Flag('idnsallowdynupdate', attribute=True, autofill=True, cli_name='allow_dynupdate', default=False, label=Gettext('allow dynamic update?', domain='ipa', localedir=None), multivalue=False, required=True)
|
||||
option: Str('idnsupdatepolicy', attribute=True, cli_name='update_policy', label=Gettext('BIND update policy', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_add_rr
|
||||
args: 4,5,3
|
||||
arg: Str('zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
arg: Str('idnsname', attribute=True, cli_name='resource', default_from=<lambda>, label=Gettext('resource name', domain='ipa', localedir=None))
|
||||
arg: StrEnum('type', label=Gettext('Record type', domain='ipa', localedir=None), values=(u'A', u'AAAA', u'A6', u'AFSDB', u'CERT', u'CNAME', u'DNAME', u'DS', u'HINFO', u'KEY', u'KX', u'LOC', u'MD', u'MINFO', u'MX', u'NAPTR', u'NS', u'NSEC', u'NXT', u'PTR', u'RRSIG', u'SSHFP', u'SRV', u'TXT'))
|
||||
arg: Str('data', label=Gettext('Data', domain='ipa', localedir=None))
|
||||
option: Int('dnsttl?', attribute=True, cli_name='ttl', label=Gettext('Time to live', domain='ipa', localedir=None))
|
||||
option: StrEnum('dnsclass?', attribute=True, cli_name='class', label=Gettext('Class', domain='ipa', localedir=None), values=(u'IN', u'CS', u'CH', u'HS'))
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_del
|
||||
args: 1,0,3
|
||||
arg: Str('idnsname', attribute=True, cli_name='name', label=Gettext('Zone', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, query=True, required=True)
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Output('result', <type 'dict'>, 'list of deletions that failed')
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_del_rr
|
||||
args: 4,3,3
|
||||
arg: Str('zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
arg: Str('idnsname', attribute=True, cli_name='resource', default_from=<lambda>, label=Gettext('Resource name', domain='ipa', localedir=None))
|
||||
arg: StrEnum('type', label=Gettext('Record type', domain='ipa', localedir=None), values=(u'A', u'AAAA', u'A6', u'AFSDB', u'CERT', u'CNAME', u'DNAME', u'DS', u'HINFO', u'KEY', u'KX', u'LOC', u'MD', u'MINFO', u'MX', u'NAPTR', u'NS', u'NSEC', u'NXT', u'PTR', u'RRSIG', u'SSHFP', u'SRV', u'TXT'))
|
||||
arg: Str('data', label=Gettext('Data', domain='ipa', localedir=None))
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_disable
|
||||
args: 1,0,3
|
||||
arg: Str('zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Output('result', <type 'bool'>, 'True means the operation was successful')
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_enable
|
||||
args: 1,0,3
|
||||
arg: Str('zone', cli_name='zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Output('result', <type 'bool'>, 'True means the operation was successful')
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_find
|
||||
args: 1,15,4
|
||||
arg: Str('criteria?')
|
||||
option: Str('idnsname', attribute=True, autofill=False, cli_name='name', label=Gettext('Zone', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, query=True, required=False)
|
||||
option: Str('idnssoamname', attribute=True, autofill=False, cli_name='name_server', label=Gettext('Authoritative name server', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Str('idnssoarname', attribute=True, autofill=False, cli_name='admin_email', default_from=DefaultFrom(<lambda>, 'idnsname'), label=Gettext('administrator e-mail address', domain='ipa', localedir=None), multivalue=False, normalizer=_rname_normalizer, query=True, required=False)
|
||||
option: Int('idnssoaserial', attribute=True, autofill=False, cli_name='serial', label=Gettext('SOA serial', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Int('idnssoarefresh', attribute=True, autofill=False, cli_name='refresh', label=Gettext('SOA refresh', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Int('idnssoaretry', attribute=True, autofill=False, cli_name='retry', label=Gettext('SOA retry', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Int('idnssoaexpire', attribute=True, autofill=False, cli_name='expire', label=Gettext('SOA expire', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Int('idnssoaminimum', attribute=True, autofill=False, cli_name='minimum', label=Gettext('SOA minimum', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', label=Gettext('SOA time to live', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', label=Gettext('SOA class', domain='ipa', localedir=None), multivalue=False, query=True, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
||||
option: Bool('idnsallowdynupdate', attribute=True, autofill=False, cli_name='allow_dynupdate', default=False, label=Gettext('allow dynamic update?', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Str('idnsupdatepolicy', attribute=True, autofill=False, cli_name='update_policy', label=Gettext('BIND update policy', domain='ipa', localedir=None), multivalue=False, query=True, required=False)
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
||||
output: Output('count', <type 'int'>, 'Number of entries returned')
|
||||
output: Output('truncated', <type 'bool'>, 'True if not all results were returned')
|
||||
command: dns_find_rr
|
||||
args: 2,6,4
|
||||
arg: Str('zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
arg: Str('criteria?', cli_name='criteria', label=Gettext('Search criteria', domain='ipa', localedir=None))
|
||||
option: Str('idnsname?', cli_name='resource', default_from=<lambda>, label=Gettext('Resource name', domain='ipa', localedir=None))
|
||||
option: StrEnum('type?', label=Gettext('Record type', domain='ipa', localedir=None), values=(u'A', u'AAAA', u'A6', u'AFSDB', u'CERT', u'CNAME', u'DNAME', u'DS', u'HINFO', u'KEY', u'KX', u'LOC', u'MD', u'MINFO', u'MX', u'NAPTR', u'NS', u'NSEC', u'NXT', u'PTR', u'RRSIG', u'SSHFP', u'SRV', u'TXT'))
|
||||
option: Str('data?', label=Gettext('type-specific data', domain='ipa', localedir=None))
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: ListOfEntries('result', (<type 'list'>, <type 'tuple'>), Gettext('A list of LDAP entries', domain='ipa', localedir=None))
|
||||
output: Output('count', <type 'int'>, 'Number of entries returned')
|
||||
output: Output('truncated', <type 'bool'>, 'True if not all results were returned')
|
||||
command: dns_mod
|
||||
args: 1,14,3
|
||||
arg: Str('idnsname', attribute=True, cli_name='name', label=Gettext('Zone', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, query=True, required=True)
|
||||
option: Str('idnssoamname', attribute=True, autofill=False, cli_name='name_server', label=Gettext('Authoritative name server', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Str('idnssoarname', attribute=True, autofill=False, cli_name='admin_email', default_from=DefaultFrom(<lambda>, 'idnsname'), label=Gettext('administrator e-mail address', domain='ipa', localedir=None), multivalue=False, normalizer=_rname_normalizer, required=False)
|
||||
option: Int('idnssoaserial', attribute=True, autofill=False, cli_name='serial', label=Gettext('SOA serial', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoarefresh', attribute=True, autofill=False, cli_name='refresh', label=Gettext('SOA refresh', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaretry', attribute=True, autofill=False, cli_name='retry', label=Gettext('SOA retry', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaexpire', attribute=True, autofill=False, cli_name='expire', label=Gettext('SOA expire', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('idnssoaminimum', attribute=True, autofill=False, cli_name='minimum', label=Gettext('SOA minimum', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Int('dnsttl', attribute=True, autofill=False, cli_name='ttl', label=Gettext('SOA time to live', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: StrEnum('dnsclass', attribute=True, autofill=False, cli_name='class', label=Gettext('SOA class', domain='ipa', localedir=None), multivalue=False, required=False, values=(u'IN', u'CS', u'CH', u'HS'))
|
||||
option: Flag('idnsallowdynupdate', attribute=True, autofill=True, cli_name='allow_dynupdate', default=False, label=Gettext('allow dynamic update?', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Str('idnsupdatepolicy', attribute=True, autofill=False, cli_name='update_policy', label=Gettext('BIND update policy', domain='ipa', localedir=None), multivalue=False, required=False)
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_resolve
|
||||
args: 1,0,3
|
||||
arg: Str('hostname', label=Gettext('Hostname', domain='ipa', localedir=None))
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Output('result', <type 'bool'>, 'True means the operation was successful')
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_show
|
||||
args: 1,3,3
|
||||
arg: Str('idnsname', attribute=True, cli_name='name', label=Gettext('Zone', domain='ipa', localedir=None), multivalue=False, normalizer=<lambda>, primary_key=True, query=True, required=True)
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dns_show_rr
|
||||
args: 2,3,3
|
||||
arg: Str('zone', label=Gettext('Zone name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
arg: Str('idnsname', cli_name='resource', label=Gettext('Resource name', domain='ipa', localedir=None), normalizer=<lambda>)
|
||||
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
|
||||
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])
|
||||
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly description of action performed')
|
||||
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
|
||||
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
|
||||
command: dnsrecord_add
|
||||
args: 2,45,3
|
||||
arg: Str('dnszoneidnsname', cli_name='dnszone', label=Gettext('Zone name', domain='ipa', localedir=None), query=True, required=True)
|
||||
|
Loading…
Reference in New Issue
Block a user