EdgeIQ raises funding to accelerate the Connected Product Economy
[dɪˈvaɪs ops] noun
Software for the lifecycle management of any connected device across its entire value chain. Like DevOps - DeviceOps transforms organizational silos into seamless, integrated operations.
You can’t choose between investing in great physical products and digital services anymore. You need to do both.
EdgeIQ helps you bridge the physical and digital worlds with infrastructure software that will work with any device, any network, any application, anywhere, anytime.
const options = {
method: 'POST',
headers: {
Accept: 'application/json',
accept: 'application/json',
'Content-Type': 'application/json'
}
};
fetch('https://api.edgeiq.io/api/v1/platform/user/api_token_reset', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
curl --request POST \
--url https://api.edgeiq.io/api/v1/platform/user/api_token_reset \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
const sdk = require('api')('@edgeiq/v1.0#t6kyr1kks9icmev');
sdk['post-user-api_token_reset']()
.then(res => console.log(res))
.catch(err => console.error(err));
require 'uri'
require 'net/http'
require 'openssl'
url = URI("https://api.edgeiq.io/api/v1/platform/user/authenticate")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Accept"] = 'application/json'
request["Accept"] = 'application/json'
request["Content-Type"] = 'application/json'
response = http.request(request)
puts response.read_body
$ python -m pip install requestspython -m pip install requests
import requests
url = "https://api.edgeiq.io/api/v1/platform/user/api_token_reset"
headers = {
"Accept" : 'application/json' ,
"accept" : 'application/json' ,
"Content-Type" : 'application/json' ,
}
response = requests.request("POST", url)
print(response.read_body)
Instantly onboard dozens or hundreds of thousands devices. Assign and transfer their status between different lifecycle stages. Easily move them into organizations and accounts.
Effortlessly configure device heartbeats across groups of devices and automate alerts, notifications and even actions within third party support systems or on the device itself.
Every device, every piece of data, every manual and automated action is connected to another. Policy-based orchestrations simplify the orchestration of even the most complex workflows and integrations.
It’s your data and we let you decide where it goes and
how it gets there.
EdgeIQ allows customers the flexibility of sending
data directly from the edge, or a cloud gateway, to
any infrastructure, application or database you choose. It’s your choice.
On the front lines, we provide tools that simplify provisioning, wellness monitoring and remote updates at scale.
EdgeIQ raises funding to accelerate the Connected Product Economy
EdgeIQ makes critical go-to-market hires in order to accelerate growth
Learn how to integrate the AWS IoT Core service into your DeviceOps workflows using the EdgeIQ API ...
Our CEO, Michael Campbell, muses on the value of human connections and how interactions have ...
Our CEO, Michael Campbell, muses on why companies decide to build their own DeviceOps software for ...