Orion.SEUM.Recordings
SolarWinds Information Service 2024.4 Schema Documentation
This entity represents the Recordings information.
Inheritance
Access control
Operations | Right |
---|---|
read,invoke | everyone |
create,read,update,delete,invoke | admin |
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
RecordingId | System.Int32 | The unique integer representation of recording. | everyone |
Name | System.String | The string value that contains recording name. | everyone |
Guid | System.Guid | The guid value that contains additional recording identifier. | everyone |
CreationDateUtc | System.DateTime | The datetime value that contains recording creation time. | everyone |
LastUpdateUtc | System.DateTime | The datetime value that contains recording last update time. | everyone |
RequiresInteractiveSession | System.Boolean | The bolean value that specifies if recording requires interactive session. | everyone |
ProbeType | System.Int32 | The integer value that contains probe type. | everyone |
Version | System.Int32 | Version of a recording. Determines if recording is supported. | everyone |
Width | System.Int32 | Resolution width of the recording. | everyone |
Height | System.Int32 | Resolution height of the recording. | everyone |
Source Relationships
Name | Type | Notes |
---|---|---|
Transactions | Orion.SEUM.Transactions | Defined by relationship Orion.SEUM.RecordingReferencesTransactions (System.Reference) |
Steps | Orion.SEUM.RecordingSteps | Defined by relationship Orion.SEUM.RecordingHostsRecordingSteps (System.Hosting) |
CustomProperties | Orion.SEUM.RecordingCustomProperties | Defined by relationship Orion.SEUM.RecordingHostsCustomProperties (System.Hosting) |
Authentication | Orion.SEUM.RecordingAuthentications | Defined by relationship Orion.SEUM.RecordingHostsRecordingAuthentications (System.Hosting) |
Certificate | Orion.SEUM.RecordingCertificates | Defined by relationship Orion.SEUM.RecordingHostsRecordingCertificates (System.Hosting) |
Verbs
Load
Deprecated. To load recording use Export Verb instead.Recording id.Returns recording object.
Access control
everyone
Exists
Verb to check if recording exists.Recording GUID.Returns boolean indicating whether the recording exists.
Access control
everyone
Save
Verb to save recording.Recording object to save.Returns recording id integer.
Access control
everyone
Import
Verb to import recording from file.Recording file content.Recording name.Password to decipher the file.Returns recording id integer.
Access control
everyone
Update
Verb to update existing recording with recording from file.Recording id.Recording file content.Recording name.Password to decipher the file.Returns recording id integer.
Access control
everyone
Export
Verb to export recording to file.Recording id.Password to cipher the file.Returns recording file content object.
Access control
everyone