Publish must not store apiStatus when apiStatusMonitoring is no active at publish
Publish must take care about apiStatusMonitoring supportedFeature, If apiStatusMonitoring is inactive, then we asume all aefIds in profiles are active:
- apiStatus if present will not be stored in db. If apiStatusMonitoring is active:
- if apiStatus is present it will be stored in db.
- If apiStatus is not present it won't be present in db (in this case all aefIds are active).
Edited by Jorge Moratinos