Data Mapper Clear Cache (POST)
Clear the execution cache for the specified data mappers.
- Resource
-
/connect/omni-global/data-mapper/actions/clear-cache
- Available version
- 64.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
- This is a sample example to clear the execution cache by using only the name of the data mapper.
-
{ "cacheStorageType": "Metadata", "dataMapperList": { "dataMappers": [ { "dataMapperName": "DRWithLoad" } ] } }
- This is a sample example to clear the execution cache by using the name of the data mapper along with additional inputs.
-
{ "cacheStorageType": "Session", "dataMapperList": { "dataMappers": [ { "dataMapperName": "DRWithLoad", "input": { "Name": "Get Account Details" } } ] } }
- Properties
-
Name Type Description Required or Optional Available Version cacheStorageType String Storage type that's used for caching the data. Valid values are: - Session—Cache is stored in the current user session.
- Org—Cache is shared across the entire organization.
- All—Refers to both session and org-level cache.
Required 64.0 dataMapperList Data Mapper Details[] List of data mappers to clear the cache for. Required 64.0
- Response body for POST
- Data Mapper Cache Details