Stop Monitoring Resources Of Adapter Instance

Stop Monitoring Resources Of Adapter Instance

Stop the adapter instance from monitoring its resources

Request
URI
PUT
https://{api_host}/suite-api/api/adapters/{adapterId}/monitoringstate/stop
COPY
Path Parameters
string
adapterId
Required

The identifier of the adapter instance.


Authentication
This operation uses the following authentication methods.
Responses
200

The adapter instance is stopped successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapters/{adapterId}/monitoringstate/stop