- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
BloxOne Threat Defense API 2.0 + Video + Postman
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2019 10:16 AM - edited 07-16-2019 08:18 AM
Hello,
The Infoblox BloxOne Threat Defense Cloud API is an interface based on REST (REpresentational State Transfer), also called a RESTful web API. These are not dependent on any programming language. It uses HTTP methods for operations and supports input and output in JSON. It supports the primary or most commonly used HTTP verbs: POST, GET, PUT, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively.
Below you can see a video with the new API’s that are available as of this posting:
For a comprehensive list of all API’s available with ATC and their details please use the following link: https://csp.infoblox.com/apidoc
To export the most recent API collections to Postman:
- Navigate to https://csp.infoblox.com/apidoc
- Click the link next to the name.
- Copy the JSON text from the new window.
- Open up Postman and click “Import”.
- Select “Paste Raw Text”.
- Past the copied JSON text from step 3 and hit “Import”.
Attached below you will find the Postman collection for you to use that was used in this Video.
Any comments or concerns are very welcomed!
Thank you,
Kevin Zettel
Re: BloxOne Threat Defense API 2.0 + Video + Postman
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2020 06:03 AM
In the video you explain an Authorization key {{token}} and how to pull the API key from the portal.
What the video does not explain is that the Authorization code is "Token my_api_key" where I was simply using my API key without the word Token.