flywheel.api.change_log_api
ChangeLogApi
Bases: object
get_change_log(container_type, container_id, **kwargs)
Get Change Log
Get the change log for a container. This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
container_type | ChangeLogContainerType | | required |
container_id | str | | required |
version | (int, optional) | Optional version if retrieving logs for file | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
get_change_log_with_http_info(container_type, container_id, **kwargs)
Get Change Log
Get the change log for a container. This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
container_type | ChangeLogContainerType | | required |
container_id | str | | required |
version | (int, optional) | Optional version if retrieving logs for file | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
get_field_change_log(container_type, container_id, field, **kwargs)
Get change logs by specific field, in reverse chronological order
Get change logs by specific field, in reverse chronological order. This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
container_type | ChangeLogContainerType | | required |
container_id | str | | required |
field | str | | required |
version | (int, optional) | Optional version if retrieving logs for file | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
get_field_change_log_with_http_info(container_type, container_id, field, **kwargs)
Get change logs by specific field, in reverse chronological order
Get change logs by specific field, in reverse chronological order. This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
container_type | ChangeLogContainerType | | required |
container_id | str | | required |
field | str | | required |
version | (int, optional) | Optional version if retrieving logs for file | required |
async_ | (bool, optional) | Perform the request asynchronously | required |