Skip to main content
Get All Machine Attributes

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

MachineID
integer<int64>
required

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

Response

200 - application/json

A list of all attributes associated with the specified machine.

DeviceAttributeID
integer<int64>

The unique identifier of the device attribute.

MachineID
integer<int64>

The unique identifier of the machine associated with this attribute.

DeviceAttributeValue
string | null

The value assigned to this device attribute.

DeviceAttributeCodeID
integer<int32> | null

The code identifier for this device attribute.

DeviceAttributeName
string | null

The name of the device attribute.

DeviceAttributeGroup
string | null

The group or category to which this device attribute belongs.

DeviceAttributeReadOnlyBit
boolean

Indicates whether the device attribute is read-only.

MachineAttributeRef
string | null
read-only

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

MachineRef
string | null
read-only

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