Orion.APIPoller.Templates
SolarWinds Information Service 2024.4 Schema Documentation
This entity presents template details used by API Poller
Inheritance
↳ System.Entity
Access control
Operations |
Right |
create,read,update,delete,invoke |
admin |
read |
everyone |
Properties
Name |
Type |
Summary |
Access Control |
ID |
System.Int64 |
The unique integer representation of the template |
everyone |
Guid |
System.Guid |
The unique GUID of the template |
everyone |
Name |
System.String |
The string value representing unique name of the template |
everyone |
Version |
System.Int32 |
The integer value representing version number of the template |
everyone |
DisplayName |
System.String |
The string value representing the displayed name of the template |
everyone |
Description |
System.String |
The string value representing description of the template |
everyone |
Created |
System.DateTime |
The date and time when template was created |
everyone |
Updated |
System.DateTime |
The date and time when template was last modified |
everyone |
TemplateData |
System.String |
The xml data representing content of the template |
everyone |
RequestsCount |
System.Int32 |
The integer value representing the number of the requests in the template |
everyone |
MetricsCount |
System.Int32 |
The integer value representing the number of the metrics in the template |
everyone |
IsCustom |
System.Boolean |
The bit value representing whether the template is customly created |
everyone |
Target Relationships
Verbs
ExportTemplate
Export an ApiPoller Template
Access control
Operations |
Right |
invoke |
manageNodes |
ImportTemplate
Import a new ApiPoller Template
Access control
Operations |
Right |
invoke |
manageNodes |
DeleteTemplate
Delete ApiPoller Template
Access control
Operations |
Right |
invoke |
manageNodes |