A new API scanner can be created using the scanner create API. The details of the API is given below.
URL :- http://<host-name>:<port>/api/smartops/ihub/scanner
Request Type :- POST
Headers:-
Organization-key
Request
Body:
{ |
The configured scanner details for an organization can be viewed using GET API. The details are given below.
URL :- http://<host-name>:<port>/api/smartops/ihub/scanner
Request Method :- GET
Headers:
Organization-key
The configured scanner details can be edited by using Edit API. The details are given below.
URL :- http://<host-name>:<port> /api/smartops/ihub/scanner
Request Method:- PUT
Headers:-
Organization-key
Request
Body:
{ |
The added scanner can be deleted using the delete API call. The details are given below.
URL :- http://<host-name>:<port> /api/smartops/ihub/scanner
Request Method:- DELETE
Headers:-
Organization-key
Request
Body:
{ |
Related Topics: