API Guide

Table Of Contents
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
Example HTTP response
Response 200
47