Stop Monitoring Resources

Stop Monitoring Resources

The query parameter id is for specifying the set of Resources that should
no longer be monitored.
The optional query parameter adapterId determines which of the
Adapters need to be informed to stop monitoring the Resources. If this is
not specified, then all of the Adapters will stop monitoring the specified Resources.

Request
URI
PUT
https://{api_host}/suite-api/api/resources/monitoringstate/stop
COPY
Query Parameters
string of array
id
Required

The Resource identifiers that no longer need to be monitored

string of array
adapterId
Optional

Collection of adapter instance identifiers that should stop monitoring the Resources


Authentication
This operation uses the following authentication methods.
Responses
200

The resource monitoring 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/resources/monitoringstate/stop