Cleanup
Overview
API URI
POST: /mbse/api/1.0/cleanup/{sdkSessionId}?systemId=<systemId>&cleanupGlobalCache=<cleanUpGlobalCache>URI Parameters
Name
In
Required
Type
Description
Response
Last updated
Logs out of the end system and cleans up any cached data for the given MBSE SDK session id. This API will be called by OpsHub, only at the end once all sync events are processed.
This is the URI, OpsHub will execute to call this API:
POST: /mbse/api/1.0/cleanup/{sdkSessionId}?systemId=<systemId>&cleanupGlobalCache=<cleanUpGlobalCache>Request headers will contain all the key-value data returned from the Initialize API for the given session id.
sdkSessionId
Path
True
UUID
Unique ID to distinguish each session. MBSE SDK can use this session id to cache any information for a specific session.
systemId
Query
False
String
Unique Id that identifies the integration system and can be used by the MBSE SDK to maintain a global cache or session-related data for that specific system.
cleanupGlobalCache
Query
False
Boolean
Specifies whether to clean up the global cache associated with the given systemId. If set to true: – Indicates that the system configuration has changed or been refreshed. – MBSE SDK should delete all cached or persistent data related to the specified systemId. – Ensures that fresh data is loaded. If set to false (or not provided): – MBSE SDK may retain global cache and only clean up data related to the current session.
200 OK
Last updated

