brandon
02/12/2019, 5:11 PM$ curl -u "brandon.klise:XXXX" -X GET <https://fleet.quiq.sh/api/v1/kolide/hosts>
{
"message": "Authentication Failed",
"errors": [
{
"name": "base",
"reason": "username or email and password do not match"
}
]
}
zwass
02/12/2019, 5:19 PMbrandon
02/12/2019, 5:27 PMzwass
02/12/2019, 5:27 PMfleetctl
? It's possible that whatever you are trying to achieve would be easier through scripting that.brandon
02/12/2019, 5:29 PMzwass
02/12/2019, 5:34 PMfleetctl get hosts
which was added recently (https://github.com/kolide/fleet/pull/1977)! Deleting you would still have to do through the API, but we could explore how to add this.brandon
02/12/2019, 5:47 PM/api/v1/kolide/hosts/<host>
, what value is expected for <host>
?zwass
02/12/2019, 5:47 PMTim
04/29/2019, 10:05 PM