(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`.
(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.
(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.
(put client profile-id configuration)
Updates an existing floodlight configuration.
Updates an existing floodlight configuration.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close