mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Bryan Clement <bclement01@gmail.com>
This commit is contained in:
parent
c99cc5b438
commit
b1c6f74ef0
2 changed files with 1 additions and 12 deletions
|
@ -19589,16 +19589,6 @@
|
|||
"path": "x-pack/plugins/fleet/common/constants/routes.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-common.AGENT_API_ROUTES.ENROLL_PATTERN",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "ENROLL_PATTERN",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/fleet/common/constants/routes.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-common.AGENT_API_ROUTES.UNENROLL_PATTERN",
|
||||
|
@ -21782,4 +21772,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -89,7 +89,6 @@ export const AGENT_API_ROUTES = {
|
|||
CHECKIN_PATTERN: `${API_ROOT}/agents/{agentId}/checkin`,
|
||||
ACKS_PATTERN: `${API_ROOT}/agents/{agentId}/acks`,
|
||||
ACTIONS_PATTERN: `${API_ROOT}/agents/{agentId}/actions`,
|
||||
ENROLL_PATTERN: `${API_ROOT}/agents/enroll`,
|
||||
UNENROLL_PATTERN: `${API_ROOT}/agents/{agentId}/unenroll`,
|
||||
BULK_UNENROLL_PATTERN: `${API_ROOT}/agents/bulk_unenroll`,
|
||||
REASSIGN_PATTERN: `${API_ROOT}/agents/{agentId}/reassign`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue