nerves_hub_user_api v0.4.0 NervesHubUserAPI.Device
Manage NervesHub devices
Path: /orgs/:org_name/devices
Link to this section Summary
Functions
Check authentication status for device certificate
List certificates for a device
Sign a new certificate signing request for a device
Create a new device
List all devices
Update an existing device
Link to this section Functions
Check authentication status for device certificate.
Verb: POST Path: /orgs/:org_name/devices/auth
List certificates for a device.
Verb: GET Path: /orgs/:org_name/devices/:device_identifier/certificates
Sign a new certificate signing request for a device.
Verb: POST Path: /orgs/:org_name/devices/:device_identifier/certificates/sign
Create a new device.
Verb: POST Path: /orgs/:org_name/devices
list(atom() | binary(), NervesHubUserAPI.Auth.t()) :: {:error, any()} | {:ok, any()}
List all devices.
Verb: GET Path: /orgs/:org_name/devices
Update an existing device.
Verb: PUT Path: /orgs/:org_name/devices/:device_identifier