Skip to content

Commit a62a233

Browse files
committed
README(.md): Add some screenshot about explain how to add API Client on ClearPass
And also screenshot about api-docs (Swagger)
1 parent 4384f8c commit a62a233

7 files changed

+12
-2
lines changed

Diff for: Medias/CPPM_API_Docs.PNG

42 KB
Loading

Diff for: Medias/CPPM_API_Docs_platform.PNG

55.2 KB
Loading

Diff for: Medias/CPPM_Create_API_Client.PNG

40.7 KB
Loading

Diff for: Medias/CPPM_Generate_Access_Token.PNG

24.8 KB
Loading

Diff for: Medias/CPPM_Get_Token.PNG

35.6 KB
Loading

Diff for: Medias/CPPM_Guest_API.PNG

66.8 KB
Loading

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ All resource management functions are available with the Powershell verbs GET, A
5252
The first thing to do is to get API Client Token
5353

5454
Go on WebGUI of your ClearPass, on Guest Modules
55+
![](./Medias/CPPM_Guest_API.PNG)
5556
Go on `Adminstration` => `API Services` => `API Clients`
5657

58+
![](./Medias/CPPM_Create_API_Client.PNG)
5759
Create a `New API Client`
5860
- Client ID : a client name (for example PowerArubaCP)
5961
- Operator Profile : Super Administrator
@@ -62,9 +64,13 @@ Create a `New API Client`
6264

6365
Click on `Create API Client` (you don't need to store the Client Secet)
6466

65-
On `API Clients List`, select the your client and click on `Generate Access Token`
67+
On `API Clients List`, select the your client
68+
![](./Medias/CPPM_Generate_Access_Token.PNG)
6669

67-
and kept the token (for example : 70680f1d19f86110800d5d5cb4414fbde7be12ae)
70+
Click on `Generate Access Token`
71+
72+
![](./Medias/CPPM_Get_Token.PNG)
73+
And kept the token (for example : 70680f1d19f86110800d5d5cb4414fbde7be12ae)
6874

6975

7076
After connect to a Aruba ClearPass with the command `Connect-ArubaCP` :
@@ -92,6 +98,10 @@ for example to get ClearPass version
9298
cloud_mode : False
9399
```
94100
to get API uri, go to ClearPass Swagger (https://CPPM-IP/api-docs)
101+
![](./Medias/CPPM_API_Docs.PNG)
102+
103+
And choice a service (for example Platform)
104+
![](./Medias/CPPM_API_Docs_platform.PNG)
95105

96106
<!--
97107
### NAD Management

0 commit comments

Comments
 (0)