Start a Conversation

Unsolved

This post is more than 5 years old

1802

September 9th, 2013 01:00

VNXe API URL Login

Hello,

I'm trying to connect through the API into a VNXe3150 to get the list of Lun and make some tests.

I will generate some Java code from the XSD file (If anyone have already done some binding! I will thanks him a lot!)

But first, i'm trying to understand the way to login and logout through the API...

When i'm trying to get the cookie session with the CURL tool:

  • curl --insecure -X POST https://10.130.32.83/Login -d user=admin -d password=Password1234# -d Login=Login -D temp.file
  • cat temp.file

"HTTP/1.1 405 Method Not Allowed

Content-Length: 0

Connection: close"

I have download the VNX Simulator and when i'm trying to access the URL https://10.130.32.83/Login it try to launch a Java Applet.

Thanks for your help

Aurélien

8.6K Posts

September 9th, 2013 10:00

Hi Aurelien,

the VNXe has a different code base so the VNX simulator isnt applicable to a VNXe system.

With API if you mean the VNX file (Celerra) XML API - that currently isnt supported on the VNXe platform.

For VNXe you need to use the UIMCLI

Rainer

September 10th, 2013 00:00

Hi Rainer,

Thanks for this helpful answer.

About the VNX Simulator, do you know if it support the API?

Aurélien

September 13th, 2013 05:00

Yes Correct,

I'm trying to use the VNX File XML API on the simulator also.

The issue i get is that when i'm trying to reach the API to make a Login through the url below:

https://10.130.32.83/Login

when i post on this url i get an applet Java and not XML answers.

If you have any input.

Thanks again for your help.

8.6K Posts

September 13th, 2013 05:00

Do you mean the VNX file XML API ?

yes the simulator supports that one.

8.6K Posts

September 15th, 2013 06:00

Sorry - I'm not a programmer

Did you see the documents and sample code at EDN?

Make sure you use the control station IP to connect to

No Events found!

Top