Start Monitoring Resources

Start Monitoring Resources

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

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

The Resource identifiers that need to be monitored

string of array
adapterId
Optional

Collection of adapter instance identifiers that should start monitoring the Resources


Authentication
This operation uses the following authentication methods.
Responses
200

The resource monitoring is started 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/start