YouTrack Standalone 7.0 Help

Get Current Jabber Service Settings

GET /admin/setup/jabber

Get jabber notification service settings

GET /rest/admin/setup/jabber

Samples

Sample 1

Request

GET http://localhost:8081/rest/admin/setup/jabber Cookie: $Version=0; JSESSIONID=po9j9oyex64drh4h3ox6wb8l; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 137 Server: Jetty(7.2.0.v20101020) <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <jabber enabled="false"> <port>5222</port> <server>talk.google.com</server> </jabber>

Sample 2

Request

GET http://localhost:8081/rest/admin/setup/jabber Cookie: $Version=0; JSESSIONID=po9j9oyex64drh4h3ox6wb8l; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 172 Server: Jetty(7.2.0.v20101020) <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <jabber enabled="true"> <login>maxim.mazin@gmail.com</login> <port>5222</port> <server>talk.google.com</server> </jabber>
Last modified: 2 February 2017