Start a Conversation

Unsolved

This post is more than 5 years old

2688

February 6th, 2017 07:00

Finding all Scale IO restapi available for developers

Hi there,

Is there document which has all Scale IO restapis listed together? I am trying to find below info but unable to get it via https://1 /api/Configuration

ScaleIO System Details
System Info
Product EMC ScaleIO
Version R1_31.1277.3
System settings:
Capacity alert threshold High: 80 / Critical: 90
Thick volume reservation 0%
MDM restricted SDC mode disabled

Thanks in advance!!

-Ritu

110 Posts

February 6th, 2017 08:00

Chapter 17 of the User Guide, included in the download, has all the API documentation.

32 Posts

February 8th, 2017 13:00

Is MDM  cluster related information available via scaleIO gateway restapi?

I couldn't find this information.. Was looking for something like this:

Mode Cluster
Primary IP 1.1.1.1
Secondary IP 1.1.1.2
Tie-Breaker IP 1.1.1.3
Management IP 1.1.1.2, 1.1.1.3
Name Alex
Cluster State Normal
Tie-Breaker State Connected
Remote Read_only_limit  State disabled.

306 Posts

February 9th, 2017 00:00

Hi,

Try to use MDM Cluster Object, it should contain the information you need.

Cheers,

Pawel

32 Posts

February 9th, 2017 06:00

I found it. Thank you.

32 Posts

February 9th, 2017 07:00

One last information which I couldnt find is SDS related Maximal Read/Write Latency. I was able to find average read/write latencies using  the last restapi (statistics one) shown below. Would really appreciate any help. Thanks in advance.

https:// /api/instances/Device::3495345uy348/relationships/Statistics

306 Posts

February 9th, 2017 09:00

Hi Ritu,

I don't think there's such stat available - from what I see in the REST API chapter and compare it with ScaleIO GUI, there are only average read/write latenciy and size available.

For your previous MDM query, you can also try to POST - not GET - (with empty request body) to the following URL to get an equivalent of "scli --query_cluster":

/api/instances/System/queryMdmCluster

Hope that helps.

Cheers,

Pawel

32 Posts

May 23rd, 2017 06:00

Is there a way (RESTAPI URL) to get general statistics of the ScaleIO system. Something similar to what I see under:

https:// /api/instances/ProtectionDomain:: /relationship/Statistics

No Events found!

Top