Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29668,6 +29668,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down Expand Up @@ -30209,6 +30211,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down Expand Up @@ -30606,6 +30610,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down
6 changes: 6 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31579,6 +31579,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down Expand Up @@ -32120,6 +32122,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down Expand Up @@ -32517,6 +32521,8 @@ paths:
- UPG_WATCHING
- UPG_ROLLBACK
type: string
reason:
type: string
retry_error_msg:
type: string
retry_until:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export const AgentResponseSchema = schema.object({
error_msg: schema.maybe(schema.string()),
retry_error_msg: schema.maybe(schema.string()),
retry_until: schema.maybe(schema.string()),
reason: schema.maybe(schema.string()),
})
),
}),
Expand Down