From 29c7de152d565745ffa7f6dad96679fbb5696a6e Mon Sep 17 00:00:00 2001 From: Wim Van de Meerssche Date: Tue, 10 Jun 2014 14:30:27 +0200 Subject: [PATCH] Removed backward compatability with Geni AMv1 API. --- call-getversion.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/call-getversion.adoc b/call-getversion.adoc index 8a02bdb..341c3bf 100644 --- a/call-getversion.adoc +++ b/call-getversion.adoc @@ -76,10 +76,6 @@ struct value +GetVersion+ returns the standard return struct from all AM API methods (output, value, code). See <>. -However, next to the standard AM API +code+, +value+, and +output+ entries, +GetVersion+ adds a +geni_api+ integer version of this API (3) to the return structure. This information is also in the +value+ struct but is repeated here for backwards compatibility with AM API v1 clients. - -NOTE: *TODO Is the above still useful for this API, as it is not backward compatible? If so, what number do we fill in (a fake large one)?* - +GetVersion+ is intended to provide information about the configuration of this aggregate, helping experimenter tools determine how to communicate with this aggregate. The information returned includes the version of the Aggregate Manager API running locally, the RSpec schemas supported, and the URLs where versions of the AM API are running.