na_ontap_gather_facts: Add gather subset system_node_info (#54161)
* Add gather subset system_node_info * Fix continuation line
This commit is contained in:
parent
d55e3ad0b8
commit
1a7fed9b68
1 changed files with 10 additions and 0 deletions
|
@ -268,6 +268,16 @@ class NetAppONTAPGatherFacts(object):
|
|||
'kwargs': {},
|
||||
'min_version': '0',
|
||||
},
|
||||
'system_node_info': {
|
||||
'method': self.get_generic_get_iter,
|
||||
'kwargs': {
|
||||
'call': 'system-node-get-iter',
|
||||
'attribute': 'node-details-info',
|
||||
'field': 'node',
|
||||
'query': {'max-records': '1024'},
|
||||
},
|
||||
'min_version': '0',
|
||||
},
|
||||
# supported in ONTAP 9.4 and onwards
|
||||
'nvme_info': {
|
||||
'method': self.get_generic_get_iter,
|
||||
|
|
Loading…
Reference in a new issue