Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- This module utilizes the following SDK methods
site_design.get_planned_access_points_positions
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/accesspoint_location_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
required: true
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
seealso:
- name: Cisco Catalyst Center API Documentation
description: Complete API reference for device management.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/accesspoint_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- This module utilizes the following SDK methods
devices.get_device_list
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/accesspoint_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.8
- python >= 3.12
seealso:
- name: Cisco Catalyst Center Ansible Collection Documentation
description: Complete guide to using the Cisco Catalyst Center Ansible collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- application_policy.ApplicationPolicy.get_application_policy
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/application_policy_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
elements: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9.19
- python >= 3.12
notes:
- SDK Methods used are
- application_policy.ApplicationPolicy.get_application_policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
- PyYAML >= 5.1
notes:
- SDK Method used is devices.Devices.get_all_health_score_definitions_for_given_filters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
type: bool
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
devices.AssuranceSettings.get_all_health_score_definitions_for_given_filters,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
required: true
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
sensors.AssuranceSettings.get_device_deployment_status,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- issues.AssuranceSettings.get_all_the_custom_issue_definitions_based_on_the_given_filters
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/assurance_issue_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- The maximum number of user-defined (custom) issue definitions
supported by Cisco Catalyst Center is 50. Attempting to create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- backup.Backup.get_all_n_f_s_configurations
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/backup_and_restore_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9.19
- python >= 3.12

notes:
- Backup and restore functionality is available in Cisco Catalyst Center
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_configs_backup_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
default: ["ALL"]
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.5
- python >= 3.12
notes:
- SDK Methods used are sites.Sites.get_site Site_design.Site_design.get_sites
sites.Sites.get_membership site_design.Site_design.get_site_assigned_network_devices
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
- PyYAML >= 5.1
notes:
- SDK methods utilized - discovery.get_all_global_credentials,
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
type: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
seealso:
- name: Cisco Catalyst Center documentation for Discovery
CreateGlobalCredentialsV2
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/discovery_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
- Cisco Catalyst Center >= 2.3.7.9
notes:
- Requires minimum Cisco Catalyst Center version
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/discovery_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
default: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
discovery.Discovery.get_all_global_credentials,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
elements: dict
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- event_management.Events.get_webhook_destination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
elements: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.5
- python >= 3.12
notes:
- To ensure the module operates correctly with scaled
sets—such as creating or updating multiple destinations
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/fabric_devices_info_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9.19
- python >= 3.12

notes:
- This is a facts/info module that only retrieves information and does not modify any device configurations or network state.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/inventory_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- Cisco Catalyst Center >= 2.3.7.9
- |-
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/inventory_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
seealso:
- name: Cisco Catalyst Center API Documentation
description: Complete API reference for device management.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- system_settings.SystemSettings.get_authentication_and_policy_servers
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ise_radius_integration_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
type: int
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
system_settings.SystemSettings.add_authentication_and_policy_server_access_configuration,
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/lan_automation_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
required: true
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- When waiting for the LAN automation session to complete,
the timeout and the list of devices to be discovered
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/network_compliance_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
default: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are compliance.Compliance.run_compliance
compliance.Compliance.commit_device_configuration
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/network_devices_info_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9.19
- python >= 3.12
notes:
- This is a facts/info module, it only retrieves information and does not modify any device or configuration.
- Writing to a local file is for reporting/archival purposes only and does not affect the state of any managed device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- This module utilizes the following SDK methods
site_design.retrieves_the_list_of_sites_that_the_given_network_profile_for_sites_is_assigned_to_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- This module utilizes the following SDK methods
site_design.retrieves_the_list_of_sites_that_the_given_network_profile_for_sites_is_assigned_to_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- This module utilizes the following SDK methods
site_design.retrieves_the_list_of_sites_that_the_given_network_profile_for_sites_is_assigned_to_v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
required: true
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
wireless.create_wireless_profile,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- sites.Sites.get_site
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/network_settings_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
default: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
network_settings.NetworkSettings.create_global_pool,
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/path_trace_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
path_trace.PathTraceWorkflow.retrieves_all_previous_pathtraces_summary,
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/pnp_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
choices: ["Unclaimed", "Planned", "Onboarding", "Provisioned", "Error"]
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- device_onboarding_pnp.DeviceOnboardingPnp.get_device_list
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/pnp_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Method used are
device_onboarding_pnp.DeviceOnboardingPnp.add_device,
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/provision_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
elements: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
- sda.Sda.get_provisioned_devices
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/reports_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@

requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are
reports.Reports.get_all_view_groups
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/rma_playbook_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
required: false
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
- Cisco Catalyst Center >= 2.3.5.3

notes:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/rma_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
type: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.10
- python >= 3.12
notes:
- SDK Method used is - devices.get_device_detail -
device_replacement.mark_device_for_replacement -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- Madhan Sankaranarayanan (@madhansansel)
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
- Cisco Catalyst Center >= 2.3.7.9
- Requires minimum Cisco Catalyst Center version 2.3.7.9
for SDA extranet policies API support.
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/sda_extranet_policies_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
elements: str
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- SDK Methods used are sites.Sites.get_site sda.SDA.get_fabric_sites
sda.SDA.get_extranet_policies sda.SDA.add_extranet_policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- EXTENDED_NODE
requirements:
- catalystcentersdk >= 3.1.6.0.2
- python >= 3.9
- python >= 3.12
notes:
- Cisco Catalyst Center >= 2.3.7.6
- |-
Expand Down
Loading
Loading