SolarWinds Information Service v3.0 Schema Documentation

Index

Orion.Accounts

Base type: System.Entity

Properties

Name Type Notes
AccountID System.String
Enabled System.Char
AllowNodeManagement System.String
AllowMapManagement System.String
AllowAdmin System.String
CanClearEvents System.Char
AllowReportManagement System.String
AllowAlertManagement System.String
AllowCustomize System.String
AllowUnmanage System.String
AllowDisableAction System.String
AllowDisableAlert System.String
AllowDisableAllActions System.String
AlertSound System.String
MenuName System.String
HomePageViewID System.Int32
DefaultNetObjectID System.String
DisableSessionTimeout System.String
ReportFolder System.String
AlertCategory System.String
Expires System.DateTime
LastLogin System.DateTime
LimitationID1 System.Int32
LimitationID2 System.Int32
LimitationID3 System.Int32
AccountSID System.String
AccountType System.Int32
GroupInfo System.String
GroupPriority System.Int16
AllowViewCopCheck System.String
DisplayName System.String
Description System.String
InstanceType System.Type
Uri System.String
InstanceSiteId System.Int32 Default='0'.
AuditingEvents Orion.AuditingEvents Defined by relationship Orion.AccountHostsAuditingEvents (System.Reference)
FavoriteResources Orion.Web.FavoriteResource Defined by relationship Orion.Web.AccountFavoriteResources (System.Reference)
WebResourceSettings Orion.Web.ResourceUserSetting Defined by relationship Orion.Web.AccountResourceUserSettings (System.Reference)
WebViews Orion.Web.View Defined by relationship Orion.Web.AccountUserWebViews (System.Reference)

Verbs

Name Summary Parameters Returns
CreateAccount
CreateOrionAccount Creates a new Account with provided Account ID and Password.
Name Summary
accountID Required. Unique Account ID.
password Required. Account password.
CreateSamlAccount Adds SAML user account specified by its name into Orion.
Name Summary
accountType Required. A flag that indicates the type of account(s) to add. '5' for SAML User, '6' for SAML Group.
userOrGroupName Required. SAML User or Group name used to map the account. This value has to match the claim in the SAML response to log in as this user.
CreateWindowsAccount Adds Windows User accounts into Orion based on the provided account name search string.
Name Summary
accountType Required. A flag that indicates the type of Windows account(s) to add. '2' for Windows User, '3' for Windows Group.
userOrGroupName Required. Windows User or Group name to add. Use Domain\\Username or Domain\\Groupname format. All accounts that match the string provided will be added.
adminUser Optional. User name of the account that has administrative access to Active Directory or local domain accounts.
adminPassword Optional. Password for the user account granted administrative access to Active Directory or local domain accounts.
UpdateAccount Updates properties of the specified Account with provided values.
Name Summary
accountID Required. Account ID as defined in Orion.Accounts.
properties Required. A non-empty dictionary of name-value pairs that specify which properties to update.
DeleteAccount Deletes specified account.
Name Summary
accountID Required. Account ID as defined in Orion.Accounts.
ChangePassword Changes password of the specified Account with provided string.
Name Summary
accountID Required. Account ID as defined in Orion.Accounts.
password Required. New account password.
ResetPassword Resets password to empty password.
Name Summary
accountID Required. Account ID as defined in Orion.Accounts.
CreateOneTimeLoginToken Creates a one time login token.
Name Summary
accountID Required. Account ID as defined in Orion.Accounts.