Configuration ListActiveConfiguration
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Configuration ListActiveConfiguration
Get the current active system configuration. This endpoint shows shows all active configuration settings, even those that have not yet been configured. If a setting has not been configured, the default value is shown.
Request
GET system/activeconfiguration
Status Codes
200: The current active system configuration.
Sample Response Body
{
"AFCacheMaxObjects": 10000,
"AFCacheRefreshHoldoffTime": 60000,
"AFCacheTime": 120,
"AFSearchCacheInterval": 0,
"AFSearchCacheTimeout": 600,
"AFSearchPageSize": 1000,
"AllowUnrecognizedAssetServers": false,
"AllowUnrecognizedDataArchives": false,
"AuthenticationMethods": [
"Kerberos"
],
"BearerIssuer": "",
"BearerOpenIdConfigurationRefreshInterval": 1440,
"CacheInstanceExpirationInterval": 900,
"CacheInstanceRefreshInterval": 300,
"CacheInstanceUpdateHoldoffTime": 5,
"CacheInstanceUpdateInterval": 2,
"ChannelPollingInterval": 1000,
"ConnectionPreference": "Any",
"CorsExposedHeaders": "Allow,Content-Encoding,Content-Length,Date,Location",
"CorsHeaders": null,
"CorsMethods": "GET,OPTIONS",
"CorsOrigins": null,
"CorsSupportsCredentials": false,
"CustomHeaders": {},
"CustomHeadersEnabled": false,
"DataArchiveQueryLimit": 200,
"DebugMode": false,
"DisableWrites": false,
"EnableCSRFDefense": true,
"IgnoreCacheControlForBulkRequests": false,
"MaxAccepts": 20,
"MaxPointSearchResultPageLimit": 1000,
"MaxRequestContentLength": 4194304,
"MaxRequestQueueLength": 1000,
"MaxRequests": 2147483647,
"MaxReturnedItemsPerCall": 150000,
"OmfAssetDatabaseName": "MyOMFDatabaseName",
"OmfAssetServerName": "MyOMFAssetServerName",
"OmfDataArchiveName": "MyOMFDataArchiveName",
"PISystemProxyDisconnectTimeout": 30000,
"PISystemProxyPoolSize": 10,
"PreflightMaxAge": -1,
"RateLimitDuration": 1,
"RateLimitMaxRequests": 1000,
"RateLimitSearchMaxRequests": 50,
"RateLimitSearchDuration": 1,
"ResponseBufferSize": 65536,
"StrictTransportSecurity": 86400,
"WebIDType": "Full",
"WebIDVersion": 1,
"XFrameOptions": "SAMEORIGIN"
}