|
|
|
|||
|
|||
![]()
Hi,
i would like to get data from Netbrain via a Webservice. Stuff i would like to get is - data like in the inventory report - data like the netcool integration i.e. send source and dest ip and get a visualization OR tabular data I would like to be able to integrate the rich data source into our problem analysis tools. |
|
|||
|
|||
![]()
Hello,
NetBrain provides the command line interface to map the path between two points or map around a single device. Ticket systems such as Netcool and NetView can integrate with NetBrain via this command line interface. While the command line is invoked from an alert, the map will be created for this alert. With one click, a NetBrain map can be exported to a Visio or PNG file. Here's the document about NetBrain Third Party Integration Details and it include Netcool in section 4 https://c.na2.content.force.com/servlet/servlet.FileDownload?file=00P4000000ZzmsW Case# 15175 |
|
|||
|
|||
![]()
I created a group and set a dynamic search that would always match our devices like "device name always includes hyphen". Then I just did an API call to list the devices in that group. It's not perfect but it does the job as long as you have a variable that will always match.
|
|
|||
|
|||
![]()
Hi there,
The URL directs me to something called Salesforce. I'm not sure what that is. Is there another link to the document? Regards Declan Watts BT plc. |
|
|||
|
|||
![]() Quote:
Please refer to the 7.0 NetBrain_API_and_System_Integration_Guide from this link: http://ws2.netbraintech.com/download/NetBrain_API_and_System_Integration_Guide.pdf Thanks! |
|
|||
|
|||
![]()
Hello -
Brand new to NetBrain and the API. I'm not sure if I missed something obvious, but I'm just trying to test out the basics. https://www.netbraintech.com/ftp/IE70b/OnlineHelp/index.html?getallinterface.htm So if I do: https://myNBIP/ServicesAPI/API/CMDB/interface/getAllInterfaces/ I get a: {"statusCode":790005,"statusDescription":"Inval id token."} Great -- that error is expected -- I didn't put in a parameter. If I do a https://myNBIP/ServicesAPI/API/CMDB/interface/getAllInterfaces/MYSWITCH I get a: 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable. Am I missing something obvious? Thanks! Jeff |
|
|||
|
|||
![]()
Hi Jeff,
Could you please try URL like below example with GET method instead of POST: http://10.10.13.89/ServicesAPI/API/CMDB/interface/getAllInterfaces?hostname=BJ_Acc_SW1 Please note: BJ_Acc_SW1 is a device hostname Hope this helps. Thanks Quote:
|
|
|||
|
|||
![]()
Thanks for the assistance!
I'm getting a: {"statusCode":790005,"statusDescription":"Inval id token."} When I use that URL format: <my server>/ServicesAPI/API/CMDB/interface/getAllInterfaces?hostname=<my switch> I know the switch exists, I just did an export of the Inventory Report. Thanks again! Jeff |