Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyOTRS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Som Connexió
OTRS
PyOTRS
Commits
a5393391
Commit
a5393391
authored
8 years ago
by
Robert Habermann
Browse files
Options
Downloads
Patches
Plain Diff
add GenericTicketConnectorREST.yml config
parent
12120638
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GenericTicketConnectorREST.yml
+63
-0
63 additions, 0 deletions
GenericTicketConnectorREST.yml
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
with
64 additions
and
0 deletions
GenericTicketConnectorREST.yml
0 → 100644
+
63
−
0
View file @
a5393391
---
Debugger
:
DebugThreshold
:
debug
TestMode
:
'
0'
Description
:
Ticket Connector REST Sample
FrameworkVersion
:
4.x git
Provider
:
Operation
:
SessionCreate
:
Description
:
Creates a Session
MappingInbound
:
{}
MappingOutbound
:
{}
Type
:
Session::SessionCreate
TicketCreate
:
Description
:
Creates a Ticket
MappingInbound
:
{}
MappingOutbound
:
{}
Type
:
Ticket::TicketCreate
TicketGet
:
Description
:
Retrieves Ticket data
MappingInbound
:
{}
MappingOutbound
:
{}
Type
:
Ticket::TicketGet
TicketSearch
:
Description
:
Search for Tickets
MappingInbound
:
{}
MappingOutbound
:
{}
Type
:
Ticket::TicketSearch
TicketUpdate
:
Description
:
Updates a Ticket
MappingInbound
:
{}
MappingOutbound
:
{}
Type
:
Ticket::TicketUpdate
Transport
:
Config
:
KeepAlive
:
'
'
MaxLength
:
'
100000000'
RouteOperationMapping
:
SessionCreate
:
RequestMethod
:
-
POST
Route
:
/Session
TicketCreate
:
RequestMethod
:
-
POST
Route
:
/Ticket
TicketGet
:
RequestMethod
:
-
GET
Route
:
/Ticket
TicketSearch
:
RequestMethod
:
-
GET
Route
:
/Ticket
TicketUpdate
:
RequestMethod
:
-
PATCH
Route
:
/Ticket/:TicketID
Type
:
HTTP::REST
RemoteSystem
:
'
'
Requester
:
Transport
:
Type
:
'
'
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
1
−
0
View file @
a5393391
...
...
@@ -2,3 +2,4 @@ include README.md
include CHANGELOG.md
include LICENSE
include PyOTRS-complete.sh
include GenericTicketConnectorREST.yml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment