-
Notifications
You must be signed in to change notification settings - Fork 84
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 snapshot.repository_analyze #3403
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
/** | ||
* The limit on the size of a blob written during the test. | ||
*/ | ||
max_blob_size: string |
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 this field and the following ones be modeled as ByteSize?
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.
I've updated these properties to use "Duration" and "ByteSize" data types in b151058
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Show resolved
Hide resolved
specification/snapshot/repository_analyze/SnapshotAnalyzeRepositoryResponse.ts
Outdated
Show resolved
Hide resolved
…itoryResponse.ts Co-authored-by: Florian Bernd <git@flobernd.de>
…itoryResponse.ts Co-authored-by: Florian Bernd <git@flobernd.de>
…itoryResponse.ts Co-authored-by: Florian Bernd <git@flobernd.de>
…itoryResponse.ts Co-authored-by: Florian Bernd <git@flobernd.de>
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
I think I've addressed all the feedback, thanks! |
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.
LGTM! Thank you 🙂
Co-authored-by: Florian Bernd <git@flobernd.de> (cherry picked from commit fa1f90c)
Co-authored-by: Florian Bernd <git@flobernd.de> (cherry picked from commit fa1f90c)
Relates to #3377
This PR adds a missing specification based on https://www.elastic.co/guide/en/elasticsearch/reference/master/repo-analysis-api.html