2020.02 Release Notes¶
These are the updates to the Managed Services Platform in the 2020.02 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.01, supports the older version but as of a future release, an attempt to access the 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/ |
What’s New¶
Managed Services 2020.02 is a maintenance release. Highlights of this release include:
-
User experience enhancements for cumulative reporting:
To improve the user experience for internal assessors, a number of fixes that pertain to the cumulative reporting feature have been incorporated.
Cumulative reporting was first introduced in the 2019.12 release.
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).xmlandcsv_report (deprecated).csv.The older formats will be discontinued in a future release.
Parent topic:2026.5.0 Release Notes