Application Details

API version3.0
Last Update06/14/2018
AuthenticationYES
HTTP MethodPOST
Content Typeapplication/json
Rate limitedYES
Requests per rate limit10/min
Response FormatJSON

Use to get application details which installed on endpoints on an account.

API URL

Copy

Request Parameters

KeyDatatypeParameter TypeRequiredDescriptionDefault
access_tokenstringURLYesaccess token which archived from OAuth authentication step
product_idstringbodyYesOPSWAT signature id of a product
versionstringbodyYesProduct version
verbose.cvesintergerbodyNo

Specify if CVEs information is included on the response Values can be:

  • 0: not include
  • 1: include
0

Response HTTP Code

See APIs

Response Parameters

KeyDataTypeDescription
product_idintOPSWAT signature id of a product
namestringName of the product
versionstringProduct version
vendorstringName of the product vendor
total_devicesintTotal device have install application
total_cvesintTotal CVEs of application
total_criticalintTotal critical issues of CVE
total_importantintTotal important issues of CVE
total_moderateintTotal moderate issues of CVE
total_lowintTotal low issues of CVE
total_unknownintTotal unknown issues of CVE
cvesArray ObjectTop 100 CVEs (sort by severity from Important to Unknown)
cves.cve_idstringID of CVE
cves.severitystringThe severity of CVE
cves.summarystringSummary of CVE
cves.update_dateStringTimestamp when the CVE update.
cves.opswat_scoredoubleOPSWAT Security Score
cves.cvss2_scoredoubleCommon vulnerability scoring system v2.0
cves.cvss3_scoredoubleCommon vulnerability scoring system v3.0

Example

Example Request with verbose as 0

Copy

Example Response verbose = 0

Copy

Example Request with verbose as 1

Copy

Example Response verbose = 1

Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard