Orion.SCM.Profiles
SolarWinds Information Service 2019.4 Schema Documentation
This entity represents profiles, which could be set and maintained by a user.
Inheritance
↳ System.Entity
Access control
Operations |
Right |
create,read,update,delete |
manageNodes |
read |
everyone |
Properties
Name |
Type |
Summary |
Access Control |
ProfileID |
System.Int32 |
Unique identifier of the profile. |
everyone |
Name |
System.String |
Name of the profile. |
everyone |
BuiltIn |
System.Boolean |
Boolean value indicating whether profile is built-in. This property is readonly and set to true only for profiles deployed with SCM installation. These can't be modified. |
everyone |
UniqueId |
System.Guid |
GUID of the profile, valueable for import/export to identify identical profiles across different environments. |
everyone |
TemplateMappingRules |
System.String |
Internal configuration storing how to discover profile and rules whether profile is candidate for monitoring (Json). |
everyone |
ProfileOrigin |
System.Int32 |
Numeric value indicating where the profile comes from. Options are: 0 (New), 1 (Copied), 2 (Imported), 3 (ImportedFromThwack). |
everyone |
OriginalProfileUniqueID |
System.Guid |
Origin GUID of parent profile (when copied). |
everyone |
Modified |
System.DateTime |
Datetime of last profile modification. |
everyone |
Source Relationships