Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
94 changes: 94 additions & 0 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -17061,6 +17061,100 @@
]
}
},
"/api/fleet/agent_policies/{agentPolicyId}/auto_upgrade_agents_status": {
"get": {
"description": "Get auto upgrade agent status<br/><br/>[Required authorization] Route required privileges: fleet-agents-read.",
"operationId": "get-fleet-agent-policies-agentpolicyid-auto-upgrade-agents-status",
"parameters": [
{
"in": "path",
"name": "agentPolicyId",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
"currentVersions": {
"items": {
"additionalProperties": false,
"properties": {
"agents": {
"type": "number"
},
"failedUpgradeAgents": {
"type": "number"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"agents",
"failedUpgradeAgents"
],
"type": "object"
},
"type": "array"
},
"totalAgents": {
"type": "number"
}
},
"required": [
"currentVersions",
"totalAgents"
],
"type": "object"
}
}
}
},
"400": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"description": "Generic Error",
"properties": {
"attributes": {},
"error": {
"type": "string"
},
"errorType": {
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"type": "number"
}
},
"required": [
"message",
"attributes"
],
"type": "object"
}
}
}
}
},
"summary": "Get auto upgrade agent status",
"tags": [
"Elastic Agent policies"
]
}
},
"/api/fleet/agent_policies/{agentPolicyId}/copy": {
"post": {
"description": "Copy an agent policy by ID.<br/><br/>[Required authorization] Route required privileges: fleet-agent-policies-all.",
Expand Down
94 changes: 94 additions & 0 deletions oas_docs/bundle.serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -17061,6 +17061,100 @@
]
}
},
"/api/fleet/agent_policies/{agentPolicyId}/auto_upgrade_agents_status": {
"get": {
"description": "Get auto upgrade agent status<br/><br/>[Required authorization] Route required privileges: fleet-agents-read.",
"operationId": "get-fleet-agent-policies-agentpolicyid-auto-upgrade-agents-status",
"parameters": [
{
"in": "path",
"name": "agentPolicyId",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"properties": {
"currentVersions": {
"items": {
"additionalProperties": false,
"properties": {
"agents": {
"type": "number"
},
"failedUpgradeAgents": {
"type": "number"
},
"version": {
"type": "string"
}
},
"required": [
"version",
"agents",
"failedUpgradeAgents"
],
"type": "object"
},
"type": "array"
},
"totalAgents": {
"type": "number"
}
},
"required": [
"currentVersions",
"totalAgents"
],
"type": "object"
}
}
}
},
"400": {
"content": {
"application/json": {
"schema": {
"additionalProperties": false,
"description": "Generic Error",
"properties": {
"attributes": {},
"error": {
"type": "string"
},
"errorType": {
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"type": "number"
}
},
"required": [
"message",
"attributes"
],
"type": "object"
}
}
}
}
},
"summary": "Get auto upgrade agent status",
"tags": [
"Elastic Agent policies"
]
}
},
"/api/fleet/agent_policies/{agentPolicyId}/copy": {
"post": {
"description": "Copy an agent policy by ID.<br/><br/>[Required authorization] Route required privileges: fleet-agent-policies-all.",
Expand Down
62 changes: 62 additions & 0 deletions oas_docs/output/kibana.serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20614,6 +20614,68 @@ paths:
summary: Update an agent policy
tags:
- Elastic Agent policies
/api/fleet/agent_policies/{agentPolicyId}/auto_upgrade_agents_status:
get:
description: 'Get auto upgrade agent status<br/><br/>[Required authorization] Route required privileges: fleet-agents-read.'
operationId: get-fleet-agent-policies-agentpolicyid-auto-upgrade-agents-status
parameters:
- in: path
name: agentPolicyId
required: true
schema:
type: string
responses:
'200':
content:
application/json:
schema:
additionalProperties: false
type: object
properties:
currentVersions:
items:
additionalProperties: false
type: object
properties:
agents:
type: number
failedUpgradeAgents:
type: number
version:
type: string
required:
- version
- agents
- failedUpgradeAgents
type: array
totalAgents:
type: number
required:
- currentVersions
- totalAgents
'400':
content:
application/json:
schema:
additionalProperties: false
description: Generic Error
type: object
properties:
attributes: {}
error:
type: string
errorType:
type: string
message:
type: string
statusCode:
type: number
required:
- message
- attributes
summary: Get auto upgrade agent status
tags:
- Elastic Agent policies
/api/fleet/agent_policies/{agentPolicyId}/copy:
post:
description: 'Copy an agent policy by ID.<br/><br/>[Required authorization] Route required privileges: fleet-agent-policies-all.'
Expand Down
62 changes: 62 additions & 0 deletions oas_docs/output/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22856,6 +22856,68 @@ paths:
summary: Update an agent policy
tags:
- Elastic Agent policies
/api/fleet/agent_policies/{agentPolicyId}/auto_upgrade_agents_status:
get:
description: 'Get auto upgrade agent status<br/><br/>[Required authorization] Route required privileges: fleet-agents-read.'
operationId: get-fleet-agent-policies-agentpolicyid-auto-upgrade-agents-status
parameters:
- in: path
name: agentPolicyId
required: true
schema:
type: string
responses:
'200':
content:
application/json:
schema:
additionalProperties: false
type: object
properties:
currentVersions:
items:
additionalProperties: false
type: object
properties:
agents:
type: number
failedUpgradeAgents:
type: number
version:
type: string
required:
- version
- agents
- failedUpgradeAgents
type: array
totalAgents:
type: number
required:
- currentVersions
- totalAgents
'400':
content:
application/json:
schema:
additionalProperties: false
description: Generic Error
type: object
properties:
attributes: {}
error:
type: string
errorType:
type: string
message:
type: string
statusCode:
type: number
required:
- message
- attributes
summary: Get auto upgrade agent status
tags:
- Elastic Agent policies
/api/fleet/agent_policies/{agentPolicyId}/copy:
post:
description: 'Copy an agent policy by ID.<br/><br/>[Required authorization] Route required privileges: fleet-agent-policies-all.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export type ExperimentalFeatures = typeof allowedExperimentalValues;
const _allowedExperimentalValues = {
showExperimentalShipperOptions: false,
useSpaceAwareness: false,
enableAutomaticAgentUpgrades: false,
enableAutomaticAgentUpgrades: true,
enableSyncIntegrationsOnRemote: false,
enableSSLSecrets: false,
installedIntegrationsTabularUI: false,
Expand Down
Loading