-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enum of values for delete package response
- Loading branch information
John Schulz
committed
Jul 21, 2021
1 parent
e002831
commit 5c04dfc
Showing
5 changed files
with
82 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
x-pack/plugins/fleet/common/openapi/components/schemas/elasticsearch_asset_type.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: Elasticsearch asset type | ||
type: string | ||
enum: | ||
- component_template | ||
- ingest_pipeline | ||
- index_template | ||
- ilm_policy | ||
- transform | ||
- data_stream_ilm_policy |
11 changes: 11 additions & 0 deletions
11
x-pack/plugins/fleet/common/openapi/components/schemas/kibana_saved_object_type.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: Kibana saved object asset type | ||
type: string | ||
enum: | ||
- dashboard | ||
- visualization | ||
- search | ||
- index-pattern | ||
- map | ||
- lens | ||
- ml-module | ||
- security-rule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters