Policy Cache Diagnostics Refresh
put
/iam/admin/diag/api/v1/policycache/refresh
Refresh server policy cache on all managed servers.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
- application/xml
200 Response
Success
Nested 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
Nested 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
Nested 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 on all managed servers
cURL Example
curl -X PUT http://<host>:<port>/iam/admin/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.
{ "policyCacheRefreshData": [ { "serverName": "oam_server1", "policyCacheVersion": "2239", "refreshRequestTime": "2018-05-03T22:59:29.007-07:00", "responseCode": "SUCCESS" } ] }