Re: INFOBLOX & RAPID 7 NEXPOSE/INSIGHTVM INTEGRATION UPDATE 12/13/18
Adviser
Posts: 171
Registered: ‎09-09-2015
Adviser
Posts: 81

 

There is an explict message in the debug log why it doesn't work.

You can validate the request and if you can access the resource using curl or Postman. If you still see the error in curl/Postman - check the resources (full path) and permissions your API user has. 

 

GMT', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json;charset=UTF-8'} data:{
  "status" : 404,
  "message" : "The resource does not exist or access is prohibited.",
  "links" : [ {
    "href" : "https://[**Redacted**]/api/3/sites/1/included_targets",
    "rel" : "self"
  } ]
}

Vadim