Description
The team responsible for the Arctera/Veritas SORT site (https://sort.veritas.com/kernel) are working on an API (for RedHat releases only, at present), which will allow customers to reference information related to Infoscale kernel-related compatibility.
The API will be called using a construct like below:
# curl -X POST -k 'https://xxxxxx.veritas.com/sortweb/demo/get_kernel' -H 'X-VTAS-SORT-KER-Token:xxxxxx' -H 'Content-Type:application/json' -d '{"version":"7"}'
In the above command, a token will be needed from Arctera/Veritas (the process for this will be updated in this article in due course), and the "version" denotes the RedHat major version that this will report data on.
Sample output is below. The output is in JSON format and provides information related to RedHat 7 and Infoscale, e.g. below, the extract of the output shows RedHat 7.9 is qualified with Infoscale 7.4.2 and kernel 3.10.0-1160.21.1. Additional Infoscale patches will also be listed.