Stop the monitoring process for a project - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

This method stops the monitoring process for a given project and its related pipelines.

HTTP Request
  • Supported Method: PUT/api/v1/projects/stop-monitoring/{projectId}
  • Parameter name: projectId - string value. For example, "1ABCtest"
    Note: This parameter is required.
  • Parameter content type - Both request body data and response data are formatted as JSON. Content type for responses will always be application/json.

Code example

You can use cURL to execute the call. For example,
curl 'http://localhost:8026/api/v1/projects/stop-monitoring/1ABCtest'
-H "Content-Type: application/json"
-X PUT
Postman works the same way. For example,
"url": http://localhost:8026/api/v1/projects/stop-monitoring/1ABCtest

Response Fields

Code 200 - OK

Response Element Type Description
createdAt string  
id string  
message string  
result string  
success boolean  
version string