smart view apis
31 TopicsPower API interval queries
Hello, A few questions for API access and usage. Please can you give me the interval of query for your different levels (power/temperature/etc...). I want to configure a prob who will call your API every x minutes according to your granularity. What is the maximum query per second on the API? Did you have a limitation with token creation (quantity / over time / other)? Are there plans to have the possibility to stream data to an endpoint, I see specific endpoint like GCP/AWS/Azure but what if I want to have my own endpoint? Thanks for your answers,Solved2.8KViews0likes2CommentsSmart Hands ticket api
Hello guys, I am new in using curl and I have a qeustion. How it looks the final example autharization form + get smart hands type. curl -XPOST 'https://api.equinix.com/oauth2/v1/token' -H "content-type: application/json" -d '{ "grant_type": "client_credentials", "client_id": "ABCDE12345", "client_secret": "FGHIJ67890" }' and curl -X GET "https://api.equinix.com/v1/orders/smarthands/types" -H "content-type: application/json" -H "authorization: Bearer qwErtYxxxxxxxcdefGHI" I don't understand how to combine these two example in one and why I have to use second time -H "authorization: Bearer qwErtY8zyW1abcdefGHI"Solved1.9KViews0likes1CommentGET ERROR 3005 : INVALID_SESSION_ENTITLEMENT
When I try to get a list of all the alarms, the response of my query is: GET: https://api.equinix.com/alarm/v1/smartview/alarms?accountNo=XXXX&limit=10 Output: { "code": 3005, "message": "3005 : INVALID_SESSION_ENTITLEMENT", "uid": null } Can I get some help?1.5KViews0likes0Commentsquestion about using the GET /power/v1/current API
I'm calling the API GET /power/v1/current, and setting levelType=cage so I can see my entire cage power usage (preferably every cabinet in the cage). Theres so many things in the description with no example. Can I get some help?1.3KViews0likes0Comments