resource_history_tracking_mgr_list
Back to SOAP Architecture Method Reference
Description
The resource_history_tracking_mgr_list method lists all the log entries of your domain.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The ID# of the log entry. | bstypes:ResourceId | R |
active | Indicates whether the resource is in an active or inactive state. | Boolean | R |
domain_id | The unique ID# of your domain. | bstypes:ResourceId | R |
target_resource_id | The unique ID# of your target resource. | bstypes:ResourceId | R |
changed_by_user_id | The user ID# associated with the log entry. | bstypes:ResourceId | R |
change_type | The change type of the log entry. This can be a creation, modification or cancellation of a resource. | bstypes:ResourceHistoryTrackingChangeType | R |
not_modified_since | The last time the target resource was modified as of the time of this log entry. | bstypes:SimpleDateTime | R |
log_entry | The note entered alongside the log entry. | String | R |
log_timestamp | The timestamp at which the log entry was created. | bstypes:SimpleDateTime | R |
ack | The acknowledgement status of the log entry. | Boolean | R |
ack_by_user_id | The user ID# who acknowledged the log entry. | bstypes:ResourceId | R |
ack_timestamp | The timestamp at which the log entry was acknowledged. | bstypes:SimpleDateTime | R |