"EntryPoint - wiki_upstream_sync" . . "

Synchronize a cluster upstream.

" . . . "text/xml" . "

Manually synchonizes a cluster upstream created with wiki.upstream.new(). This is required if the subscription has been configured to be manually updated. However, it can also be used to force an update on subscriptions with a scheduled update interval.

  • \n\ncluster\n\n\n

    The cluster name of the upstream

    \n
  • \n
  • \n\nname\n\n\n

    A human-readable name for the upstream.

    \n
  • \n\n

    An error code stating the success of the command execution as detailed in ODS Error Result Codes.

    \nExample:
    \n $ curl -i \"http://www.iodbc.org/ods/api/wiki.upstream.sync?cluster=DemoWiki&name=demoUpstream&userName=demo&userPassword=demo&user_name=demo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh\"\n\n HTTP/1.1 200 OK\n Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64  VDB\n Connection: Keep-Alive\n Date: Tue, 24 May 2011 22:40:59 GMT\n Accept-Ranges: bytes\n Content-Type: text/xml; charset=\"UTF-8\"\n Content-Length: 57\n\n <result>\n   <code>1</code>\n   <message>Success</message>\n </result>\n 

    " . . "GET" . . .