API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
200 A single DistributedDevice DistributedDevice
3.12.10. Deletes a single DistributedDevice
DELETE /distributed_storage/distributed_devices/{name}
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
204 Deleted No Content
3.12.11. Update attributes on a DistributedDevice
PATCH /distributed_storage/distributed_devices/{name}
Description
Settable attributes: 'name', 'legs', 'transfer_size', 'rule_set_name'
Parameters
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Body
distributed_de
vice_patch_pa
yload
required
< JsonPatchOp >
array
Responses
HTTP
Code
Description Schema
200 The updated DistributedDevice DistributedDevice
42