Enable Data Persistence

Enable Data Persistence

Using this method, you can enable data persistence on cloud proxy.

Request
URI
PUT
https://{api_host}/suite-api/api/collectors/{id}/datapersistence/enable
COPY
Path Parameters
integer
id
Required

The Identifier of the Collector


Authentication
This operation uses the following authentication methods.
Responses
200

Data Persistence status was updated successfully

Operation doesn't return any data structure

404

If the provided ID is not a cloud proxy

Operation doesn't return any data structure

500

Something went wrong

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/collectors/{id}/datapersistence/enable