Stop Monitoring Resource Using PUT

Stop Monitoring Resource Using PUT

The optional query parameter adapterId determines which of the Adapters need to be informed to stop monitoring the Resource. If this is not specified, then all of the Adapters will stop monitoring the Resource.

Request
URI
PUT
https://{api_host}/api/resources/{id}/monitoringstate/stop
COPY
Path Parameters
string
id
Required

The Resource identifier

Query Parameters
string of array
adapterId
Optional

Collection of adapter instance identifiers that should stop monitoring this Resource


Authentication
This operation uses the following authentication methods.
Responses
200

The resource monitoring is stopped successfully

Operation doesn't return any data structure