v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Get Specific Machine Attribute

Retrieves the details of a specific machine attribute identified by MachineID and DeviceAttributeID.

get/v1/machines/{MachineID}/attributes/{DeviceAttributeID}

Path parameters

MachineIDinteger required

The unique identifier of the machine.

DeviceAttributeIDinteger required

The unique identifier of the device attribute.

Response

The details of the requested machine attribute.

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.