v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Insert/Update Machine Attributes

Allows bulk insertion or updating of machine attributes. The request body should include an array of machine attributes to be processed.

post/v2/machines/attributes

Request body

MachineIdsinteger[] nullable

A list of unique identifiers for the machines that the attributes will be applied to.

allowCollectDtstring date-time nullable

The date and time when the attributes are allowed to be collected.

UpdateQueueboolean

Indicates whether the attributes should be added to an update queue for processing.

UpdateValuesboolean

Indicates whether the existing attribute values should be updated with the new values provided.

Response

The machine attributes were successfully processed.

Okboolean

Indicates whether the API operation was successful (true) or not (false).

Messagestring nullable

A user-friendly message describing the result of the operation, if applicable.

SystemMessagestring nullable

A system-level message providing additional details about the operation's result, often used for debugging or logging.

codestring nullable

An optional code representing the result of the operation, which can be used for more granular handling of responses.