/
POST /configservice/manage/refresh

POST /configservice/manage/refresh

As of Version

2022 Summer

Request MethodPOST
Response FormatHTTP status code
Required Permissionsuccessful authentication
Description

Synchronizes the local resources of the CONFIGSERVICE running on the specified port and the remote resources on the git server.

This synchronization is additional and independent of the automated synchronization every 5 minutes.

The endpoint is a standard Spring Boot Actuator endpoint.
>> Spring Boot Actuator Web API Documentation

Request Example

http://10.11.8.276:7281/manage/refresh

Response Example

200 OK

Related content

POST /configservice/manage/refresh
POST /configservice/manage/refresh
More like this
POST /{host}:{port}/manage/refresh
POST /{host}:{port}/manage/refresh
More like this
POST /api-web/api/system/resources/config/{name}
POST /api-web/api/system/resources/config/{name}
More like this
GET /api/dms/info
GET /api/dms/info
More like this
GET /api-web/api/resources/config/{name}
GET /api-web/api/resources/config/{name}
More like this
POST /userservice/api/users/{userId}/contents/{contentId}
POST /userservice/api/users/{userId}/contents/{contentId}
More like this