Skip to main content
Open

REST API: get current amount of Dynamic Engine / CPU Usage Credits

Related products:FME Flow
  • May 13, 2022
  • 6 replies
  • 83 views

jmiddel
Contributor
Forum|alt.badge.img+5

To get to know your current amount of Dynamic Engine / CPU Usage Credits you need to navigate to the Licensing Menu within the FME Server GUI. To see this, you need the proper permission that should not be granted to a lot of people. A possible way to make this information more accessible could be done via the REST API. Right now, there is no such endpoint. Accessing the credit amount via the REST API will give you the opportunity to automatically get the Credit amount and, for example, enables you to monitor the usage and reduction of you credits. This monitoring could be done via FME Server itself or by implementing the REST API request within a third-party application (like Grafana).

6 replies

jmiddel
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • May 13, 2022

Apparently, there is already such an endpoint: <fmeserver_host>/fmerest/v3/licensing/payg/credit

Because of that, I like to change my Idea into: "Updating the FME Server REST API Documentation" ;) because it is not mentioned there (in FME Server 2022.0.0.0).

Maybe it is right now something like a temporary REST API Endpoint that might change in the near future?


smol
Contributor
  • Contributor
  • August 7, 2022

LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • June 15, 2024
The following idea has been merged into this idea:

All the votes have been transferred into this idea.

nordpil
Supporter
Forum|alt.badge.img+12
  • Supporter
  • December 11, 2025

@jmiddel that endpoint is no longer working in 2025.2...


fornberry
Contributor
Forum|alt.badge.img+1
  • Contributor
  • December 11, 2025

@nordpil This is the REST API v4 endpoint <fmeserver_host>/fmeapiv4/license/payg/credit


nordpil
Supporter
Forum|alt.badge.img+12
  • Supporter
  • December 11, 2025

@fornberry yup, just found that out myself and was about to post it!