Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop dnac 2 2 3 3 #28

Merged
merged 18 commits into from
Dec 1, 2021
Prev Previous commit
Next Next commit
Add simple doc changes [Review]
  • Loading branch information
William Astorga committed Dec 1, 2021
commit bb9a019a07f0675a58c6f238ad63db07db7563c6
4 changes: 2 additions & 2 deletions plugins/modules/compliance_device_by_id_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
"displayName": "string",
"complianceType": "string",
"lastSyncTime": "string",
"lastSyncTime": 0,
"additionalDataURL": "string",
"sourceInfoList": [
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"state": "string",
"status": "string",
"category": "string",
"lastUpdateTime": "string"
"lastUpdateTime": 0
}
]
}
Expand Down
12 changes: 8 additions & 4 deletions plugins/modules/nfv_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,26 @@
description: Nfv Profile's customTemplate.
suboptions:
deviceType:
description: Type of the device(eg Cisco 5400 Enterprise Network Compute
System).
description: Type of the device. Allowed values are 'Cisco 5400 Enterprise
Network Compute System', 'Cisco Integrated Services Virtual Router', 'Cisco
Adaptive Security Virtual Appliance (ASAv)', 'NFVIS', 'ASAV'.
type: str
template:
description: Name of the template(eg NFVIS template).
type: str
templateType:
description: Name of the template type to which template is associated (eg
Cloud DayN Templates).
Cloud DayN Templates). Allowed values are 'Onboarding Template(s)' and
'Day-N-Template(s)'.
type: str
type: list
deviceTag:
description: Device Tag name(eg dev1).
type: str
deviceType:
description: Name of the device used in creating nfv profile.
description: Name of the device used in creating nfv profile. Allowed values
are 'Cisco 5400 Enterprise Network Compute System', 'Cisco 5100 Enterprise
Network Compute System'.
type: str
directInternetAccessForFirewall:
description: Direct internet access value should be boolean (eg false or true).
Expand Down
3 changes: 1 addition & 2 deletions plugins/modules/platform_release_summary_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
"supportedDirectUpdates": [
{}
],
"tenantId": "string",
"modified": 0
"tenantId": "string"
}
}
"""
30 changes: 14 additions & 16 deletions plugins/modules/pnp_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,22 +1479,20 @@
"supportsStackWorkflows": true,
"isFullRing": true,
"stackMemberList": [
[
{
"serialNumber": "string",
"state": "string",
"role": "string",
"macAddress": "string",
"pid": "string",
"licenseLevel": "string",
"licenseType": "string",
"sudiSerialNumber": "string",
"hardwareVersion": "string",
"stackNumber": 0,
"softwareVersion": "string",
"priority": 0
}
]
{
"serialNumber": "string",
"state": "string",
"role": "string",
"macAddress": "string",
"pid": "string",
"licenseLevel": "string",
"licenseType": "string",
"sudiSerialNumber": "string",
"hardwareVersion": "string",
"stackNumber": 0,
"softwareVersion": "string",
"priority": 0
}
],
"stackRingProtocol": "string",
"validLicenseLevels": [
Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/sda_provision_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
device currently provisioned in a fabric site.
type: str
siteNameHierarchy:
description: Site Name Hierarchy.
description: Site Name Hierarchy for device location(only building / floor level).
type: str
requirements:
- dnacentersdk >= 2.3.1
Expand Down Expand Up @@ -71,6 +71,7 @@
"description": "string",
"taskId": "string",
"taskStatusUrl": "string",
"executionStatusUrl": "string",
"executionId": "string"
}
"""
4 changes: 1 addition & 3 deletions plugins/modules/sda_provision_device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
"description": "string",
"taskId": "string",
"taskStatusUrl": "string",
"executionStatusUrl": "string",
"executionId": "string",
"siteId": "string"
"executionStatusUrl": "string"
}
"""
3 changes: 1 addition & 2 deletions plugins/modules/sda_virtual_network_v2_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"description": "string",
"taskId": "string",
"taskStatusUrl": "string",
"executionStatusUrl": "string",
"executionId": "string"
"executionStatusUrl": "string"
}
"""
3 changes: 2 additions & 1 deletion plugins/modules/site_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
description: Parent name of the floor to be created.
type: str
rfModel:
description: Type of floor (eg Cubes And Walled Offices0.
description: Type of floor. Allowed values are 'Cubes And Walled Offices',
'Drywall Office Only', 'Indoor High Ceiling', 'Outdoor Open Space'.
type: str
width:
description: Width of the floor (eg 100).
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/site_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
type: str
offset:
description:
- Offset query parameter. Offset/starting row. The default value is 1.
- Offset query parameter. Offset/starting row.
type: str
limit:
description:
- Limit query parameter. Number of sites to be retrieved. The default value is 500.
- Limit query parameter. Number of sites to be retrieved.
type: str
requirements:
- dnacentersdk >= 2.3.1
Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/site_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
description: Name.
type: str
rfModel:
description: Rf Model.
description: Rf Model. Allowed values are 'Cubes And Walled Offices', 'Drywall
Office Only', 'Indoor High Ceiling', 'Outdoor Open Space'.
type: str
width:
description: Width.
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/wireless_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
description: Wireless Profile's ssidDetails.
suboptions:
enableFabric:
description: True if ssid is fabric else false.
description: True is ssid is fabric else false.
type: bool
flexConnect:
description: Wireless Profile's flexConnect.
Expand All @@ -38,7 +38,7 @@
description: True if flex connect is enabled else false.
type: bool
localToVlan:
description: Local To Vlan Id.
description: Local To Vlan.
type: int
type: dict
interfaceName:
Expand Down
11 changes: 10 additions & 1 deletion plugins/modules/wireless_profile_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@
"string"
],
"ssidDetails": [
{}
{
"name": "string",
"type": "string",
"enableFabric": true,
"flexConnect": {
"enableFlexConnect": true,
"localToVlan": 0
},
"interfaceName": "string"
}
]
}
}
Expand Down
7 changes: 3 additions & 4 deletions plugins/modules/wireless_provision_device_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description: Interface Gateway.
type: str
interfaceIPAddress:
description: Interface IP Address.
description: Interface IPAddress.
type: str
interfaceName:
description: Interface Name.
Expand All @@ -40,11 +40,11 @@
description: Lag Or Port Number.
type: int
vlanId:
description: VLAN ID.
description: Vlan Id.
type: int
type: list
managedAPLocations:
description: List of managed AP locations (Site Hierarchies).
description: Managed APLocations.
elements: str
type: list
type: list
Expand All @@ -68,7 +68,6 @@
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
payload:

"""

Expand Down
7 changes: 3 additions & 4 deletions plugins/modules/wireless_provision_device_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
description: Interface Gateway.
type: str
interfaceIPAddress:
description: Interface IP Address.
description: Interface IPAddress.
type: str
interfaceName:
description: Interface Name.
Expand All @@ -40,11 +40,11 @@
description: Lag Or Port Number.
type: int
vlanId:
description: VLAN ID.
description: Vlan Id.
type: int
type: list
managedAPLocations:
description: List of managed AP locations (Site Hierarchies).
description: Managed APLocations.
elements: str
type: list
type: list
Expand All @@ -68,7 +68,6 @@
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
payload:

"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
).
type: str
radioPolicy:
description: Radio Policy.
description: Radio Policy. Allowed values are 'Dual band operation (2.4GHz and
5GHz)', 'Dual band operation with band select', '5GHz only', '2.4GHz only'.
type: str
securityLevel:
description: Security Level(For guest SSID OPEN/WEB_AUTH, For Enterprise SSID
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/wireless_rf_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
type: dict
rfProfileName:
description: RfProfileName path parameter. RF profile name to be deleted(required)
non_custom RF profile cannot be deleted.
*non-custom RF profile cannot be deleted.
type: str
requirements:
- dnacentersdk >= 2.3.1
Expand Down