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
48 changes: 37 additions & 11 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7843,7 +7843,7 @@ menu:
- TriggerFleetSchedule
unstable:
- v2
order: 5
order: 13
- name: Update a schedule
url: '#update-a-schedule'
identifier: fleet-automation-update-a-schedule
Expand All @@ -7856,7 +7856,7 @@ menu:
- UpdateFleetSchedule
unstable:
- v2
order: 3
order: 11
- name: Get a schedule by ID
url: '#get-a-schedule-by-id'
identifier: fleet-automation-get-a-schedule-by-id
Expand All @@ -7869,7 +7869,7 @@ menu:
- GetFleetSchedule
unstable:
- v2
order: 2
order: 10
- name: Delete a schedule
url: '#delete-a-schedule'
identifier: fleet-automation-delete-a-schedule
Expand All @@ -7882,7 +7882,7 @@ menu:
- DeleteFleetSchedule
unstable:
- v2
order: 4
order: 12
- name: Create a schedule
url: '#create-a-schedule'
identifier: fleet-automation-create-a-schedule
Expand All @@ -7895,7 +7895,7 @@ menu:
- CreateFleetSchedule
unstable:
- v2
order: 1
order: 9
- name: List all schedules
url: '#list-all-schedules'
identifier: fleet-automation-list-all-schedules
Expand All @@ -7908,7 +7908,7 @@ menu:
- ListFleetSchedules
unstable:
- v2
order: 0
order: 8
- name: Cancel a deployment
url: '#cancel-a-deployment'
identifier: fleet-automation-cancel-a-deployment
Expand All @@ -7921,7 +7921,7 @@ menu:
- CancelFleetDeployment
unstable:
- v2
order: 4
order: 7
- name: Get a configuration deployment by ID
url: '#get-a-configuration-deployment-by-id'
identifier: fleet-automation-get-a-configuration-deployment-by-id
Expand All @@ -7934,7 +7934,7 @@ menu:
- GetFleetDeployment
unstable:
- v2
order: 3
order: 6
- name: Upgrade hosts
url: '#upgrade-hosts'
identifier: fleet-automation-upgrade-hosts
Expand All @@ -7947,7 +7947,7 @@ menu:
- CreateFleetDeploymentUpgrade
unstable:
- v2
order: 2
order: 5
- name: Create a configuration deployment
url: '#create-a-configuration-deployment'
identifier: fleet-automation-create-a-configuration-deployment
Expand All @@ -7960,7 +7960,7 @@ menu:
- CreateFleetDeploymentConfigure
unstable:
- v2
order: 1
order: 4
- name: List all deployments
url: '#list-all-deployments'
identifier: fleet-automation-list-all-deployments
Expand All @@ -7973,7 +7973,33 @@ menu:
- ListFleetDeployments
unstable:
- v2
order: 0
order: 3
- name: Get detailed information about an agent
url: '#get-detailed-information-about-an-agent'
identifier: fleet-automation-get-detailed-information-about-an-agent
parent: fleet-automation
generated: true
params:
versions:
- v2
operationids:
- GetFleetAgentInfo
unstable:
- v2
order: 2
- name: List all Datadog Agents
url: '#list-all-datadog-agents'
identifier: fleet-automation-list-all-datadog-agents
parent: fleet-automation
generated: true
params:
versions:
- v2
operationids:
- ListFleetAgents
unstable:
- v2
order: 1
- name: List all available Agent versions
url: '#list-all-available-agent-versions'
identifier: fleet-automation-list-all-available-agent-versions
Expand Down
Loading
Loading