(bandwidth-usage client
server-id
&
{:keys [from to granularity aggregation]
:or {aggregation "AVG"}
:as query-params})
[TESTED] From and to are mandatory
[TESTED] From and to are mandatory
(close-interfaces client server-id)
(datatraffic-usage client
server-id
&
{:keys [from to granularity aggregation]
:or {aggregation "SUM"}
:as query-params})
[TESTED] From and to are mandatory
[TESTED] From and to are mandatory
(describe client server-id)
[TESTED] get server description
[TESTED] get server description
(describe-job client server job-uuid)
[TESTED] describe a single job identified by uuid
[TESTED] describe a single job identified by uuid
(get-init-root-password client server)
[TESTED] retrieve initial rootpassword
[TESTED] retrieve initial rootpassword
(install client
server-id
os-id
hdd
raid-level
number-disks
raid-type
ssh-keys
post-install-script)
Install a serveur
Install a serveur
(list client
&
{:keys [offset limit ip macAddress reference site] :as query-params})
[TESTED] Return a batch of servers
[TESTED] Return a batch of servers
(list-all client & {:keys [batch-size] :or {batch-size 50}})
[TESTED] Return all servers
[TESTED] Return all servers
(list-all-jobs client server & {:keys [batch-size] :or {batch-size 50}})
[TESTED] list all job of server
[TESTED] list all job of server
(list-jobs client server & {:keys [offset limit] :as query-params})
Return a batch of jobs
Return a batch of jobs
(mk-post-install-script commands)
[TESTED] Helper to build postinstall script
[TESTED] Helper to build postinstall script
(open-interfaces client server-id)
(power-status client server-id)
[TESTED] power status of a server
[TESTED] power status of a server
(reboot client server-id)
(set-reference client server-id reference)
[TESTED] set server reference
[TESTED] set server reference
(suggested-raid-configuration server-description)
[TESTED] return a raid configuration suggestion
[TESTED] return a raid configuration suggestion
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close