Skip to content

Commit

Permalink
Update SDK requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga committed Dec 1, 2021
1 parent bfee9b5 commit 4f79b4d
Show file tree
Hide file tree
Showing 295 changed files with 295 additions and 295 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This collection has been tested and supports Cisco DNA Center 2.2.2.3.

## Requirements
- Ansible >= 2.9
- [DNA Center SDK](https://github.com/cisco-en-programmability/dnacentersdk) v2.3.1 or newer
- [DNA Center SDK](https://github.com/cisco-en-programmability/dnacentersdk) v2.3.3 or newer
- Python >= 3.6, as the DNA Center SDK doesn't support Python version 2.x

## Install
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/application_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
type: str
type: list
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/application_sets_count_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/application_sets_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Name query parameter.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
type: list
type: list
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/applications_count_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/applications_health_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
siteId only).
type: int
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/applications_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Name query parameter. Application's name.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/authentication_import_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description: PkPassword query parameter. Private Key Passsword.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/authentication_import_certificate_p12.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description: PkPassword query parameter. Private Key Passsword.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cli_credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
description: Cli Credential's username.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/client_detail_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- MacAddress query parameter. MAC Address of the client.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/client_enrichment_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/client_health_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Timestamp query parameter. Epoch time(in milliseconds) when the Client health data is required.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/client_proximity_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
with a minimum 5 minutes.
type: int
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/command_runner_run_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
description: Command Runner Run Command's timeout.
type: int
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_check_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description: TriggerFull flag.
type: bool
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_device_by_id_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- Value query parameter. Extended attribute value.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_device_details_count_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'IN_PROGRESS', 'NOT_AVAILABLE', 'NOT_APPLICABLE', 'ERROR'.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_device_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- Limit query parameter. Number of records to be retrieved.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- Limit query parameter. Number of records to be retrieved.
type: int
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/compliance_device_status_count_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'IN_PROGRESS', 'NOT_AVAILABLE', 'NOT_APPLICABLE', 'ERROR'.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
description: Current version of template.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description: TemplateId path parameter. UUID of the template to clone it.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
description: Current version of template.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
description: UUID of template to be provisioned.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- DeploymentId path parameter. UUID of deployment to retrieve template deployment status.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_deploy_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
description: UUID of template to be provisioned.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_export_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
elements: dict
type: list
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_export_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
elements: dict
type: list
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_import_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
fails with 'Template already exists' error.
type: bool
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_import_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
project.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- LatestVersion query parameter. LatestVersion flag to get the latest versioned template.
type: bool
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
type: str
type: list
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_project_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- ProjectId path parameter. ProjectId(UUID) of project to get project details.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_version_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description: UUID of template.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/configuration_template_version_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- TemplateId path parameter. TemplateId(UUID) to get list of versioned templates.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_configurations_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description: Password.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
type: list
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description: Id path parameter. Global credential id.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- SiteId query parameter. Site id to retrieve the credential details associated with the site.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_credential_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
type: list
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Identifier query parameter. One of keywords macAddress or uuid or nwDeviceName.
type: str
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/device_enrichment_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.3.1
- dnacentersdk >= 2.3.3
- python >= 3.5
seealso:
# Reference by Internet resource
Expand Down
Loading

0 comments on commit 4f79b4d

Please sign in to comment.