1ServiceNow::ITIL::TickeUts(e3r)Contributed Perl DocumentSaetrivoinceNow::ITIL::Ticket(3)
2
3
4
6 Service-now Perl API - Ticket perl module
7
9 An object representation of a Ticket in the Service-now platform.
10 Provides subroutines for querying, updating, and creating tickets.
11
12 System Requirements
13 The Service-now Perl API requires Perl 5.8 with the following modules
14 installed
15
16 * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
17 * Crypt::SSLeay
18 * IO::Socket::SSL
19
21 new
22 new(Configuration);
23
24 Example:
25
26 $ticket = ServiceNow::ITIL::Ticket->new($CONFIG);
27
28 Takes a configuration object and manufactures an Ticket object
29 connected to the Service-now instance
30
31
32
33perl v5.28.0 2010-02-19 ServiceNow::ITIL::Ticket(3)