Configuration GetConfiguration
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Configuration GetConfiguration
Get the value of a configuration item.
Remarks
The response content may vary based on the configuration item's data type.
Request
GET system/configuration/{key}
URL Parameters
-
key The key of the configuration item.
Status Codes
200: The value of the configuration item.
404: The configuration item does not exist.
Sample Response Body
"Allow,Content-Encoding,Content-Length,Date,Location"