Allows bulk insertion or updating of machine attributes. The request body should include an array of machine attributes to be processed.
Enter your API key. It's required to authenticate API requests.
A list of unique identifiers for the machines that the attributes will be applied to.
The date and time when the attributes are allowed to be collected.
A list of attributes to be inserted or updated for the specified machines.
Indicates whether the attributes should be added to an update queue for processing.
Indicates whether the existing attribute values should be updated with the new values provided.
The machine attributes were successfully processed.
Schema representing the result of an API operation, including status and messages.
Indicates whether the API operation was successful (true) or not (false).
A user-friendly message describing the result of the operation, if applicable.
A system-level message providing additional details about the operation's result, often used for debugging or logging.
An optional code representing the result of the operation, which can be used for more granular handling of responses.