Skip to content

Commit

Permalink
Merge pull request #60 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
new version 6.4.0
  • Loading branch information
fmunozmiranda authored Apr 20, 2022
2 parents 9913ad2 + 8262344 commit 076fbaa
Show file tree
Hide file tree
Showing 328 changed files with 379 additions and 328 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Other versions of this collection have support for previous Cisco DNA Center ver
|--------------------------|------------------------------|-------------------------------|
| 2.1.1 | 3.0.0 | 2.2.5 |
| 2.2.2.3 | 3.3.1 | 2.3.3 |
| 2.2.3.3 | 6.3.0 | 2.4.8 |
| 2.2.3.3 | 6.4.0 | 2.4.9 |

*Notes*:

Expand Down
8 changes: 7 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,10 @@ releases:
release_summary: Adds headers parameter to wireless provision device update.
minor_changes:
- Adds ``headers`` parameter to wireless provision device update.
- reports - `tag` and `deliveries` now support empty format
- reports - `tag` and `deliveries` now support empty format
6.4.0:
release_date: "2022-04-20"
changes:
release_summary: Adds parameters to pnp_device_claim_to_site.
minor_changes:
- Adds following ``parameters`` to pnp_device_claim_to_site, gateway, imageId, ipInterfaceName, staticIP, subnetMask, vlanId
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dnac
version: 6.3.0
version: 6.4.0
readme: README.md
authors:
- Rafael Campos <[email protected]>
Expand Down
12 changes: 12 additions & 0 deletions plugins/action/pnp_device_claim_to_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
configInfo=dict(type="dict"),
hostname=dict(type="str"),
rfProfile=dict(type="str"),
gateway=dict(type="str"),
imageId=dict(type="str"),
ipInterfaceName=dict(type="str"),
staticIP=dict(type="str"),
subnetMask=dict(type="str"),
vlanId=dict(type="str"),
))

required_if = []
Expand Down Expand Up @@ -76,6 +82,12 @@ def get_object(self, params):
configInfo=params.get("configInfo"),
hostname=params.get("hostname"),
rfProfile=params.get("rfProfile"),
gateway=params.get("gateway"),
imageId=params.get("imageId"),
ipInterfaceName=params.get("ipInterfaceName"),
staticIP=params.get("staticIP"),
subnetMask=params.get("subnetMask"),
vlanId=params.get("vlanId"),
)
return new_object

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_default_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- PolicyScope query parameter. Policy scope name.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_intent_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
type: dict
type: list
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_queuing_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
type: str
type: list
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_queuing_profile_count_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/app_policy_queuing_profile_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- Name query parameter. Queuing profile name.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -29,7 +29,7 @@
type: str
type: list
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -20,7 +20,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -32,7 +32,7 @@
- Name query parameter.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
type: list
type: list
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -20,7 +20,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -64,7 +64,7 @@
- ApplicationName query parameter. The name of the application to get information on.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -32,7 +32,7 @@
- Name query parameter. Application's name.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/associate_site_to_network_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description: SiteId path parameter. Site Id to be associated.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -30,7 +30,7 @@
description: PkPassword query parameter. Private Key Passsword.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -30,7 +30,7 @@
description: PkPassword query parameter. Private Key Passsword.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/business_sda_hostonboarding_ssid_ippool.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
description: VLAN Name.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- SiteNameHierarchy query parameter. Site Name Heirarchy.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/business_sda_wireless_controller_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description: Site Name Hierarchy.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/business_sda_wireless_controller_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
description: DeviceIPAddress query parameter. Device Management IP Address.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -45,7 +45,7 @@
description: Cli Credential's username.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -28,7 +28,7 @@
- MacAddress query parameter. MAC Address of the client.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -22,7 +22,7 @@
description: Additional headers.
type: dict
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -24,7 +24,7 @@
- Timestamp query parameter. Epoch time(in milliseconds) when the Client health data is required.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -39,7 +39,7 @@
with a minimum 5 minutes.
type: int
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -34,7 +34,7 @@
description: Command Runner Run Command's timeout.
type: int
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -28,7 +28,7 @@
description: TriggerFull flag.
type: bool
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -46,7 +46,7 @@
- Value query parameter. Extended attribute value.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -32,7 +32,7 @@
'IN_PROGRESS', 'NOT_AVAILABLE', 'NOT_APPLICABLE', 'ERROR'.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -44,7 +44,7 @@
- Limit query parameter. Number of records to be retrieved.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -40,7 +40,7 @@
- Limit query parameter. Number of records to be retrieved.
type: int
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -26,7 +26,7 @@
'IN_PROGRESS', 'NOT_AVAILABLE', 'NOT_APPLICABLE', 'ERROR'.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -514,7 +514,7 @@
description: Current version of template.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -28,7 +28,7 @@
description: TemplateId path parameter. UUID of the template to clone it.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -510,7 +510,7 @@
description: Current version of template.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -57,7 +57,7 @@
description: UUID of template to be provisioned.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- DeploymentId path parameter. UUID of deployment to retrieve template deployment status.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
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 @@ -57,7 +57,7 @@
description: UUID of template to be provisioned.
type: str
requirements:
- dnacentersdk >= 2.4.8
- dnacentersdk >= 2.4.9
- python >= 3.5
notes:
- SDK Method used are
Expand Down
Loading

0 comments on commit 076fbaa

Please sign in to comment.