Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cludomq cludomq
  • Project information
    • Project information
    • Activity
    • Members
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • ext
  • cludomqcludomq
  • Wiki
  • eventid:102

eventid:102 · Changes

Page history
pawel created page: eventid:102 authored Oct 03, 2016 by Paweł Pierścionek's avatar Paweł Pierścionek
Hide whitespace changes
Inline Side-by-side
eventid:102.md
View page @ d091c584
...@@ -8,8 +8,8 @@ Zdarzenie generowane w momencie wejścia agenta w stan niegotowości ...@@ -8,8 +8,8 @@ Zdarzenie generowane w momencie wejścia agenta w stan niegotowości
| Nagłówek | Typ | Wartość / Zakres| Opis | | Nagłówek | Typ | Wartość / Zakres| Opis |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| e | int | 102 | identyfikator eventu | | e | int | 102 | identyfikator eventu |
| en | string | AgentStateChanged | nazwa eventu | | en | string | AgentReadinessChanged | nazwa eventu |
| AgentStateChanged | boolean | true | flaga eventu | | AgentReadinessChanged | boolean | true | flaga eventu |
| a | int | \d+ | identyfikator agenta w systemie Cludo | | a | int | \d+ | identyfikator agenta w systemie Cludo |
| an | string | .+ | login agenta w systemie Cludo | | an | string | .+ | login agenta w systemie Cludo |
| afn | string | .+ | pełna nazwa agenta w systemie Cludo | | afn | string | .+ | pełna nazwa agenta w systemie Cludo |
...@@ -19,17 +19,47 @@ Zdarzenie generowane w momencie wejścia agenta w stan niegotowości ...@@ -19,17 +19,47 @@ Zdarzenie generowane w momencie wejścia agenta w stan niegotowości
### Treść encodowana JSON ### Treść encodowana JSON
```javascript ```javascript
{ {
"s":"Login", // szczegółowy typ zdarzenia "s":"NotReady", // szczegółowy typ zdarzenia
"last_ts":1475482549, // ostatnie wystąpienie tego typu zdarzenia na tym agencie "ts":1475482634, // timestamp zdarzenia
"agsvcs":[ // tablica skróconych nazw serwisów,do których agent jest zalogowany "svcs":[ // lista serwisów, których dotyczy zdarzenie (przejście na przerwę)
"out_reczne", "out_reczne",
"inb_jacada_486771960", "inb_jacada_486771960",
"czat_www.cldo.pl", "czat_www.cldo.pl",
"Email_demo@cldo.pl", "Email_demo@cldo.pl",
"inb_CIH_486771961", "inb_CIH_486771961",
"out_CIH", "out_CIH",
"Data Service", "Data Service",
"wykrywanie-poczty" "wykrywanie-poczty"
] ],
"agsvcs":[ // lista serwisów, do których agent jest przypisany
"out_reczne",
"inb_jacada_486771960",
"czat_www.cldo.pl",
"Email_demo@cldo.pl",
"inb_CIH_486771961",
"out_CIH",
"Data Service",
"wykrywanie-poczty"
],
"nrrd":"", // nazwa przerwy, w przypadku przerwy niesystemowej
"nrr":409 //id przerwy
} }
``` ```
\ No newline at end of file
### Przerwy systemowe
| ID | Nazwa |
| -------- | -------- |
| 400 | NotReadyYet |
| 401 | Disconnected |
| 402 | NotAnswering |
| 403 | ServiceStopped |
| 404 | RemovedFromService |
| 405 | SupervisorRequest |
| 406 | RemoteNotReady |
| 407 | AgentLogout |
| 408 | InteractionTimerExpired |
| 409 | SignedIn |
| 410 | SignedOut |
| 411 | Inactivity Timeout |
| 412 | PreBreak |
| 413 | PreLogout |
\ No newline at end of file
Clone repository
  • eventid:100
  • eventid:10001
  • eventid:10002
  • eventid:10003
  • eventid:101
  • eventid:102
  • eventid:103
  • eventid:104
  • eventid:105
  • eventid:107
  • eventid:108
  • eventid:109
  • eventid:501
  • eventid:502
  • eventid:503
View All Pages