/api/mysql-relay-log-index-file - file name of relay log index
/api/mysql-relay-log-files - listing of relay log files
/api/mysql-relay-log-end-coordinates - current last coordinates of relay logs (== file size of last relay log)
/api/mysql-binlog-contents - returns contents of requested binlogs (query params: multi binlog file names, optional start (of first file), stop (of last file) positions. Returns binlog content, compressed, base64 encoded.
/api/mysql-relaylog-contents-tail/:relaylog/:start - return relay log contents, starting fiven file:pos, ending at last coordinates. Return value compressed, then base64 encoded.
support for:
/api/mysql-relay-log-index-file
- file name of relay log index/api/mysql-relay-log-files
- listing of relay log files/api/mysql-relay-log-end-coordinates
- current last coordinates of relay logs (== file size of last relay log)/api/mysql-binlog-contents
- returns contents of requested binlogs (query params: multibinlog
file names, optionalstart
(of first file),stop
(of last file) positions. Returns binlog content, compressed,base64
encoded./api/mysql-relaylog-contents-tail/:relaylog/:start
- return relay log contents, starting fiven file:pos, ending at last coordinates. Return value compressed, thenbase64
encoded.