Getting Started
Vulnerability Manager Plus now facilitates easy integration with your existing infrastructure using REST APIs. You can perform various patching activities easily from a single console. You can find the list of modules for which APIs are available in the side bar, if you need more APIs you can contact us with your requirement.
This document describes prerequisites for using the API.
API - URI Structure
All API URI must be structured in the following format,
<Server URL>/api/{Version}/{Entity}/{Operation|Action}/<Resource>/<Filter>/<Page tags>/<Search tags>
- Tags
- Optional/Mandatory
- Description
- Usage
- Version
- Mandatory
- API Version
- 1.0 ie current API Version
- Entity
- Mandatory
- The module for API
- e.g. inventory, som, desktop
- Operation or Action
- Mandatory
- Operation or action in the module
- e.g. computers, computers/installagents
- Resource
- Optional
- Resource ID for the operation
- e.g. resid={resourceID}
- Page tags
- Optional
- Page to fetch, and number of objects per page
- page={page}&pagelimit={PageLimit}
e.g:
page=1&pagelimit=50
Requests for first 50 objects.
- Search tags
- Optional
- Results with specified column matching search string
- searchtype={resources}&searchcolumn={columnname}&searchvalue={searchvalue}
e.g.:
searchtype=domain_name&searchcolumn=domain_name&searchvalue=Zohocorp
Currently the api requires searchtype to be set same as searchcolumn value.
Vulnerability Manager Plus - On-Premise