Add alternative, easier method to get API token for FortiOS (#17266)

This commit is contained in:
Franck Nijhof 2021-04-04 21:34:26 +02:00 committed by GitHub
parent cc1ba5b00c
commit 4383ca1273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ host:
required: true required: true
type: string type: string
token: token:
description: "See [Fortinet Developer Network](https://fndn.fortinet.net) for how to create an API token. Remember this integration only needs read access to a FortiGate, so configure the API user to only to have limited and read-only access." description: "See: [Generate an API token for FortiOS](https://registry.terraform.io/providers/fortinetdev/fortios/latest/docs/guides/fgt_token) for how to create an API token. Remember this integration only needs read access to a FortiGate, so configure the API user to only to have limited and read-only access."
required: true required: true
type: string type: string
verify_ssl: verify_ssl: