Central configuration (Internal)¶
OctoSAM internal query
Internal queries are advanced queries for analysis of the inner workings of the OctoSAM application. These queries are geared towards administrators with an in-depth knowledge of OctoSAM.
List central configuration properties.
Fields¶
| Name | Type | Visible | Description |
|---|---|---|---|
| ID | numeric | false | Internal ID for the ConfigurationInformation entity (Primary Key) |
| Name | string | true | Name of the configuration parameter |
| Value | string | true | Value of the configuration parameter as string. Note that some configuration values cannot be represented in string form. |
| Date Time Value | date | false | For date/time values, holds the information in database internal format (in addition to the string format in the Value column). This facilitates usage of the value in SQL. |
| Xml Value | string | true | Configuration value of type XML document |
| Blob Value | object | false | Binary configuration value |
| Json Value | string | true | Configuration value of type JSON element |
| Last Modification | date | true | Date/Time this property got last updated |
| Current Date Time | date | false | Date and time the query was run. For reference if you use and save query results. |
Main entities referenced from this query¶
Query information¶
| Property | Value | Description |
|---|---|---|
| Query Guid | a656b79d-f95a-42d9-bcc8-941409ce6ef4 | The internal id of the query. Must be unique |
| SupportsDesktop | true | If true, the query can be started from the OctoSAM Windows GUI |
| SupportsWeb | true | If true, the query can be started from the OctoSAM Web UI |
| LastUpdate | 2025-09-10 17:27:37 | Last change to this document |
| Build | 1.11.6.94 | OctoSAM build that last changed this document |