Skip to content

2020.03 Release Notes

The Managed Services Platform 2020.03 release is primarily a maintenance release.

IMPORTANT: Older-version Endpoints to Be Discontinued

In release 2019.10, the deprecation of version 1 and version 2 requests was announced. The current release, 2020.03, supports the older versions but as of release 2020.04, an attempt to access an old URL will result in a 410, “Gone”, error code.

In order, each row of the following table shows (1) a description of the endpoint, (2) the endpoint to be discontinued, and (3) the version-3 endpoint that replaces the earlier version:

Get list of scans `GET v1/customer/get_scans` `GET v3/scans`
Schedule a new scan `POST v1/customer/scan/schedule` `POST v3/scans`
Download reports by a scan `GET v1/customer/get_reports` `GET v3/reports`
Get a list of targets `GET v2/customer/targets` `GET v3/targets`
Create a new target `POST v2/customer/targets` `POST v3/targets`
Upload files to be used by a scan `POST v2/file` `POST v3/scans//files`

What’s New

Managed Services 2020.03 is a maintenance release. This release also provides the following enhancement:

  • Ability to choose the Risk Rating Method on a per-scan basis:

    When scheduling a scan, a partner user can now choose the Risk Rating Method to appear in the report. This enables the user to readily meet a customer’s requirements, and provides a faster turnaround time for customers who want to change the reporting type for selected tests. The risk rating method is no longer restricted to the default method chosen at onboarding time.

Release Notes

  • Report format transition

    The formats for XML reports was updated in the 2019.05 release, and the format for CSV (comma-separated) reports was updated in 2019.06. The updated formats are not backward compatible with the old reports.

    To ease the transition to the new reports, the old XML and CSV reports are still published under the “Additional” section, as xml_report (deprecated).xml and csv_report (deprecated).csv.

    The older formats will be discontinued in release 2020.04.

Parent topic:2026.5.0 Release Notes