跳至主要内容

Update a device analyzer

PUT 

/api/v1/orgs/{orgId}/devices/{deviceId}/analyzers/{analyzerId}

Replace all editable fields of a specific analyzer. The analyzer must be disabled first. Its enabled state is not part of this payload and remains unchanged.

Responses

  • 200 OK: Analyzer updated 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

OK