Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Web API Reference

Configuration ListConfiguration

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
}
In This Topic
TitleResults for “How to create a CRG?”Also Available in