Orion.APIPoller.RequestDetails
SolarWinds Information Service 2024.4 Schema Documentation
This entity presents request 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 request details |
everyone |
| ApiPollerId |
System.Int64 |
The unique integer representation of the Api Poller |
everyone |
| Url |
System.String |
The string value representing url of the request details |
everyone |
| Body |
System.String |
The string value representing body of the request details |
everyone |
| HttpVerb |
System.String |
The string value representing http verb of the request details |
everyone |
| CredentialsId |
System.Int64 |
The unique integer representation of the credentails |
everyone |
| CredentialsType |
System.String |
The string value representing the credentails type |
everyone |
| VerifySslCertificate |
System.Boolean |
The boolean value representing the verification of ssl certificate |
everyone |
| UseProxy |
System.Boolean |
The boolean value representing the usage of proxy |
everyone |
| RequestDetailsOrder |
System.Int32 |
The integer value representing the order of the request details |
everyone |
| RequestTimeout |
System.Int32 |
The integer value representing the request timeout |
everyone |
Source Relationships
Target Relationships
| Name |
Type |
Notes |
| ApiPoller |
Orion.APIPoller.ApiPoller |
Defined by relationship Orion.APIPoller.ApiPollerToRequestDetails (System.Reference) |