This repository was archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 452
/
Copy pathGenericTicketConnectorREST.yml
90 lines (90 loc) · 2.19 KB
/
GenericTicketConnectorREST.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
Debugger:
DebugThreshold: debug
TestMode: '0'
Description: Ticket Connector REST Sample
FrameworkVersion: 6.0.x git
Provider:
Operation:
SessionCreate:
Description: Create a Session
MappingInbound: {}
MappingOutbound: {}
Type: Session::SessionCreate
SessionGet:
Description: Retreive Session data
MappingInbound: {}
MappingOutbound: {}
Type: Session::SessionGet
TicketCreate:
Description: Create a Ticket
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketCreate
TicketGet:
Description: Retrieve Ticket data
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketGet
TicketGetList:
Description: Retrieve Ticket data for a List of Ticket IDs
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketGet
TicketHistoryGet:
Description: Retrieve Ticket history data
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketHistoryGet
TicketSearch:
Description: Search for Tickets
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketSearch
TicketUpdate:
Description: Update a Ticket
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketUpdate
Transport:
Config:
KeepAlive: ''
MaxLength: '100000000'
RouteOperationMapping:
SessionCreate:
RequestMethod:
- POST
Route: /Session
SessionGet:
RequestMethod:
- GET
Route: /Session/:SessionID
TicketCreate:
RequestMethod:
- POST
Route: /Ticket
TicketGet:
RequestMethod:
- GET
Route: /Ticket/:TicketID
TicketGetList:
RequestMethod:
- GET
Route: /TicketList
TicketHistoryGet:
RequestMethod:
- GET
Route: /TicketHistory/:TicketID
TicketSearch:
RequestMethod:
- GET
Route: /Ticket
TicketUpdate:
RequestMethod:
- PATCH
Route: /Ticket/:TicketID
Type: HTTP::REST
RemoteSystem: ''
Requester:
Transport:
Type: ''