resource_history_tracking_mgr_update
Back to SOAP Architecture Method Reference
Description
The resource_history_tracking_mgr_update method updates the specified log entry.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| ack | The acknowledgement status of the log entry. | Boolean | R |
| change_type |
The change type of the log entry:
|
bstypes:ResourceHistoryTrackingChangeType | R |
| changed_by_user_id | The user ID# associated with the log entry. | bstypes:ResourceId | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| id | The ID# of the log entry. | bstypes:ResourceId | R |
| log_entry | The note entered alongside the log entry. | String | R |
| target_resource_id | The unique ID# of your target resource. | bstypes:ResourceId | R |
| ack_by_user_id | The user ID# who acknowledged the log entry. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The ID# of the log entry. | bstypes:ResourceId | R |
