Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
API.DevicesThis module manages API parts related to devices.
This type represents the configuration wanted for a device.
val os_to_string : os -> stringos_to_string os converts an os into a string understandable by the API.
val location_to_string : location -> stringlocation_to_string facility convert a facility into a string understandable by the API.
val plan_to_string : plan -> stringplan_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.