Feed a discovered certificate into a discovery campaign

Feed a discovered certificate into a discovery campaign

Body required
application/json

The discovery feed

campaign
string required

The name of the discovery campaign to feed into

certificate
string required

The PEM-encoded certificate to feed the discovery campaign with

hostDiscoveryData
object (HostDiscoveryData) required

The host discovery data to feed the discovery campaign with (discovery metadata)

sessionId
string | null

The ID of the previously opened discovery feed session

code
string | null

The code of the event to raise in the discovery events

Enum NETSCAN IMPORTSCAN-UPDATE NETSCAN-UPDATE IMPORTSCAN-REGISTER LOCALIMPORT-REGISTER LOCALSCAN-UPDATE ACME-UPDATE WEBRA-UPDATE LOCALIMPORT WEBRA-REGISTER SESSION-START NETIMPORT-REGISTER ACME-REGISTER EST-REGISTER NETIMPORT-UPDATE SESSION-END WEBRA LOCALIMPORT-UPDATE EST IMPORTSCAN LOCALSCAN NETSCAN-REGISTER ACME NETIMPORT EST-UPDATE UNKNOWN LOCALSCAN-REGISTER
metadata
array of objects | null (Certificate Metadata)

The list of certificate metadata to feed the discovery campaign with

privateKey
string | null

The PEM-encoded private key to feed the discovery campaign with

Responses
  • 201 Registering the certificate as a new discovered certificate
  • 204 Certificate was already discovered / managed. Discovery data were updated
  • 400 Bad request
  • 403 Forbidden action
  • 404 Campaign not found
  • 500 Internal server error