Change Metadata Cache
Important
Prerequisites: You need to enable profiles in UCS. PUT /metadata/cache/ |
Description
Enables the reload of metadata cache. Metadata cache holds information for the definition of identification keys.
Operation
ID | CV.WS.META.CACHE.PUT | ||
---|---|---|---|
URI | /metadata/cache | ||
Method | PUT | ||
Parameter | Type | Mandatory | Description |
reload | token | yes | Any value triggers a reload. |
Response
The Context Management Service API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
HTTP code | 200 |
---|---|
HTTP message | No Content |
Example
The following operation reloads the metadata cache from the database.
Operation
PUT /cv/metadata/cache/ {reload:true}
Result
HTTP/1.1 200 OK with an empty body.
<references />
This page was last edited on April 27, 2017, at 10:04.
Comments or questions about this documentation? Contact us for support!