v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Get All Machine Attributes

Retrieves all attributes associated with a specific machine identified by MachineID.

get/v1/machines/{MachineID}/attributes

Path parameters

MachineIDinteger required

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

Response

A list of all attributes associated with the specified machine.

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.