v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Machine Attribute

Update Machine Attribute to Model Defaults

Resets the machine attributes to the default values defined by the machine model. This operation is typically used to restore default configurations.

post/v1/machines/{MachineID}/attributes/defaults

Path parameters

MachineIDinteger required

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

Response

The machine attributes were successfully updated to the machine model defaults.

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.