Liking cljdoc? Tell your friends :D

com.adgoji.cm-api.floodlight-configurations


get-by-idclj

(get-by-id client profile-id configuration-id)

Returns a single floodlight configuration by provided profile-id and configuration-id.

Returns a single floodlight configuration by provided `profile-id`
and `configuration-id`.
raw docstring

get-listclj

(get-list client profile-id opts)

Returns a list of floodlight configurations by profile-id, possibly filtered.

Vector of IDs of floodlight configurations to retrieve is a required field, otherwise an empty list will be returned.

Returns a list of floodlight configurations by `profile-id`, possibly filtered.

Vector of IDs of floodlight configurations to retrieve is a required
field, otherwise an empty list will be returned.
raw docstring

patchclj

(patch client profile-id configuration-id content)

Updates an existing floodlight configuration.

This method supports patch semantics.

Updates an existing floodlight configuration.

This method supports patch semantics.
raw docstring

putclj

(put client profile-id configuration)

Updates an existing floodlight configuration.

Updates an existing floodlight configuration.
raw docstring

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

× close