-
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.
- Loading branch information
1 parent
4dc008d
commit f8e3ac5
Showing
17 changed files
with
726 additions
and
116 deletions.
There are no files selected for viewing
392 changes: 334 additions & 58 deletions
392
x-pack/plugins/observability_solution/apm/docs/openapi/apm/bundled.json
Large diffs are not rendered by default.
Oops, something went wrong.
258 changes: 213 additions & 45 deletions
258
x-pack/plugins/observability_solution/apm/docs/openapi/apm/bundled.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
.../plugins/observability_solution/apm/docs/openapi/apm/components/schemas/401_response.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,10 @@ | ||
type: object | ||
properties: | ||
statusCode: | ||
type: number | ||
example: 401 | ||
error: | ||
type: string | ||
example: Unauthorized | ||
message: | ||
type: string |
10 changes: 10 additions & 0 deletions
10
.../plugins/observability_solution/apm/docs/openapi/apm/components/schemas/403_response.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,10 @@ | ||
type: object | ||
properties: | ||
statusCode: | ||
type: number | ||
example: 403 | ||
error: | ||
type: string | ||
example: Forbidden | ||
message: | ||
type: string |
3 changes: 3 additions & 0 deletions
3
...ins/observability_solution/apm/docs/openapi/apm/components/schemas/agent_keys_object.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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
type: object | ||
required: | ||
- name | ||
- privileges | ||
properties: | ||
name: | ||
type: string | ||
|
23 changes: 12 additions & 11 deletions
23
...s/observability_solution/apm/docs/openapi/apm/components/schemas/agent_keys_response.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 |
---|---|---|
@@ -1,13 +1,14 @@ | ||
type: object | ||
properties: | ||
api_key: | ||
type: string | ||
expiration: | ||
type: integer | ||
format: int64 | ||
id: | ||
type: string | ||
name: | ||
type: string | ||
encoded: | ||
type: string | ||
agentKey: | ||
type: object | ||
properties: | ||
expiration: | ||
type: integer | ||
format: int64 | ||
id: | ||
type: string | ||
name: | ||
type: string | ||
encoded: | ||
type: string |
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
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
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
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
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
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