summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/intersight/plugins/module_utils/intersight.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/intersight/plugins/module_utils/intersight.py')
-rw-r--r--ansible_collections/cisco/intersight/plugins/module_utils/intersight.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible_collections/cisco/intersight/plugins/module_utils/intersight.py b/ansible_collections/cisco/intersight/plugins/module_utils/intersight.py
index 143cd7d25..552afebb7 100644
--- a/ansible_collections/cisco/intersight/plugins/module_utils/intersight.py
+++ b/ansible_collections/cisco/intersight/plugins/module_utils/intersight.py
@@ -360,6 +360,7 @@ class IntersightModule():
else:
# return the 1st list element
self.result['api_response'] = response['Results'][0]
+ self.result['count'] = response.get('Count')
self.result['trace_id'] = response.get('trace_id')
def configure_resource(self, moid, resource_path, body, query_params, update_method=''):