Enable or disable an analyzer
POST/api/v1/orgs/{orgId}/devices/{deviceId}/analyzers/{analyzerId}:{action}
Set the enabled or disabled state of the specified analyzer.
Valid actions are enable and disable. Command execution is tracked for audit purposes.
Responses
204 No Content: Action executed successfully.404 Not Found: Analyzer or device not found.409 Conflict: Analyzer is already in the requested state.
Security
- This API requires authentication.
Request
Responses
- 204
- 404
- 409
No Content
Analyzer or device not found.
Analyzer is already in the requested state.