Skip to content

ThreadFix 3.0 API Update

Pre-release
Pre-release

Choose a tag to compare

@esslushy esslushy released this 15 Jul 21:14
· 3 commits to master since this release

ThreadFix API Update 2.0.0

This is the update for ThreadFix including the new API calls belonging to ThreadFix 3.X for network and infrastructure assets and vulnerabilities. This is an API breaking update that has renamed and moved all of the previous endpoints. Please refer to the following update guide for more information.

Update Guide

  1. All old endpoints have been moved to a .Applications side. For example: thread_fix_instance.TypeAPI.endpoint() have been moved to thread_fix_instance.Applications.TypeAPI.endpoint()
  2. Naming scheme has been repaired. Where in the old style there was switching between usage of Api and API the new version uses API only, this may affect some old references, so be aware of this change.

New Features

  1. Calls new to ThreadFix 3.0 has been added to the API under thread_fix_instance.Networks.
  2. Exposed API abstraction class and ThreadFixProResponse class for the user to use to adjust to their own ThreadFix system.