API Guide

Table Of Contents
Type Name Description Schema
Header
X-Include-
Object
optional
When passed as part of a POST request, controls
whether the representation of the newly created
object is included in the response. Defaults to
'true' which will include the object in the
response. This header is useful because
refreshing the newly created object is usually
the slowest part of a POST operation.
string
Path
cluster_name
required
The name of the cluster string
Body
device_payloa
d
required
device_payload
Responses
HTTP
Code
Description Schema
201
Created
Headers :
Location (string) : URI of created LocalDevice.
Device
204
Created
Headers :
Location (string) : URI of created LocalDevice.
No Content
Example HTTP response
Response 201
29