Policy Cache Diagnostics Refresh Cache
put
/iam/access/diag/api/v1/policycache/refresh
Refresh server policy cache.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
- application/xml
200 Response
Success
Root Schema : PolicyCacheRefreshData
Type:
Show Source
object
-
message:
string
Response message
-
minorResponseCode:
string
Minor response code
-
policyCacheVersion(required):
string
Policy cache version
-
refreshRequestTime(required):
string
Policy cache refresh request time
-
responseCode(required):
string
Response code
-
serverName(required):
string
Name of server
401 Response
Not authorized.
422 Response
Unprocessable Entity
Root Schema : PolicyCacheRefreshData
Type:
Show Source
object
-
message:
string
Response message
-
minorResponseCode:
string
Minor response code
-
policyCacheVersion(required):
string
Policy cache version
-
refreshRequestTime(required):
string
Policy cache refresh request time
-
responseCode(required):
string
Response code
-
serverName(required):
string
Name of server
424 Response
Failed Dependency
Root Schema : PolicyCacheRefreshData
Type:
Show Source
object
-
message:
string
Response message
-
minorResponseCode:
string
Minor response code
-
policyCacheVersion(required):
string
Policy cache version
-
refreshRequestTime(required):
string
Policy cache refresh request time
-
responseCode(required):
string
Response code
-
serverName(required):
string
Name of server
Default Response
Unexpected error
Examples
This example demonstrates the refresh server policy cache.
cURL Example
curl -X PUT http://<host>:<port>/iam/access/diag/api/v1/policycache/refresh -H 'authorization: Basic d2VibG9naWM6d2VibG9naWMx' -H 'content-type: application/x-www-form-urlencoded'
Example of Response Body
The following example shows the contents of the response body in JSON format.
{ "serverName": "oam_server1", "policyCacheVersion": "2239", "refreshRequestTime": "2018-05-03T22:51:25.091-07:00", "responseCode": "SUCCESS" }