v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Bulk Update Machine Attributes

Performs a bulk update of machine attributes for the specified machine identified by MachineID.

put/v1/machines/{MachineID}/attributes

Path parameters

MachineIDinteger required

The unique identifier of the machine whose attributes are being updated.

Request body

DeviceAttributeIDinteger

The unique identifier of the device attribute.

MachineIDinteger

The unique identifier of the machine associated with this attribute.

DeviceAttributeValuestring nullable

The value assigned to this device attribute.

DeviceAttributeCodeIDinteger nullable

The code identifier for this device attribute.

DeviceAttributeNamestring nullable

The name of the device attribute.

DeviceAttributeGroupstring nullable

The group or category to which this device attribute belongs.

DeviceAttributeReadOnlyBitboolean

Indicates whether the device attribute is read-only.

MachineAttributeRefstring nullable

A reference string for the machine attribute, typically used for informational purposes.

MachineRefstring nullable

A reference string for the machine, typically used for informational purposes.

Response

The result of the bulk update operation, including success and any failure details.

isFullySuccessboolean

Indicates whether the bulk update operation was fully successful.