Add gitops endpoints to api_endpoints catalog (#44291)
Resolves #44279 Add gitops endpoints to api_endpoints catalog
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/config/certificate"
|
||||
display_name: "Get Fleet certificate"
|
||||
- method: "PATCH"
|
||||
path: "/api/v1/fleet/config"
|
||||
display_name: "Updates Fleet configuration"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/config"
|
||||
display_name: "Get Fleet configuration"
|
||||
@@ -406,6 +409,9 @@
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/scripts/results/:execution_id"
|
||||
display_name: "Get script result"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/scripts/batch"
|
||||
display_name: "Batch-run script"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/scripts/run/batch"
|
||||
display_name: "Batch-run script"
|
||||
@@ -510,4 +516,83 @@
|
||||
display_name: "Delete custom variable"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/configuration_profiles/:profile_uuid/status"
|
||||
display_name: "Get OS setting (configuration profile) status"
|
||||
display_name: "Get OS setting (configuration profile) status"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/me"
|
||||
display_name: "Get current user"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/spec/labels"
|
||||
display_name: "Get labels spec"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/labels"
|
||||
display_name: "Apply labels spec"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/abm_tokens/count"
|
||||
display_name: "Count Apple Business Manager (ABM) tokens"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/spec/certificate_authorities"
|
||||
display_name: "Get certificate authorities spec"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/certificate_authorities"
|
||||
display_name: "Batch-apply certificate authorities"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/certificates"
|
||||
display_name: "Apply certificate templates spec"
|
||||
- method: "DELETE"
|
||||
path: "/api/v1/fleet/spec/certificates"
|
||||
display_name: "Delete certificate templates spec"
|
||||
- method: "PUT"
|
||||
path: "/api/v1/fleet/spec/secret_variables"
|
||||
display_name: "Save secret variables"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/reports"
|
||||
display_name: "Apply reports spec"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/policies"
|
||||
display_name: "Apply policies spec"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/spec/fleets"
|
||||
display_name: "Batch-apply fleets spec"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/policies"
|
||||
display_name: "List policies"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/policies/delete"
|
||||
display_name: "Delete policies"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/mdm/profiles/batch"
|
||||
display_name: "Batch-apply MDM configuration profiles"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/mdm/profiles/:profile_uuid"
|
||||
display_name: "Download MDM configuration profile"
|
||||
deprecated: true
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/mdm/bootstrap/:fleet_id/metadata"
|
||||
display_name: "Get MDM bootstrap package metadata"
|
||||
- method: "DELETE"
|
||||
path: "/api/v1/fleet/mdm/bootstrap/:fleet_id"
|
||||
display_name: "Delete MDM bootstrap package"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/software/batch"
|
||||
display_name: "Batch-apply software installers"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/batch/:request_uuid"
|
||||
display_name: "Get batch software installers result"
|
||||
- method: "POST"
|
||||
path: "/api/v1/fleet/software/app_store_apps/batch"
|
||||
display_name: "Batch-associate App Store apps"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/fleet_maintained_apps"
|
||||
display_name: "List Fleet-maintained apps"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/fleet_maintained_apps/:app_id"
|
||||
display_name: "Get Fleet-maintained app"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/titles/:title_id/icon"
|
||||
display_name: "Get software title icon"
|
||||
- method: "PUT"
|
||||
path: "/api/v1/fleet/software/titles/:title_id/icon"
|
||||
display_name: "Upload or update software title icon"
|
||||
- method: "DELETE"
|
||||
path: "/api/v1/fleet/software/titles/:title_id/icon"
|
||||
display_name: "Delete software title icon"
|
||||
Reference in New Issue
Block a user