Configuration ListConfiguration
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Configuration ListConfiguration
Get the current system configuration. This endpoint shows all configured settings from the configuration database. All configurations will be shown even if they are not active. To view active settings, use the ListActiveConfiguration endpoint.
Request
GET system/configuration
Status Codes
200: The current system configuration.
Sample Response Body
{
"AuthenticationMethods": [
"Kerberos"
],
"CorsHeaders": null,
"CorsMethods": "GET,OPTIONS",
"CorsOrigins": "*",
"CorsSupportsCredentials": false,
"Timestamp": "2014-02-11T21:57:39Z",
"VerifyExtensionAssemblySignature": false
}