weratim.blogg.se

Prtg dropbox api not available
Prtg dropbox api not available












prtg dropbox api not available

Click the Authorize button at the top-right corner of the endpoint list and enter the bearer token in the Value field. You can also authenticate with the Swagger UI and a bearer token. Invoke-RestMethod -Method 'POST' -Body '' ($url + '/session')).token You can obtain a bearer token from the /session endpoint with a user name and password in a POST request as follows: # PowerShell To authenticate with the API, you need to send a bearer token in the Authorization header with your request as follows: # PowerShell Note: You can also see the raw request below the Execute button. After you are authenticated, the lock symbols are closed and you can use protected endpoints. Click the Try it out button, enter valid credentials, and click the Execute button. Use the POST /session endpoint to authenticate with the Swagger UI. They are marked with a lock symbol in the Swagger UI. Note: Duration values in filters must be suffixed with the letter s for example 30.0s.Įxample of a valid API request: # PowerShell Duration data is always a floating point number of seconds.Note: PowerShell parses the time stamps but it does not convert them to your local time zone. All time stamps are in ISO-8601 format (UTC).Note: The PRTG API (v1) can still be used but it is completely separated from the PRTG API v2. This documentation refers to the PRTG API v2. Select the Canary release channel to get the latest updates. The new API follows the update cycle of PRTG. This is a Swagger UI that contains the documentation of all individual endpoints. Available ResourcesĪ list of available resources and their endpoints is available in our reference guide. If you need help, contact the Paessler support team here. You can share your feedback about the API here. If you already want to use the PRTG API on your production system, we recommend that you use the PRTG API (v1). The PRTG API v2 is currently in the alpha phase which means that it is not yet stable and not feature-complete. This document describes how to use the PRTG API v2 and what to expect from it.














Prtg dropbox api not available