NCM.ConfigArchive
SolarWinds Information Service 2024.4 Schema Documentation
Data about downloaded configs. For valid Orion user with at least WebViewer NCM role.
Inheritance
Access control
everyone
Properties
| Name | Type | Summary | Access Control |
|---|---|---|---|
| ConfigID | System.Guid | Unique identifier of the config. | everyone |
| NodeID | System.Guid | NCM node ID. | everyone |
| ConfigTitle | System.String | Config title. | everyone |
| DownloadTime | System.DateTime | Date and time when config was downloaded. | everyone |
| AttemptedDownloadTime | System.DateTime | Date and time when downloation was triggered. | everyone |
| ModifiedTime | System.DateTime | Date and time of the config modification. | everyone |
| ConfigType | System.String | Config type. | everyone |
| Comments | System.String | Comments to the config. | everyone |
| Baseline | System.Boolean | The baseline config of a device. | everyone |
| IsIndexed | System.Boolean | Is config indexed(true/false). | everyone |
| Config | System.String | Current config on device. | everyone |
| IsBinary | System.Boolean | Is config a binary file(true/false). | everyone |
| Hash | System.String | The hash for the config. | everyone |
| AdditionalCommands | System.String | Additional commands that has been executed. | everyone |
Target Relationships
| Name | Type | Notes |
|---|---|---|
| NodeProperties | NCM.NodeProperties | Defined by relationship NCM.NodePropertiesRefConfigArchive (System.Reference) |