PUT Refresh Statistical Data for a File Transfer Process
The Refresh statistical data for a file transfer process API is used to refresh statistical data for the file transfer process.
| Method | URI |
|---|---|
|
PUT |
cdwebconsole/svc/selectstatistics/refresh |
The following example shows the Command:
curl -X 'PUT' \
'https://172.20.183.89:9443/cdwebconsole/svc/selectstatistics/refresh' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMjAzOjEzNjM6MTU0NzRkOGItYTRjZC00ZDVjLTg5NzMtZTIzYTZiYjA1YmM5IiwiZXhwIjoxNzE1MDAwNTE0fQ.028GAKiMpFaauKYkd7VDA1iC-IbcHgD_OWsuO_A0RLARyiQizOrHKhGBsttmadmiwUUE4OsL9VOddOC3MCj8uQ' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: f124e232-0cdd-4a61-b882-63c1a45c8df8' The following example shows the Sample Response:
[
{
"messageCode":200,
"message":"Refresh successfully completed"
}
]