Skip to content

Commit

Permalink
Re-generate cat.thread_pool
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 18, 2024
1 parent 9916993 commit e5699fc
Show file tree
Hide file tree
Showing 13 changed files with 349 additions and 551 deletions.
1 change: 1 addition & 0 deletions src/ApiGenerator/Configuration/CodeConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static class CodeConfiguration
new("cat.snapshots"),
new("cat.tasks"),
new("cat.templates"),
new("cat.thread_pool"),

new("cluster.*"),
new("dangling_indices.*"),
Expand Down
1 change: 0 additions & 1 deletion src/OpenSearch.Client/ApiUrlsLookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace OpenSearch.Client
internal static partial class ApiUrlsLookups
{
internal static ApiUrls NoNamespaceBulk = new ApiUrls(new[]{"_bulk", "{index}/_bulk"});
internal static ApiUrls CatThreadPool = new ApiUrls(new[]{"_cat/thread_pool", "_cat/thread_pool/{thread_pool_patterns}"});
internal static ApiUrls NoNamespaceClearScroll = new ApiUrls(new[]{"_search/scroll"});
internal static ApiUrls NoNamespaceCount = new ApiUrls(new[]{"_count", "{index}/_count"});
internal static ApiUrls NoNamespaceCreate = new ApiUrls(new[]{"{index}/_create/{id}"});
Expand Down
99 changes: 0 additions & 99 deletions src/OpenSearch.Client/Descriptors.Cat.cs

This file was deleted.

87 changes: 0 additions & 87 deletions src/OpenSearch.Client/OpenSearchClient.Cat.cs

This file was deleted.

153 changes: 0 additions & 153 deletions src/OpenSearch.Client/Requests.Cat.cs

This file was deleted.

3 changes: 3 additions & 0 deletions src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ internal static partial class ApiUrlsLookups
internal static readonly ApiUrls CatTemplates =
new(new[] { "_cat/templates", "_cat/templates/{name}" });

internal static readonly ApiUrls CatThreadPool =
new(new[] { "_cat/thread_pool", "_cat/thread_pool/{thread_pool_patterns}" });

internal static readonly ApiUrls ClusterAllocationExplain =
new(new[] { "_cluster/allocation/explain" });

Expand Down
Loading

0 comments on commit e5699fc

Please sign in to comment.