Forum Discussion

API_User's avatar
API_User
Equinix Employee
3 years ago
Solved

Is there a best practice to fetch all CIRCUIT,SENSOR data?

Hello, I have a question. ## Question. Is there a best practice to get all CIRCUIT,SENSOR data? ## Background We are developing and operating a monitoring system for current and temperature...
  • API_User's avatar
    3 years ago
    Hi,
    please refer to the below API call and endpoint to fetch all circuit and sensor data through a single API call.
    Fetch all Circuit data:
    curl -X
    POST "https://api.equinix.com/power/v1/current
    -H "content-type: application/json"
    -H "authorization: Bearer "
    -d '{
    "accountNo": "",
    "ibx": "",
    "levelType": "circuit"
    }'

    Fetch all customer owned sensor data:
    curl -X
    GET 'https://api.equinix.com/environment/v1/listCurrent?accountNo=&ibx=&levelType=SENSOR'
    -H 'Authorization: Bearer
    -H 'Content-Type: application/json'

    Thanks

Featured Places

  • Node avatar for Discussions

    Discussions

    Engage with industry experts, share insights, ask questions, and grow your network.
  • Node avatar for Ideas

    Ideas

    We're listening! Submit your ideas to shape the future of Equinix!
  • Node avatar for Groups

    Groups

    Ready to collaborate? Join a Group or upcoming beta program.
  • Node avatar for What's New

    What's New

    Stay ahead with the latest from Equinix. Discover new product announcements, insightful tutorials, and practical use cases.
  • Node avatar for Events

    Events

    Your Guide to Upcoming Events - Online, Hybrid, and In-Person!