Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
andrewm659
New Contributor

Generating API keys

I am trying to generate an API key for a local user on my Fortigate 60D running version 6.2.7.  I am trying to monitor this with prometheus and grafana but keep getting access denied.  I am using the fortigate_exporter to monitor this.

 

[ameyer@mon001 ~]$ curl -ilk https://10.150.1.1:7443/api/v2/cmdb/firewall/address?vdom=root&access_token=
[1] 2487587
[ameyer@mon001 ~]$ HTTP/1.1 401 Unauthorized
Date: Mon, 10 May 2021 19:22:34 GMT
Server: Apache
Content-Length: 503
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<p>Additionally, a 401 Unauthorized
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

[1]+ Done curl -ilk https://10.150.1.1:7443/api/v2/cmdb/firewall/address?vdom=root
[ameyer@mon001 ~]$

 

Not sure what I am doing wrong.

3 REPLIES 3
emnoc
Esteemed Contributor III

Not sure what you mean by generate since none of those API are for generating a apikey.

 

I've written a few post on api and api-users that you can study.

  

http://socpuppet.blogspot.com/2019/09/howto-use-fortios-apiuser.html

 

 

I 1st would practice making API GET callouts b4 trying to add/delete/modify an existing object.

 

 

Ken Felix

PCNSE 

NSE 

StrongSwan  

PCNSE NSE StrongSwan
andrewm659

I will check this out and let you know how it goes.  I am trying to get the prometheus fortigate_exporter working with the api key for your reference.

andrewm659

So running through your examples worked.  Not sure why it isn't working w/ the prometheus fortinet_exporter.

Labels
Top Kudoed Authors