Partially update a device analyzer
PATCH/api/v1/orgs/{orgId}/devices/{deviceId}/analyzers/{analyzerId}
Update one or more fields of a specific analyzer. Only provided fields are updated; omitted fields retain their current values. The analyzer must be disabled first. Use the enable/disable action to change its enabled state.
Responses
200 OK: Analyzer patched successfully.400 Bad Request: Invalid request or expression syntax.404 Not Found: Analyzer or output data stream not found.409 Conflict: Analyzer is enabled, or an output stream is already used by another analyzer.
Security
- This API requires authentication.
Request
Responses
- 200
- 400
- 404
- 409
OK
Invalid request or expression syntax.
Analyzer or output data stream not found.
Analyzer is enabled or output stream is already used.