Retrieve multiple records from a ServiceNow table.
type: "io.kestra.plugin.servicenow.get"Get incidents using BasicAuth.
id: servicenow_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.servicenow.Get
domain: "snow_domain"
username: "snow_username"
password: "snow_password"
table: incident
Get incidents using OAuth.
id: servicenow_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.servicenow.Get
domain: "snow_domain"
username: "snow_username"
password: "snow_password"
clientId: "my_registered_kestra_application_client_id"
clientSecret: "my_registered_kestra_application_client_secret"
table: incident
YESServiceNow domain.
Will be used to generate the URL: https://[[DOMAIN]].service-now.com/
YESServiceNow password.
to be used with 'username'
YESServiceNow table.
YESServiceNow username.
to be used with 'password' for a BasicAuth authentication
YESServiceNow client ID.
to be used with 'clientSecret', 'username' and 'password' for a OAuth authentication
YESServiceNow client secret.
to be used with 'clientId'
YESThe headers to pass to the request
NOThe HTTP client configuration.
The result data.
Results size.
YESdurationThe time allowed to establish a connection to the server before failing.
YESPT5MdurationThe time allowed for a read connection to remain idle before closing it.
NOYESThe password for HTTP basic authentication.
YESThe username for HTTP basic authentication.
NOfalseIf true, allow a failed response code (response code >= 400)
YESList of response code allowed for this request
NOThe authentification to use.
NOThe password for HTTP basic authentication. Deprecated, use auth property with a BasicAuthConfiguration instance instead.
NOThe username for HTTP basic authentication. Deprecated, use auth property with a BasicAuthConfiguration instance instead.
NOdurationThe time allowed to establish a connection to the server before failing.
NOdurationThe time an idle connection can remain in the client's connection pool before being closed.
NOUTF-8The default charset for the request.
NOtrueWhether redirects should be followed automatically.
NOALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIEDThe log level for the HTTP client.
NOREQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODYThe enabled log.
NOThe maximum content length of the response.
NOThe proxy configuration.
NOThe address of the proxy server.
NOThe password for proxy authentication.
NOThe port of the proxy server.
NODIRECTHTTPSOCKSThe type of proxy to use.
NOThe username for proxy authentication.
NOdurationThe time allowed for a read connection to remain idle before closing it.
NOdurationThe maximum time allowed for reading data from the server before failing.
NOThe SSL request options
NOThe timeout configuration.
YESThe address of the proxy server.
YESThe password for proxy authentication.
NOThe port of the proxy server.
YESDIRECTDIRECTHTTPSOCKSThe type of proxy to use.
YESThe username for proxy authentication.
NOWhether to disable checking of the remote SSL certificate.
Only applies if no trust store is configured. Note: This makes the SSL connection insecure and should only be used for testing. If you are using a self-signed certificate, set up a trust store instead.
NOYESThe token for bearer token authentication.