Liking cljdoc? Tell your friends :D

leaseweb.v2.server


api-pathclj


bandwidth-usageclj

(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
raw docstring

close-interfacesclj

(close-interfaces client server-id)

datatraffic-usageclj

(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
raw docstring

describeclj

(describe client server-id)

[TESTED] get server description

[TESTED] get server description
raw docstring

describe-jobclj

(describe-job client server job-uuid)

[TESTED] describe a single job identified by uuid

[TESTED] describe a single job identified by uuid
raw docstring

get-init-root-passwordclj

(get-init-root-password client server)

[TESTED] retrieve initial rootpassword

[TESTED] retrieve initial rootpassword
raw docstring

get-os-userclj

(get-os-user client server-id user)

[TESTED]

[TESTED]
raw docstring

installclj

(install client
         server-id
         os-id
         hdd
         raid-level
         number-disks
         raid-type
         ssh-keys
         post-install-script)

Install a serveur

Install a serveur
raw docstring

ipsclj

(ips client server-id)

[TESTED] return server ip

[TESTED] return server ip
raw docstring

listclj

(list client
      &
      {:keys [offset limit ip macAddress reference site] :as query-params})

[TESTED] Return a batch of servers

[TESTED] Return a batch of servers
raw docstring

list-allclj

(list-all client & {:keys [batch-size] :or {batch-size 50}})

[TESTED] Return all servers

[TESTED] Return all servers
raw docstring

list-all-jobsclj

(list-all-jobs client server & {:keys [batch-size] :or {batch-size 50}})

[TESTED] list all job of server

[TESTED] list all job of server
raw docstring

list-jobsclj

(list-jobs client server & {:keys [offset limit] :as query-params})

Return a batch of jobs

Return a batch of jobs
raw docstring

mk-post-install-scriptclj

(mk-post-install-script commands)

[TESTED] Helper to build postinstall script

[TESTED] Helper to build postinstall script
raw docstring

open-interfacesclj

(open-interfaces client server-id)

power-statusclj

(power-status client server-id)

[TESTED] power status of a server

[TESTED] power status of a server
raw docstring

rebootclj

(reboot client server-id)

set-referenceclj

(set-reference client server-id reference)

[TESTED] set server reference

[TESTED] set server reference
raw docstring

suggested-raid-configurationclj

(suggested-raid-configuration server-description)

[TESTED] return a raid configuration suggestion

[TESTED] return a raid configuration suggestion
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close