You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All resource management functions are available with the Powershell verbs GET, ADD, SET, REMOVE.
20
-
<!-- For example, you can manage Vlans with the following commands:
21
-
- `Get-ArubaSWVlans`
22
-
- `Add-ArubaSWVlans`
23
-
- `Set-ArubaSWVlans`
24
-
- `Remove-ArubaSWVlans`
25
-
-->
18
+
For example, you can manage NAS (NetworkDevice) with the following commands:
19
+
-`Get-ArubaCPNetworkDevice`
20
+
-`Add-ArubaCPNetworkDevice`
21
+
<!--- `Set-ArubaSWVlans`-->
22
+
-`Remove-ArubaCPNetworkDevice`
26
23
27
24
# Requirements
28
25
@@ -42,7 +39,7 @@ All resource management functions are available with the Powershell verbs GET, A
42
39
Get-Command -Module PowerArubaCP
43
40
44
41
# Get help
45
-
Get-Help Connect-ArubaCP -Full
42
+
Get-Help Add-ArubaCPArubaNetwork -Full
46
43
```
47
44
48
45
# Examples
@@ -97,49 +94,74 @@ for example to get ClearPass version
97
94
eval_license : False
98
95
cloud_mode : False
99
96
```
97
+
98
+
if you get a warning about `Unable to connect` Look [Issue](#Issue)
99
+
100
100
to get API uri, go to ClearPass Swagger (https://CPPM-IP/api-docs)
101
101

102
102
103
103
And choice a service (for example Platform)
104
104

105
105
106
-
<!--
107
-
### NAD Management
106
+
### NAS Management
108
107
109
-
You can create a new LUN `Add-ArubaSWVlans`, retrieve its information `Get-ArubaSWVlans`, modify its properties `Set-ArubaSWVLans`, or delete it `Remove-ArubaSWVlans`.
108
+
You can create a new NAS`Add-ArubaCPNetworkDevice`, retrieve its information `Get-ArubaCPNetworkDevice`,<!-- modify its properties `Set-ArubaSWVLans`,--> or delete it `Remove-ArubaCPNetwork`.
0 commit comments