Add support for '/system resource irq rps' path (#295)

This commit is contained in:
Igor 2024-06-27 13:58:54 +04:00 committed by GitHub
parent 91fef4e3a9
commit a6d2580a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 0 deletions

View file

@ -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,