HTTP Requests
Probe API is a BETA feature, not yet available to all accounts.
Get all Destinations
GET
http://[probe ip]:4396/api/destinations
Get all Destinations that are exposed via the APIs assigned ACL
Headers
Authorizaton*
Basic
Basic auth user/password provided by API configuration
Get specific Destination
GET
http://[probe ip]:4396/destinations/[id]
Path Parameters
id*
String
Destination ID
Headers
Authoriztion*
Basic
Basic auth user/password provided by API configuration
Get all Sources
GET
http://[probe ip]:4396/api/sources
Get all Sources that are exposed via the APIs assigned ACL
Headers
Authorization*
Basc
Basic auth user/password provided by API configuration
Get specific Source
GET
http://[probe ip]:4396/api/sources/[id]
Path Parameters
id*
String
Source ID
Headers
Authorization*
Basic
Basic auth user/password provided by API configuration
Lock Destination
POST
http://[probe ip]:4396/api/lock
Headers
Authorization*
Basic
Basic auth user/password provided by API configuration
Request Body
destination*
object
Destination object to lock
Take Source to Destination
POST
http://[probe ip]:4396/api/take
Headers
Authorizaton*
Basic
Basic auth user/password provided by API configuration
Request Body
destination*
object
Destination object (as returned from GET destinations)
source*
object
Source object (as returned from GET sources)
Last updated
Was this helpful?