You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add possibility to run discoveries manually in external provider. To achieve that, discovery Core interface and DTOs representing discovery needs to be extended:
discovery can be created as external (bool)
add endpoint to get discovery configuration - GET DiscoveryRequestDto
add endpoint to import external discovery result - POST DiscoveryProviderDto
add endpoint to import externally discovered certificates - POST List<DiscoveryProviderCertificateDataDto>
The text was updated successfully, but these errors were encountered:
Add possibility to run discoveries manually in external provider. To achieve that, discovery Core interface and DTOs representing discovery needs to be extended:
DiscoveryRequestDto
DiscoveryProviderDto
List<DiscoveryProviderCertificateDataDto>
The text was updated successfully, but these errors were encountered: