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
Exported sightings from one MISP and trying to add them to another MISP (basically Sync Sightings), we are able to add the sightings, however it does NOT use the given sighting_uuid. Instead the PyMISP API calls allocates a new sighting UUID. Basically making it as a new sighing instead of sync sighting.
We tried with MISP API calls: misp.add_sighting and attribute.add_sighting
Please advise how can we mimic the Sync Sightings with PyMISP API v 2.4.194
The text was updated successfully, but these errors were encountered:
It should keep the same UUID. However it's worth noting this API isn't provided through PyMISP or documented via OpenAPI as it's primarily designed for MISP syncing
Exported sightings from one MISP and trying to add them to another MISP (basically Sync Sightings), we are able to add the sightings, however it does NOT use the given sighting_uuid. Instead the PyMISP API calls allocates a new sighting UUID. Basically making it as a new sighing instead of sync sighting.
We tried with MISP API calls: misp.add_sighting and attribute.add_sighting
Please advise how can we mimic the Sync Sightings with PyMISP API v 2.4.194
The text was updated successfully, but these errors were encountered: