CyberSecurity Asset Management/Global AssetView Release 3.5.1.0 API

June 16, 2025 (Updated on June 19, 2025)

Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_base_url> is mentioned in the sample API requests.

Enhanced Assets Host Data API

The Asset Host Data APIs are enhanced to fetch additional metadata related to business applications. The API response now includes the creation and last updated timestamps of the business application associated with each asset.

Impacted APIs:

Get Host Details of Specific Asset API: Fetch Business Application Created and Updated Dates

New or Updated API Updated
API Endpoint /rest/2.0/get/am/asset
Method GET
DTD or XSD changes Not Applicable

Use this API to get the business application metadata associated with a specific asset, including its created and updated timestamps.

Sample: Get business application metadata associated with an asset IDSample: Get business application metadata associated with an asset ID

API Request

curl -X GET
'<qualys_base_url>/rest/2.0/get/am/asset?assetId=60923488'
--header 'Authorization: Bearer <JWT Token>'
--header 'Content-Type: application/json'
--data-raw

API Response

{
   "responseMessage":"Valid API Access",
   "responseCode":"SUCCESS",
   "assetListData":{
      "asset":[
         {
            "assetId":60923488,
            "assetUUID":"50d20290-c66a-42e7-8c0a-ba6e92b6324c",
            "hostId":1437386,
            "lastModifiedDate":"2021-04-06T10:02:33.000Z",
            "agentId":null,
            "createdDate":"2020-11-25T12:49:25.000Z",
            "sensorLastUpdatedDate":"2021-04-06T10:02:33.000Z",
            "assetType":"HOST",
            "address":"xx.xxx.xxx.xx",
            "dnsName":"localhost.localdomain",
            "assetName":"localhost.localdomain",
            "netbiosName":null,
            "timeZone":"IST",
            "biosDescription":null,
            "lastBoot":null,
            "totalMemory":5806,
            "cpuCount":null,
            "lastLoggedOnUser":"root",
            "hwUUID":"422a2b16-4c8b-588a-a20c-c1851ad7e376",
            "biosSerialNumber":"VMware-42 2a 2b 16 4c",
            "biosAssetTag":"No Asset Tag",
            "isContainerHost":false,
            "operatingSystem":{
               "osName":"The CentOS Project CentOS 7 (1810)",
               "fullName":"The CentOS Project CentOS 7 (1810)",
               "category":"Linux / Server",
               "category1":"Linux",
               "category2":"Server",
               "productName":"CentOS",
               "publisher":"The CentOS Project",
               "edition":null,
               "marketVersion":"7",
               "version":"1810",
               "update":null,
               "architecture":null,
               "lifecycle":{
                  "gaDate":"2018-12-03T00:00:00.000Z",
                  "eolDate":"2020-12-31T00:00:00.000Z",
                  "eosDate":"2024-06-30T00:00:00.000Z",
                  "stage":"EOL",
                  "lifeCycleConfidence":"Exact",
                  "eolSupportStage":"Full updates",
                  "eosSupportStage":"Maintenance Updates"
               },
               "taxonomy":{
                  "id":null,
                  "name":"Linux / Server",
                  "category1":"Linux",
                  "category2":"Server"
               },
               "productUrl":"https://www.centos.org/,https://en.wikipedia.org/wiki/CentOS,",
               "productFamily":null,
               "installDate":null,
               "release":"7.4.1708"
            },
            "hardware":{
               "fullName":"VMware VMware Virtual Platform VMware Virtual Platform",
               "category":"Virtualized / Virtual Machine",
               "category1":"Virtualized",
               "category2":"Virtual Machine",
               "manufacturer":"VMware",
               "productName":"VMware Virtual Platform",
               "model":"VMware Virtual Platform",
               "lifecycle":{
                  "introDate":null,
                  "gaDate":null,
                  "eosDate":null,
                  "obsoleteDate":null,
                  "stage":"Unknown",
                  "lifeCycleConfidence":" "
               },
               "taxonomy":{
                  "id":null,
                  "name":"Virtualized / Virtual Machine",
                  "category1":"Virtualized",
                  "category2":"Virtual Machine"
               },
               "productUrl":"https://www.dummyurl.com/article/3458,,",
               "productFamily":null
            },
            "userAccountListData":null,
            "openPortListData":{
               "openPort":[
                  {
                     "port":709,
                     "description":"",
                     "protocol":"UDP",
                     "detectedService":"portmap/rpcbind",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":50000,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"IBM_DB2_Universal_Database",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":6000,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"x11",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":22,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"ssh",
                     "firstFound":"2020-11-25T12:46:41.000Z",
                     "lastUpdated":"2020-11-25T12:46:41.000Z"
                  },
                  {
                     "port":3389,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":null,
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":111,
                     "description":"",
                     "protocol":"UDP",
                     "detectedService":"rpc_udp",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":111,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"rpc",
                     "firstFound":"2020-11-25T12:46:41.000Z",
                     "lastUpdated":"2020-11-25T12:46:41.000Z"
                  }
               ]
            },
            "volumeListData":{
               "volume":[
                  {
                     "name":"tmpfs",
                     "free":2737078272,
                     "size":3043934208
                  },
                  {
                     "name":"/dev/mapper/centos-home",
                     "free":18629619712,
                     "size":18700304384
                  },
                  {
                     "name":"devtmpfs",
                     "free":3026444288,
                     "size":3026444288
                  },
                  {
                     "name":"/dev/mapper/centos-root",
                     "free":19672580096,
                     "size":38304645120
                  },
                  {
                     "name":"/dev/sda1",
                     "free":876040192,
                     "size":1063256064
                  }
               ]
            },
            "networkInterfaceListData":{
               "networkInterface":[
                  {
                     "hostname":"localhost.localdomain",
                     "addressIpV4":"xxx.xxx.xxx.x",
                     "addressIpV6":null,
                     "macAddress":"xx:xxx:xx:e1:71",
                     "interfaceName":"virbr0",
                     "dnsAddress":null,
                     "gatewayAddress":"",
                     "manufacturer":null,
                     "macVendorIntroDate":null,
                     "addresses":null
                  },
                  {
                     "hostname":"localhost.localdomain",
                     "addressIpV4":"xx.xxx.xxx.xx",
                     "addressIpV6":"fexx:x:x:x:xxx:56ff:feaa:e2da",
                     "macAddress":"00:00:00:aa:e2:da",
                     "interfaceName":"ens192",
                     "dnsAddress":null,
                     "gatewayAddress":"",
                     "manufacturer":"VMware",
                     "macVendorIntroDate":946944000000,
                     "addresses":null
                  }
               ]
            },
            "softwareListData":{
               "software":[
                  {
                     "id":-5698725809391962787,
                     "fullName":"Python 2.7.5 64-Bit",
                     "softwareType":"Application",
                     "isIgnored":false,
                     "ignoredReason":null,
                     "category":"Application Development / Programming Languages",
                     "category1":"Application Development",
                     "category2":"Programming Languages",
                     "productName":"Python",
                     "component":null,
                     "publisher":"Python",
                     "edition":null,
                     "marketVersion":"2",
                     "version":"2.7",
                     "update":"2.7.5",
                     "architecture":"64-Bit",
                     "installDate":"2020-03-27T16:11:47.000Z",
                     "installPath":null,
                     "lastUpdated":"2020-11-25T12:46:46.000Z",
                     "lastUseDate":null,
                     "language":null,
                     "formerlyKnownAs":null,
                     "isPackage":false,
                     "isPackageComponent":false,
                     "packageName":null,
                     "productUrl":"https://en.wikipedia.org/wiki/History_of_Python,,",
                     "lifecycle":{
                        "gaDate":"2010-07-03T00:00:00.000Z",
                        "eolDate":"2020-01-01T00:00:00.000Z",
                        "eosDate":"2020-01-01T00:00:00.000Z",
                        "stage":"EOL/EOS",
                        "lifeCycleConfidence":"Exact",
                        "eolSupportStage":"End-of-life",
                        "eosSupportStage":"End-of-life"
                     },
                     "supportStageDesc":"Python's policy is to drop support major versions once they reach their end of life",
                     "license":{
                        "category":"Open Source",
                        "subcategory":"Python License (Python-2.0)"
                     },
                     "authorization":"Authorized"
                  },
                  {
                     "id":9136542396418607016,
                     "fullName":"OpenBSD OpenSSH Server 7.4p1",
                     "softwareType":"Application",
                     "isIgnored":false,
                     "ignoredReason":null,
                     "category":"Networking / Access Software",
                     "category1":"Networking",
                     "category2":"Access Software",
                     "productName":"OpenSSH",
                     "component":"Server",
                     "publisher":"OpenBSD",
                     "edition":null,
                     "marketVersion":"7",
                     "version":"7.4",
                     "update":"7.4p1",
                     "architecture":null,
                     "installDate":"2020-03-05T14:23:53.000Z",
                     "installPath":null,
                     "lastUpdated":"2020-11-25T12:46:53.000Z",
                     "lastUseDate":null,
                     "language":null,
                     "formerlyKnownAs":"OpenBSD Secure Shell",
                     "isPackage":true,
                     "isPackageComponent":false,
                     "packageName":null,
                     "productUrl":"https://en.wikipedia.org/wiki/OpenSSH,,",
                     "lifecycle":{
                        "gaDate":"2016-12-19T00:00:00.000Z",
                        "eolDate":null,
                        "eosDate":null,
                        "stage":"EOL",
                        "lifeCycleConfidence":"Calculated",
                        "eolSupportStage":" ",
                        "eosSupportStage":" "
                     },
                     "supportStageDesc":null,
                     "license":{
                        "category":"Open Source",
                        "subcategory":"BSD 2-Clause License (FreeBSD/Simplified)"
                     },
                     "authorization":"Authorized"
                  }
               ]
            },
            "provider":null,
            "cloudProvider":null,
            "agent":null,
            "sensor":{
               "activatedForModules":[
                  "VM"
               ],
               "pendingActivationForModules":[
               ],
               "lastVMScan":1606306572000,
               "lastComplianceScan":0,
               "lastFullScan":1606306572000
            },
            "container":null,
            "inventory":{
               "source":"IP",
               "created":1606308565000,
               "lastUpdated":1617703353000
            },
            "activity":null,
            "tagList":{
               "tag":[
                  {
                     "tagId":14151022,
                     "tagName":"static split",
                     "foregroundColor":0,
                     "backgroundColor":-65536,
                     "businessImpact":null,
                     "criticalityScore":2
                  }
               ]
            },
            "serviceList":null,
            "lastLocation":null,
            "criticality":{
               "score":2,
               "isDefault":true,
               "lastUpdated":"2021-06-30T09:43:27.000Z"
            },
            "businessInformation":{
               "company":"Qualys",
               "department":"Engineering",
               "ownedBy":"Paul",
               "environment":"QA",
               "managedBy":"Slimmer",
               "supportedBy":"Nick",
               "supportGroup":"ABC_01",
               "operationalStatus":"Blocked"
            },
            "assignedLocation":{
               "name":"4492 Camino De La Plaza, Pune,IN",
               "city":"Pune",
               "state":"MH",
               "country":"IN"
            },
            "businessAppListData":{
               "businessApp":[
                  {
                     "id":"BARCODE283904",
                     "name":"Quoting App",
                     "environment":"Production",
                     "businessCriticality":"2 - Less Critical",
                     "managedBy":"Slimmer",
                     "ownedBy":"Parick",
                     "supportedBy":"Jhon",
                     "supportGroup":"SME Operations",
                     "operationalStatus":"Mended",
                     "status":"Installed",
                     "usedFor":"Production"
                     "created": "2024-08-07T09:02:24.000Z",
                     "updated": "2024-08-07T09:02:24.000Z"

                  },
                  {
                     "id":"BARCODE2839067gfh",
                     "name":"HRA",
                     "environment":"Production",
                     "businessCriticality":"1 - Most Critical",
                     "managedBy":"Slimmer",
                     "ownedBy":"Patrick",
                     "supportedBy":"Jhon",
                     "supportGroup":"SME Operations",
                     "operationalStatus":"broken",
                     "status":"Installed",
                     "usedFor":"Production"
  "created": "2024-08-07T09:02:24.000Z",
                     "updated": "2024-08-07T09:02:24.000Z"

                  }
               ]
            },
            "riskScore":690,
            "passiveSensor":null,
            "asn":"AS27385",
            "isp":"Qualys, Inc.",
            "domain":[
               "qualys.com",
               "qualys.in"
            ],
            "subdomain":[
               "docs.qualys.com",
               "www.qualys.com"
            ],
            "whois":[
               {
                  "domain":"vulnerability-management.com",
                  "createdDate":null,
                  "dnssec":null,
                  "domainStatus":"clientTransferProhibited",
                  "registrantOrganization":"Qualys, Inc.",
                  "registrantName":null,
                  "registrantEmail":"example@domain.com",
                  "registrantContact":null,
                  "registrar":"Gandi SAS",
                  "organizationName":"Qualys, Inc.",
                  "updatedDate":null
               }"missingSoftware":null,
               "customAttributes":[
                  {
                     "key":"Media State4",
                     "value":"Media disconnected",
                     "connectorName":"Qualys"
                  },
                  {
                     "key":"Default Gateway11",
                     "value":"xxx.xxx.x.x",
                     "connectorName":"Qualys"
                  },
                  "..."{
                     "key":"Subnet Mask",
                     "value":"xxx.xxx.xxx.x",
                     "connectorName":"Qualys"
                  },
                  "..."
               ],
               "lparId": "6 LXAG-A72TL5-22"
               "processor":null
            }
         ]
      }

Get Host Details of All Assets API: Fetch Business Application Created and Updated Dates

New or Updated API Updated
API Endpoint /rest/2.0/search/am/asset
Method POST
DTD or XSD changes Not Applicable

Use this API to get the business application metadata associated with all assets, including its created and updated dates. You can use filters to customize your response based on specific criteria.

Sample: Get business application metadata for all assetsSample: Get business application metadata for all assets

API Request

curl -X POST
'<qualys_base_url>/rest/2.0/search/am/asset'
-H 'Accept: application/json'
-H 'Authorization: Bearer <JWTToken>'
-H 'Content-Type: application/json'
-data-raw

Filter in XML

<FilterRequest>
<filters>
<Criteria field="asset.assetID" operator="EQUALS">
<value>49524183</value>
</Criteria>
</filters>
</FilterRequest>

API Response

{
   "responseMessage":"Valid API Access",
   "responseCode":"SUCCESS",
   "assetListData":{
      "asset":[
         {
            "assetId":49524183,
            "assetUUID":"50d20290-c66a-42e7-8c0a-ba6e92b6324c",
            "hostId":1437386,
            "lastModifiedDate":"2021-04-06T10:02:33.000Z",
            "agentId":null,
            "createdDate":"2020-11-25T12:49:25.000Z",
            "sensorLastUpdatedDate":"2021-04-06T10:02:33.000Z",
            "assetType":"HOST",
            "address":"xx.xxx.xxx.xx",
            "dnsName":"localhost.localdomain",
            "assetName":"localhost.localdomain",
            "netbiosName":null,
            "timeZone":"IST",
            "biosDescription":null,
            "lastBoot":null,
            "totalMemory":5806,
            "cpuCount":null,
            "lastLoggedOnUser":"root",
            "hwUUID":"422a2b16-4c8b-588a-a20c-c1851ad7e376",
            "biosSerialNumber":"VMware-42 2a 2b 16 4c 8b 58 8a-a2 0c c1 85 1a d7 e3 76",
            "biosAssetTag":"No Asset Tag",
            "isContainerHost":false,
            "operatingSystem":{
               "osName":"The CentOS Project CentOS 7 (1810)",
               "fullName":"The CentOS Project CentOS 7 (1810)",
               "category":"Linux / Server",
               "category1":"Linux",
               "category2":"Server",
               "productName":"CentOS",
               "publisher":"The CentOS Project",
               "edition":null,
               "marketVersion":"7",
               "version":"1810",
               "update":null,
               "architecture":null,
               "lifecycle":{
                  "gaDate":"2018-12-03T00:00:00.000Z",
                  "eolDate":"2020-12-31T00:00:00.000Z",
                  "eosDate":"2024-06-30T00:00:00.000Z",
                  "stage":"EOL",
                  "lifeCycleConfidence":"Exact",
                  "eolSupportStage":"Full updates",
                  "eosSupportStage":"Maintenance Updates"
               },
               "taxonomy":{
                  "id":null,
                  "name":"Linux / Server",
                  "category1":"Linux",
                  "category2":"Server"
               },
               "productUrl":"https://www.myurl.org/,https://en.wikipedia.org/wiki/CentOS,",
               "productFamily":null,
               "installDate":null,
               "release":"7.4.1708"
            },
            "hardware":{
               "fullName":"VMware VMware Virtual Platform VMware Virtual Platform",
               "category":"Virtualized / Virtual Machine",
               "category1":"Virtualized",
               "category2":"Virtual Machine",
               "manufacturer":"VMware",
               "productName":"VMware Virtual Platform",
               "model":"VMware Virtual Platform",
               "lifecycle":{
                  "introDate":null,
                  "gaDate":null,
                  "eosDate":null,
                  "obsoleteDate":null,
                  "stage":"Unknown",
                  "lifeCycleConfidence":" "
               },
               "taxonomy":{
                  "id":null,
                  "name":"Virtualized / Virtual Machine",
                  "category1":"Virtualized",
                  "category2":"Virtual Machine"
               },
               "productUrl":"https://www.dummyurl.com/article/3458,,",
               "productFamily":null
            },
            "userAccountListData":null,
            "openPortListData":{
               "openPort":[
                  {
                     "port":709,
                     "description":"",
                     "protocol":"UDP",
                     "detectedService":"portmap/rpcbind",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":50000,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"Universal_Database",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":6000,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"x11",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":22,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"ssh",
                     "firstFound":"2020-11-25T12:46:41.000Z",
                     "lastUpdated":"2020-11-25T12:46:41.000Z"
                  },
                  {
                     "port":3389,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":null,
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":111,
                     "description":"",
                     "protocol":"UDP",
                     "detectedService":"rpc_udp",
                     "firstFound":"2020-11-25T12:46:42.000Z",
                     "lastUpdated":"2020-11-25T12:46:42.000Z"
                  },
                  {
                     "port":111,
                     "description":"",
                     "protocol":"TCP",
                     "detectedService":"rpc",
                     "firstFound":"2020-11-25T12:46:41.000Z",
                     "lastUpdated":"2020-11-25T12:46:41.000Z"
                  }
               ]
            },
            "volumeListData":{
               "volume":[
                  {
                     "name":"tmpfs",
                     "free":2737078272,
                     "size":3043934208
                  },
                  {
                     "name":"/dev/mapper/centos-home",
                     "free":18629619712,
                     "size":18700304384
                  },
                  {
                     "name":"devtmpfs",
                     "free":3026444288,
                     "size":3026444288
                  },
                  {
                     "name":"/dev/mapper/centos-root",
                     "free":19672580096,
                     "size":38304645120
                  },
                  {
                     "name":"/dev/sda1",
                     "free":876040192,
                     "size":1063256064
                  }
               ]
            },
            "networkInterfaceListData":{
               "networkInterface":[
                  {
                     "hostname":"localhost.localdomain",
                     "addressIpV4":"xxx.xxx.xxx.x",
                     "addressIpV6":null,
                     "macAddress":"xx:xxx:xx:e1:xx",
                     "interfaceName":"virbr0",
                     "dnsAddress":null,
                     "gatewayAddress":"",
                     "manufacturer":null,
                     "macVendorIntroDate":null,
                     "addresses":null
                  },
                  {
                     "hostname":"localhost.localdomain",
                     "addressIpV4":"xx.xxx.xxx.xx",
                     "addressIpV6":"fexx:x:x:x:xxx:xxff:feaa:exda",
                     "macAddress":"xx:xx:00:aa:e2:da",
                     "interfaceName":"ens192",
                     "dnsAddress":null,
                     "gatewayAddress":"",
                     "manufacturer":"VMware",
                     "macVendorIntroDate":946944000000,
                     "addresses":null
                  }
               ]
            },
            "softwareListData":{
               "software":[
                  {
                     "id":-5698725809391962787,
                     "fullName":"Python 2.7.5 64-Bit",
                     "softwareType":"Application",
                     "isIgnored":false,
                     "ignoredReason":null,
                     "category":"Application Development / Programming Languages",
                     "category1":"Application Development",
                     "category2":"Programming Languages",
                     "productName":"Python",
                     "component":null,
                     "publisher":"Python",
                     "edition":null,
                     "marketVersion":"2",
                     "version":"2.7",
                     "update":"2.7.5",
                     "architecture":"64-Bit",
                     "installDate":"2020-03-27T16:11:47.000Z",
                     "installPath":null,
                     "lastUpdated":"2020-11-25T12:46:46.000Z",
                     "lastUseDate":null,
                     "language":null,
                     "formerlyKnownAs":null,
                     "isPackage":false,
                     "isPackageComponent":false,
                     "packageName":null,
                     "productUrl":"https://en.wikipedia.org/wiki/History_of_Python,,",
                     "lifecycle":{
                        "gaDate":"2010-07-03T00:00:00.000Z",
                        "eolDate":"2020-01-01T00:00:00.000Z",
                        "eosDate":"2020-01-01T00:00:00.000Z",
                        "stage":"EOL/EOS",
                        "lifeCycleConfidence":"Exact",
                        "eolSupportStage":"End-of-life",
                        "eosSupportStage":"End-of-life"
                     },
                     "supportStageDesc":"Python's policy is to drop support major versions once they reach their end of life",
                     "license":{
                        "category":"Open Source",
                        "subcategory":"Python License (Python-2.0)"
                     },
                     "authorization":"Authorized"
                  },
                  {
                     "id":9136542396418607016,
                     "fullName":"OpenBSD OpenSSH Server 7.4p1",
                     "softwareType":"Application",
                     "isIgnored":false,
                     "ignoredReason":null,
                     "category":"Networking / Access Software",
                     "category1":"Networking",
                     "category2":"Access Software",
                     "productName":"OpenSSH",
                     "component":"Server",
                     "publisher":"OpenBSD",
                     "edition":null,
                     "marketVersion":"7",
                     "version":"7.4",
                     "update":"7.4p1",
                     "architecture":null,
                     "installDate":"2020-03-05T14:23:53.000Z",
                     "installPath":null,
                     "lastUpdated":"2020-11-25T12:46:53.000Z",
                     "lastUseDate":null,
                     "language":null,
                     "formerlyKnownAs":"OpenBSD Secure Shell",
                     "isPackage":true,
                     "isPackageComponent":false,
                     "packageName":null,
                     "productUrl":"https://en.wikipedia.org/wiki/OpenSSH,,",
                     "lifecycle":{
                        "gaDate":"2016-12-19T00:00:00.000Z",
                        "eolDate":null,
                        "eosDate":null,
                        "stage":"EOL",
                        "lifeCycleConfidence":"Calculated",
                        "eolSupportStage":" ",
                        "eosSupportStage":" "
                     },
                     "supportStageDesc":null,
                     "license":{
                        "category":"Open Source",
                        "subcategory":"BSD 2-Clause License (FreeBSD/Simplified)"
                     },
                     "authorization":"Authorized"
                  }
               ]
            },
            "provider":null,
            "cloudProvider":null,
            "agent":null,
            "sensor":{
               "activatedForModules":[
                  "VM"
               ],
               "pendingActivationForModules":[
               ],
               "lastVMScan":1606306572000,
               "lastComplianceScan":0,
               "lastFullScan":1606306572000
            },
            "container":null,
            "inventory":{
               "source":"IP",
               "created":1606308565000,
               "lastUpdated":1617703353000
            },
            "activity":null,
            "tagList":{
               "tag":[
                  {
                     "tagId":14151022,
                     "tagName":"static split",
                     "foregroundColor":0,
                     "backgroundColor":-65536,
                     "businessImpact":null,
                     "criticalityScore":2
                  }
               ]
            },
            "serviceList":null,
            "lastLocation":null,
            "criticality":{
               "score":2,
               "isDefault":true,
               "lastUpdated":"2021-06-30T09:43:27.000Z"
            },
            "businessInformation":{
               "company":"Qualys",
               "department":"Engineering",
               "ownedBy":"Paul",
               "environment":"QA",
               "managedBy":"Slimmer",
               "supportedBy":"Nick",
               "supportGroup":"ABC_01",
               "operationalStatus":"Blocked"
            },
            "assignedLocation":{
               "name":"4492 Camino De La Plaza, Pune,IN",
               "city":"Pune",
               "state":"MH",
               "country":"IN"
            },
            "businessAppListData":{
               "businessApp":[
                  {
                     "id":"BARCODE283904",
                     "name":"Quoting App",
                     "environment":"Production",
                     "businessCriticality":"2 - Less Critical",
                     "managedBy":"Slimmer",
                     "ownedBy":"Parick",
                     "supportedBy":"Jhon",
                     "supportGroup":"SME Operations",
                     "operationalStatus":"Mended",
                     "status":"Installed",
                     "usedFor":"Production"
                     "created": "2024-08-07T09:02:24.000Z",
                     "updated": "2024-08-07T09:02:24.000Z"

                  },
                  {
                     "id":"BARCODE2839067gfh",
                     "name":"HRA",
                     "environment":"Production",
                     "businessCriticality":"1 - Most Critical",
                     "managedBy":"Slimmer",
                     "ownedBy":"Patrick",
                     "supportedBy":"Jhon",
                     "supportGroup":"SME Operations",
                     "operationalStatus":"broken",
                     "status":"Installed",
                     "usedFor":"Production"
"created": "2024-08-07T09:02:24.000Z",
"updated": "2024-08-07T09:02:24.000Z"
                  }
               ]
            },
            "riskScore":690,
            "passiveSensor":null,
            "asn":"AS27385",
            "isp":"Qualys, Inc.",
            "domain":[
               "qualys.com",
               "qualys.in"
            ],
            "subdomain":[
               "docs.qualys.com",
               "www.qualys.com"
            ],
            "whois":[
               {
                  "domain":"vulnerability-management.com",
                  "createdDate":null,
                  "dnssec":null,
                  "domainStatus":"clientTransferProhibited",
                  "registrantOrganization":"Qualys, Inc.",
                  "registrantName":null,
                  "registrantEmail":"example@domain.com",
                  "registrantContact":null,
                  "registrar":"Gandi SAS",
                  "organizationName":"Qualys, Inc.",
                  "updatedDate":null
               }"missingSoftware":null,
               "customAttributes":[
                  {
                     "key":"Media State4",
                     "value":"Media disconnected",
                     "connectorName":"Qualys"
                  },
                  {
                     "key":"Default Gateway11",
                     "value":"xxx.xxx.x.x",
                     "connectorName":"Qualys"
                  },
                  "..."{
                     "key":"Subnet Mask",
                     "value":"xxx.xxx.xxx.x",
                     "connectorName":"Qualys"
                  },
                  "..."
               ],
               "lparId": "6 LXAG-A72TL5-22"
               "processor":null
            }
         ]
      }

Issue Addressed

The following reported and notable customer API issue is fixed in this release:

Component/Category Description
CSAM - API We fixed the issue where the Import Asset Business Metadata API returned a "500 Internal Server Error" each time it was called.

Impacted API: /rest/2.0/update/am/asset/business/metadata