Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.DevicesSourceThis module manages API parts related to devices.
Actions executable with a device.
Os available when creating a new device.
Locations available when deploying a new device.
Server type when deploying a new device.
This type represents the configuration wanted for a device.
os_to_string os converts an os into a string understandable by the API.
location_to_string facility convert a facility into a string understandable by the API.
plan_to_string plan convert a plan into a string understandable by the API.
get_devices_id t ~id () returns a Json.t that contains information about the device specified by id.
get_device_id_events t ~id () retrieves information about the device events.
post_devices_id_actions t ~id ~action () executes an action on the device specified by its id.
delete_devices_id t ~id () deletes a device on Equinix and returns a Json.t with the result.