Unsolved

This post is more than 5 years old

29 Posts

4121

May 27th, 2009 12:00

REQUEST: REST interface to get vendor, version info

Hello,

This is not a critical request but one that will become important down the line for us, especially for licensing, pricing, upgrade and compatibility reasons.

We would be interested a way, via REST, to query and get information about the Atmos version we are talking to, the Vendor Name, (EMC, or some MSP, or some other string), Vendor Type (EMC, RESELLER, PRIVATE, TBD, some enum)

thanks,

Navneeth

40 Posts

December 21st, 2010 10:00

Was this ever implemented?  We recently had an inquiry about the versions Atmos that we have tested against.  Is there a way to determine this through the REST interface?

222 Posts

December 21st, 2010 10:00

Mark,

Getting Atmos version information via the REST API was added to Atmos 1.4.

Atmos Online is running 1.2.7 at the moment.


Raj

40 Posts

December 21st, 2010 10:00

Where is this documented?  I don't see it in "Atmos Online Programmer's Guide 1.2.7C".  Am I overlooking something?

13 Posts

January 6th, 2011 19:00

Hi Mark,

You can obtain the Atmos software version by requesting "GET /rest/service" (see example below.)   This has worked with all versions of Atmos since 1.2.4.

Unfortunately its not currently possible to get any vendor information.

Hope this helps,

Brian

Request

GET /rest/service HTTP/1.1
accept: */*
date: Wed, 01 Jul 2009 16:18:16 GMT
x-emc-date: Wed, 01 Jul 2009 16:18:16 GMT
x-emc-uid: 33115732f3b7455d9d2344ddd235f4b9/user1
x-emc-signature: RhsBAyHYFYiBj46KSFntrSgkHcs=


Response

HTTP/1.1 200 OK
Date: Wed, 01 Jul 2009 16:18:16 GMT
Server: Apache
Content-Length: 138
Connection: close
Content-Type: text/xml



1.2.4

No Events found!

Top