| | |
---|
|
---|
post/api/v1/violations/reports/targets/severity/summary | postautomation-console/api/v1/violations/reports/targets/severity/summary | Generates data for the Impacted Assets by Severity widget on the dashboard. |
post/api/v1/violations/reports/targets/severity/detail | postautomation-console/api/v1/violations/reports/targets/severity/detail | Generates asset details by severity levels. |
post/api/v1/violations/reports/targets/patch-compliance/summary | postautomation-console/api/v1/violations/reports/targets/patch-compliance/summary | Generates data for the Patch Compliance widget on the dashboard. |
post/api/v1/violations/reports/targets/patch-compliance/detail | postautomation-console/api/v1/violations/reports/targets/patch-compliance/detail | Generates patch compliance details such as the number of installed and missing patches on assets according to the policy on the dashboard. |
post/api/v1/violations/reports/{type}/summary | postautomation-console/api/v1/violations/reports/{type}/summary | Generates data for the Impacted Assets by SLA and Unique Missing Patches by Age widgets on the dashboard. |
post/api/v1/violations/reports/sla/detail | postautomation-console/api/v1/violations/reports/sla/detail | Generates details for the assets and missing patches based on their SLA levels. |
post/api/v1/violations/reports/trends/weeks | postautomation-console/api/v1/violations/reports/trends/weeks | Generates data for the Remediation Trend graph on the dashboard. |
post/api/v1/violations/reports/trends/weeks/detail | postautomation-console/api/v1/violations/reports/trends/weeks/detail | Generates details such as the missing and remediated patches in the Remediation Trend graph. |
post/api/v1/violations/reports/states/average-days/weeks | postautomation-console/api/v1/violations/reports/states/average-days/weeks | Gets the average time for a state change in the current week. |
post/api/v1/violations/reports/rank/violations | postautomation-console/api/v1/violations/reports/rank/violations | Generates data for the Top 10 Missing Patches widget. |
post/api/v1/violations/reports/states/summary | postautomation-console/api/v1/violations/reports/states/summary | Generates data for the violations based on stage. |
post/api/v1/violations/reports/rank/violations/detail | postautomation-console/api/v1/violations/reports/rank/violations/detail | Generates asset details for the Top 10 Missing Patches widget. |
post/api/v1/violations/reports/violations/severity/summary | postautomation-console/api/v1/violations/reports/violations/severity/summary | Fetches violations count by severity. |
post/api/v1/violations/reports/violations/sla/summary | postautomation-console/api/v1/violations/reports/violations/sla/summary | Fetches violations count by SLA. |
post/api/v1/violations/reports/rank/owner | postautomation-console/api/v1/violations/reports/rank/owner | Fetches data for the Top 10 Missing Patches by Owner widget. |
post/api/v1/violations/reports/rank/owner/details/{type} | postautomation-console/api/v1/violations/reports/rank/owner/details/{type} | Fetches asset details for the Top 10 Missing Patches by Owner widget. |
|
---|
| postautomation-console/api/v1/violations | Creates violations for a specified asset. |
| getautomation-console/api/v1/violations | Gets details of the missing patches. |
| patchautomation-console/api/v1/violations | Updates violation fields like risk score, SLA, risk owner, and risk tags based on the given filter criteria. |
post/api/v1/violations/upload-tags | postautomation-console/api/v1/violations/upload-tags | Imports tags in a CSV file. |
get/api/v1/violations/{id} | getautomation-console/api/v1/violations/{id} | Gets details of the missing patches as per the patch ID. |
post/api/v2/violations/search/{type} | postautomation-console/api/v2/violations/search/{type} | Gets all vulnerabilities or missing patches. |
post/api/v1/violations/reports/patch | postautomation-console/api/v1/violations/reports/patch | Exports the patch report in .csv format. |
post/api/v1/violations/search | postautomation-console/api/v1/violations/search | Searches for missing patches based on the provided filters and updates details for the Unique Missing Patches by Age widget on the dashboard. |
get/api/v1/violations/metadata/cveid | getautomation-console/api/v1/violations/metadata/cveid | Gets all distinct CVE IDs identified against the missing patches. |
post/api/v1/violations/riskscore | postautomation-console/api/v1/violations/riskscore | Gets all distinct risks score. |
post/api/v1/violations/owner | postautomation-console/api/v1/violations/owner | Gets all distinct risks owner. |
|
---|
post/api/v1/violations/reports/targets/{type} | postautomation-console/api/v1/violations/reports/targets/{type} | Gets all assets in the endpoint manager. |
PUT/api/v1/violations/asset/manual-map/{resourceId} | PUTautomation-console/api/v1/violations/asset/manual-map/{resourceId} | Maps scanner asset to endpoint targets manually. |
PUT/api/v1/violations/asset/unmap | PUTautomation-console/api/v1/violations/asset/unmap | Unmaps scanner asset to endpoint targets. |
|
---|
post/api/v1/violations/reports/vulnerability | postautomation-console/api/v1/violations/reports/vulnerability | Exports the vulnerability report in .csv format. |
post/api/v2/violations/search/{type} | postautomation-console/api/v2/violations/search/{type} | Gets all vulnerabilities or missing patches |
post/api/v1/violations/search/vulnerabilities | postautomation-console/api/v1/violations/search/vulnerabilities | |
post/api/v1/violations/search/vats | postautomation-console/api/v1/violations/search/vats | |
PUT/api/v1/violations/manual-map/{id} | PUTautomation-console/api/v1/violations/manual-map/{id} | Maps remediation content to the given vulnerability manually. |
delete/api/v1/violations/unmap/{id} | deleteautomation-console/api/v1/violations/unmap/{id} | Removes mapped remediation contents for the vulnerability. |
post/api/v1/violations/auto-map | postautomation-console/api/v1/violations/auto-map | Maps vulnerabilities with remediation content for all the given CVE IDs. |
|
---|
post/api/v1/assets/scanned/tags | postautomation-console/api/v1/assets/scanned/tags | Imports tags in a CSV file. |
|
---|
get/api/v1/activities/{id} | getautomation-console/api/v1/activities/{id} | |
PUT/api/v1/activities/cancel | PUTautomation-console/api/v1/activities/cancel | Cancels an activity based on filter criteria. |
|
---|
post/api/v1/violations/tags/search | postautomation-console/api/v1/violations/tags/search | Searches for unique risk tags. |
post/api/v1/violations/tags | postautomation-console/api/v1/violations/tags | Creates a risk tag. (Admin only) |
get/api/v1/violations/tags | getautomation-console/api/v1/violations/tags | |
PUT/api/v1/violations/tags/{id} | PUTautomation-console/api/v1/violations/tags/{id} | Updates a tag for a given tag ID. (Admin only) |
delete/api/v1/violations/tags/{id} | deleteautomation-console/api/v1/violations/tags/{id} | Deletes a tag for a given tag ID. (Admin only) |
|
---|
get/api/v1/services/summary | getautomation-console/api/v1/services/summary | Gets top business services. |
post/api/v1/violations/reports/targets/sources/summary | postautomation-console/api/v1/violations/reports/targets/sources/summary | |
post/api/v1/violations/reports/services/summary/{types} | postautomation-console/api/v1/violations/reports/services/summary/{types} | Gets details of assets or violations. |
|
---|
get/api/v1/assets/metadata/business-services | getautomation-console/api/v1/assets/metadata/business-services | Gets list of unique business services. |