Get Valid Lists of Languages API

Using this API, you can get the list of languages supported by CAR.

GET /sm/v1/script-language

Sample: Get Valid List of Languages Supported by CARSample: Get Valid List of Languages Supported by CAR

API Request

curl -X GET 
<qualys_base_url>/sm/v1/script-language
-H 'Authorization: Bearer <JWT Token>'

Response

 {
 "body":[
 {
 "id":509,
 "platform":"MAC",
 "name":"Lua"
 },
 {
 "id":504,
 "platform":"UNIX",
 "name":"Lua"
 },
 {
 "id":8,
 "platform":"LINUX",
 "name":"Lua"
 },
 {
 "id":502,
 "platform":"UNIX",
 "name":"Perl"
 },
 {
 "id":507,
 "platform":"MAC",
 "name":"Perl"
 },
{
"id":7,
 "platform":"LINUX",
 "name":"Perl"
 },
 {
 "id":201,
 "platform":"WINDOWS",
 "name":"PowerShell-Command"
 },
 {
 "id":4,
 "platform":"WINDOWS",
 "name":"PowerShell-Script"
 },
 {
 "id":5,
 "platform":"LINUX",
 "name":"Python"
 },
 {
 "id":1,
 "platform":"WINDOWS",
 "name":"Python"
 },
 {
 "id":508,
 "platform":"MAC",
 "name":"Python"
 },
 {
 "id":503,
 "platform":"UNIX",
 "name":"Python"
 },
 {
 "id":506,
 "platform":"MAC",
 "name":"Shell"
 },
 {
 "id":6,
 "platform":"LINUX",
 "name":"Shell"
 },
 {
 "id":501,
 "platform":"UNIX",
 "name":"Shell"
},
 {
 "id":101,
 "platform":"WINDOWS",
 "name":"VBScript"
 }
 ]
}