Rescanning Backup Proxy Servers
You can rescan backup proxy servers.
Request
GET https://<hostname>:4443/v5/Proxies/action |
Request Headers
The request header must contain an authorization token of the current session.
Request Body
To rescan backup proxy servers, the request body must contain the rescan action:
Request Body: { "rescan": null } |
Response
Response Codes
The server returns the following response to the client.
Response Codes
A successfully completed operation returns a response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTPS headers.
Header | Description |
---|---|
Content-length | The length of the response body. |
Content-type | The media type and syntax of the response body message: application/json; charset=utf-8 |
Response Body
None.
Examples
Example 1
The example shows how to rescan the existing backup proxy servers.
Request: POST https://abc.tech.local:4443/v5/Proxies/action
Request Header: Authorization: Bearer <Access-Token>
Request Body: { "rescan": null }
Response: 200 OK |