mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Add support for '/system resource irq rps' path (#295)
This commit is contained in:
parent
91fef4e3a9
commit
a6d2580a9e
4 changed files with 14 additions and 0 deletions
|
@ -5004,6 +5004,16 @@ PATHS = {
|
|||
},
|
||||
),
|
||||
),
|
||||
('system', 'resource', 'irq', 'rps'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
primary_keys=('name',),
|
||||
fields={
|
||||
'disabled': KeyInfo(default=False),
|
||||
'name': KeyInfo(),
|
||||
},
|
||||
),
|
||||
),
|
||||
('system', 'scheduler'): APIData(
|
||||
unversioned=VersionedAPIData(
|
||||
fully_understood=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue