Manage adapter-wide settings
- Last UpdatedJul 28, 2025
- 1 minute read
You can configure AVEVA adapters to produce and store diagnostics data at a designated Health endpoint, and to send metadata for created streams.
For more information about available diagnostics data, see Diagnostics. For more information about available metadata and what metadata are sent per metadata level, see Metadata.
Configure general
-
Start any of the Configuration tools capable of making requests.
-
Run a command to the following endpoint, setting EnableDiagnostics to either true or false, MetadataLevel to None, Low, Medium, or High and HealthPrefix to a string or null: http://localhost:5590/api/v1/configuration/system/general
Definition: The PUT method is used to replace an existing resource with an updated version.
Note: 5590 is the default port number. If you selected a different port number, replace it with that value.