This commit is contained in:
Robbie Trencheny 2019-03-14 00:45:02 -07:00 committed by GitHub
parent d17e21d182
commit e4b3217f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Supported platforms (tested):
- Aruba ClearPass 6.7.5
<p class='note warning'>
You must first create an API client from here: https://clearpass.server.com/guest/api_clients.php
You must first create an API client [here](https://clearpass.server.com/guest/api_clients.php).
</p>
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
@ -40,11 +40,11 @@ host:
required: true
type: string
client_id:
description: "The client ID from here: `https://clearpass.server.com/guest/api_clients.php`"
description: "The client ID from the API Clients page."
required: true
type: string
api_key:
description: "Secret from here: `https://clearpass.server.com/guest/api_clients.php`"
description: "The secret from the API Clients page."
required: true
type: string
{% endconfiguration %}