API Getting Started
Introduction
Resolve Insights is a Discovery and Dependency Mapping (DDM) platform built on Big Data technologies. It provides a platform for correlation and visualization across end-user transactions, applications, and underlying infrastructure in a hybrid IT environment.
Resolve Insights API Summary
The lists below summarize the APIs by category.
Authentication and Access
- Get authorization token to access Resolve Insights APIs.
- Get user details including site, org, and access privileges.
Service Accounts
- Get a list of service accounts.
- Create or update existing service account.
Inventory and Devices
- Get a summary view of inventory by device type and device sub-type.
- Get details of discovered assets in tabular format.
- Get complete information about a device.
- Get a list of all services running on a device during the discovery.
- Get a list of hidden devices.
- Hide or unhide a device.
Topology
- Get links and device details to build the topology map.
- Get links between devices and device details for a particular device group.
- Get a list of undiscovered devices.
- Get details for a particular link by link ID.
Applications
- Get the hierarchy of compute devices in an application.
- Get links and relationships between devices in an application.
- Get the dynamic flows between devices in an application.
- Get all application groups and basic application details for each group.
- Get the topology links for devices in a specific application group.
Discoveries
- Get a list of all discoveries.
- Get details of a particular discovery.
- Get the list of devices scanned in a device discovery.
- Create discovery - single network, single service flow, or bulk network discovery.
Secured REST API
All REST API URLs use the secure HTTPS protocol.
Content-Type
All Requests and Responses use the application/json content type.
Assumptions
Null or empty data are not documented.