Get Valid Lists of Categories API

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

GET/sm/v1/script-category

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

API Request

 "curl --location --request GET"<qualys_base_url>/sm/v1/script-category"\\
-H""Authorization: Bearer <JWT Token>"

Response

 {
 "body":[
 {
 "id":103,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Active Directory Security",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":105,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Asset Tagging",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":1,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Data Backup",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":2,
"customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Data Collection",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":108,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Forensic Analysis",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":6,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"General Automation",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":102,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Malware Research and Detection",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":106,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"QID without Patch",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":7,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Remediation",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":104,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
"name":"Sensitive Data Discovery",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":5,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"System Administration",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":3,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"System Maintenance",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1624549017000
 },
 {
 "id":107,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Virtual Patching",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 },
 {
 "id":101,
 "customerUuid":"00000000-0000-0000-0000-000000000000",
 "name":"Zero Day",
 "createdById":"00000000-0000-0000-0000-000000000000",
 "createdByName":"System",
 "createdDatetime":1684318269000
 }
 ]
}