SolarWinds Information Service v3.0 Schema Documentation

Index

Orion.Credential

Base type: System.Entity

Summary: Entity represents Orion Credential objects that are used in discovery and polling processes

Properties

Name Type Notes
ID System.Int32
Name System.String
Description System.String
CredentialType System.String
CredentialOwner System.String
DisplayName System.String
Description System.String
InstanceType System.Type
Uri System.String
InstanceSiteId System.Int32 Default='0'.
CloudAccounts Orion.Cloud.Accounts Defined by relationship Orion.CloudMonitoring.CloudAccountReferencesCredential (System.Reference)
IncidentIntegration Orion.ESI.IncidentService Defined by relationship IncidentServiceToOrionCredential (System.Reference)
CredentialRelation Orion.CredentialRelation Defined by relationship Orion.CredentialRelationCredential (System.Reference)

Verbs

Name Summary Parameters Returns
CreateSNMPCredentials Creates SNMP v1 or v2c credentials
Name Summary
name Required. Credentials name.
community Required. Community string
owner Optional. Credential owner. Default value = Orion
ID of the newly created Orion.Credential instance.
CreateSNMPv3Credentials Creates SNMP v3 credentials
Name Summary
name Required. Credentials name.
username Required. Username.
context Required. Context.
authenticationMethod Required. Authentication method (None, MD5, SHA1).
authenticationPassword Required. Authentication password. Value can be empty.
authenticationKeyIsPassword Required. Is authentication key password (True, False).
privacyMethod Required. Privacy method (None, DES56, AES128, AES192, AES256).
privacyPassword Required. Privacy password. Value can be empty.
privacyKeyIsPassword Required. Is privacy key password (True, False).
owner Optional. Credential owner. Default value = Orion
ID of the newly created Orion.Credential instance.
CreateUsernamePasswordCredentials Creates credentials with username and password, these are used for example by WMI polling.
Name Summary
name Required. Credentials name.
username Required. Credential username
password Required. Credential password.
owner Optional. Credential owner. Default value = Orion
ID of the newly created Orion.Credential instance.
UpdateSNMPCredentials Updates SNMP v1 or v2c credentials.
Name Summary
credentialId Required. The credential ID.
name Required. The credentials name.
community Required. The community string.
UpdateSNMPv3Credentials Updates SNMPv3 credentials.
Name Summary
credentialId Required. The credential ID.
name Required. The credentials name.
username Required. The username.
context Required. The context.
authenticationMethod Required. Authentication method (None, MD5, SHA1).
authenticationPassword Required. Authentication password. Value can be empty.
authenticationKeyIsPassword Required. Is authentication key password (True, False).
privacyMethod Required. Privacy method (None, DES56, AES128, AES192, AES256).
privacyPassword Required. Privacy password. Value can be empty.
privacyKeyIsPassword Required. Is privacy key password (True, False).
UpdateUsernamePasswordCredentials Updates credentials with username and password. These are used, for example, by WMI polling.
Name Summary
credentialId Required. The credential ID.
name Required. The credentials name.
username Required. The username.
password Required. The password.