Triggering a resync of the networks of the organisation¶
Note
SOC accounts cannot call this endpoint with a personal access token. There is no organisation-related token equivalent for it. Instead, use the access options via the web application (session authentication).
Sends a POST request to the endpoint /networks/resync.
Description¶
The Resync-Networks request publishes a message to resynchronise the networks of the current organisation, as if a network had been edited.
Requirements¶
Values of the request: none
Objects: none
Request¶
To resynchronise the networks, no additional information is required in the path of the request. A request body is not required.
As a result, the user gets an object with a confirmation message.
The object provides the following information:
| Attributes | Description | Values |
|---|---|---|
message |
The confirmation message returned after the resync is triggered. | string |
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |
| 503 | The request was unsuccessful because the service is temporarily unavailable. |