Added back previously deprecated end-points (#44140)
Added back previously deprecated end-points.
This commit is contained in:
@@ -427,6 +427,9 @@
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/scripts"
|
||||
display_name: "List scripts"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/hosts/:id/software"
|
||||
display_name: "List host's software"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/hosts/:id/scripts"
|
||||
display_name: "List host's scripts"
|
||||
@@ -439,6 +442,12 @@
|
||||
- method: "DELETE"
|
||||
path: "/api/v1/fleet/sessions/:id"
|
||||
display_name: "Delete session"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/titles"
|
||||
display_name: "List software titles"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/titles/:id"
|
||||
display_name: "Get software title"
|
||||
- method: "GET"
|
||||
path: "/api/v1/fleet/software/versions"
|
||||
display_name: "List software versions"
|
||||
|
||||
Reference in New Issue
Block a user