Package Profile refresh from command line

Our servers are regularly updated with salt from a cron-job in SUSE Manager 3.1.4 (SM3):
[FONT=Courier New]salt -N nodegroup pkg.upgrade refresh[/FONT]

When the updates are done the Systems List in SM3 does not reflect the update status.
The clickedy-click way to achieve this in SM3: System Set Manager > Misc > Software ‘Confirm Package Profiles Refresh’ > Confirm refresh.

Does anyone know a command line alternative to refresh the package profiles?

You may try this one:

salt -N nodegroup state.apply packages.profileupdate

Tried it but that did not do the job.
However you got me thinking and trying.
[FONT=Courier New]salt -N nodegroup state.apply[/FONT] works.
Thanks Tim!