Disable Data Persistence

Disable Data Persistence

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

Request
URI
PUT
https://{api_host}/suite-api/api/collectors/{id}/datapersistence/disable
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/disable