Create a new discovery feed session
Create a new discovery feed session, starts it and raises the appropriate discovery event. This call will return the discovery feed session ID.
Path parameters
|
name
string
requiredThe name of the discovery campaign to create a new feed session for |
Responses
-
201 The discovery feed session was successfully created and started
idstring (Internal ID)Object internal ID
campaignstringThe name of the discovery campaign the feed session belongs to
descriptionstring | nullThe description of the discovery feed session
eventOnSuccessboolean | nullWhether to generate an event on success (defaults to the campaign setting)
eventOnWarningboolean | nullWhether to generate an event on warning (defaults to the campaign setting)
eventOnFailureboolean | nullWhether to generate an event on failure (defaults to the campaign setting)
hostsarray of string | nullThe hosts on which the discovery campaign takes place
portsarray of string | nullThe ports on which the discovery campaign takes place
-
400 Bad request
-
401 Unauthorized request
-
403 Forbidden action
-
404 Discovery campaign not found
-
500 Internal server error