-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add table ovh_log_self #41
Conversation
Makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, could you clean the Makefile
?
ovh/plugin.go
Outdated
@@ -17,6 +17,7 @@ func Plugin(ctx context.Context) *plugin.Plugin { | |||
}, | |||
TableMap: map[string]*plugin.Table{ | |||
"ovh_bill": tableOvhBill(), | |||
"ovh_log_self": tableOvhLog(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you sort the lines?
Hi, Thanks for your contribution. I'll test it later. |
select | ||
id, | ||
date, | ||
acount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
acount | |
account |
Hi, I tested it, works fine, good job. Once you fix the typo in the doc I'll merge and release a new version. |
Merged in ad3573f. Thanks! |
This PR adds support for a ovh_log_self table.
It fetches logs for previous API calls made in OVH Public Cloud API with one's own account, using this endpoint.