This article explains what all to check if you are not able to onboard the device to SDOP.
Device onboarding fails on SDOP.
Device remains in Unknown state even after copy and paste of the config to the device.
Device discovery job not initiating
Device Connection Status displaying Discovery Not Initiated
Check for the following in such cases:
> ping <SDoP device connection IP>
In some cases, this may be blocked. So you need to check if telnet is working.
> telnet <SDoP device connection IP> port 7804
This is a must.
> show system connections | match 7804
If there are any stale entries, clear the connection with the command:
clear system outbound-ssh client connection all
> show configuration | display set | match filter
> show log messages | last 20
If the log messages do not show the sduser even attempting to connect to the SRX, then that means that the SDoP is not able to reach the device using ssh. Check for any firewalls in between which could be blocking the connection.