ovh_billovh_bill_detailovh_cloud_ai_appovh_cloud_ai_jobovh_cloud_ai_notebookovh_cloud_data_jobovh_cloud_databaseovh_cloud_flavorovh_cloud_imageovh_cloud_instanceovh_cloud_postgresovh_cloud_projectovh_cloud_regionovh_cloud_ssh_keyovh_cloud_storage_s3ovh_cloud_storage_swiftovh_cloud_volumeovh_cloud_volume_snapshotovh_log_selfovh_refundovh_refund_detail
Table: ovh_log_self
Get the logs from recent API calls made from your account.
The ovh_log_self
table can be used to query information about your recent API calls.
Examples
List logs
select id, date, accountfrom ovh_log_self;
Get a log
select id, date, accountfrom ovh_log_selfwhere id = 'XXXXXX';
Schema for ovh_log_self
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
account | text | User performing the action. | |
date | timestamp with time zone | Date of the log. | |
id | text | = | ID of the log. |
ip | text | Origin IP of the action. | |
method | text | Method requested. | |
path | text | Path used for the action with project and object IDs. | |
route | text | Route used for the action. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |