{"id":21217054,"url":"https://github.com/ansible-collections/netapp.um_info","last_synced_at":"2025-08-21T06:38:38.697Z","repository":{"id":47467080,"uuid":"365024382","full_name":"ansible-collections/netapp.um_info","owner":"ansible-collections","description":"Ansible collection to support retrieving data from NetApp Unified Manager.","archived":false,"fork":false,"pushed_at":"2024-08-14T06:37:09.000Z","size":100,"stargazers_count":0,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-10T16:46:31.755Z","etag":null,"topics":["ansible","ansible-collection","netapp","um","unified-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansible-collections.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T20:04:51.000Z","updated_at":"2024-08-14T06:37:12.000Z","dependencies_parsed_at":"2024-11-20T21:56:58.043Z","dependency_job_id":"604f2681-c220-41f5-ac56-e78244448ccf","html_url":"https://github.com/ansible-collections/netapp.um_info","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ansible-collections/netapp.um_info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-collections%2Fnetapp.um_info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-collections%2Fnetapp.um_info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-collections%2Fnetapp.um_info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-collections%2Fnetapp.um_info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansible-collections","download_url":"https://codeload.github.com/ansible-collections/netapp.um_info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansible-collections%2Fnetapp.um_info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271436394,"owners_count":24759332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-collection","netapp","um","unified-manager"],"created_at":"2024-11-20T21:56:52.825Z","updated_at":"2025-08-21T06:38:38.639Z","avatar_url":"https://github.com/ansible-collections.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Documentation](https://img.shields.io/badge/docs-brightgreen.svg)](https://docs.ansible.com/ansible/devel/collections/netapp/um_info/index.html)\n![example workflow](https://github.com/ansible-collections/netapp.um_info/actions/workflows/main.yml/badge.svg)\n[![codecov](https://codecov.io/gh/ansible-collections/netapp.um_info/branch/main/graph/badge.svg?token=weBYkksxSi)](https://codecov.io/gh/ansible-collections/netapp.um_info)\n[![Discord](https://img.shields.io/discord/855068651522490400)](https://discord.gg/NetApp)\n\n\n=============================================================\n\n netapp.um_info\n\n NetApp Unified Manager(AIQUM 9.7) Collection\n\n Copyright (c) 2020 NetApp, Inc. All rights reserved.\n Specifications subject to change without notice.\n\n=============================================================\n# Installation\n```bash\nansible-galaxy collection install netapp.um_info\n```\nTo use Collection add the following to the top of your playbook, with out this you will be using Ansible 2.9 version of the module\n```\ncollections:\n  - netapp.um_info\n```\n\n# Module documentation\nhttps://docs.ansible.com/ansible/devel/collections/netapp/um_info/\n\n# Code of Conduct\nThis collection follows the [Ansible project's Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html).\n\n# Need help\nJoin our [Discord](https://discord.gg/NetApp)\n\n# Release Notes\n\n## 21.10.0\n\n### Minor changes\n  - Requires Ansible 2.15 or higher.\n\n## 21.9.0\n\n### Minor changes\n  - Requires Ansible 2.14 or higher.\n\n## 21.8.0\n\n#### Minor changes\n  - all modules - enable usage of Ansible module group defaults - for Ansible 2.12+.\n\n## 21.7.0\n\n#### Minor changes\n  - all modules - ability to trace API calls and responses.\n  - all modules - new `max_records` option to limit the amount of data in a single GET response.\n\n### Bux fixes\n  - all modules - report error when connecting to a server that does not run AIQUM.\n  - all modules - return all records rather than the first 1000 records (mostly for volumes).\n  - rename na_um_list_volumes.p to na_um_list_volumes.py.\n\n## 21.6.0\n\n### Minor changes\n- na_um_list_aggregates has been renamed na_um_aggregates_info \n- na_um_list_clusters has been renamed na_um_clusters_info\n- na_um_list_nodes has been renamed na_um_nodes_info\n- na_um_list_svms has been renamed na_um_svms_info\n- na_um_list_volumes has been renamed na_um_volumes_info\n\n## 21.5.0\n\n### Minor changes\n- minor changes to meet Red Hat requirements to be certified.\n\n## 20.7.0\n\n### Minor changes\n- na_um_list_aggregates: Now sort by performance_capacity.used\n- na_um_list_nodes: Now sort by performance_capacity.used\n\n## 20.6.0\n\n### New Modules\n- na_um_list_volumes: list volumes.\n\n## 20.5.0\n\n### New Modules\n- na_um_list_aggregates: list aggregates.\n- na_um_list_clusters: list clusters.\n- na_um_list_nodes: list nodes.\n- na_um_list_svms: list svms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-collections%2Fnetapp.um_info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansible-collections%2Fnetapp.um_info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansible-collections%2Fnetapp.um_info/lists"}