mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
c948bd1dc5
This PR is part of the Complete documentation for Fleet API project #43. The endpoints included in these changes: - /api/v1/kolide/config/certificate GET - /api/v1/kolide/config GET - /api/v1/kolide/config PATCH - /api/v1/kolide/spec/enroll_secret POST - /api/v1/kolide/spec/enroll_secret GET - /api/v1/kolide/invites POST - /api/v1/kolide/invites GET - /api/v1/kolide/invites/{id} DELETE - /api/v1/kolide/invites/{token} GET
30 lines
625 B
JSON
30 lines
625 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "localhost"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/downloads"
|
|
},
|
|
{
|
|
"pattern": "fleet.acme.org"
|
|
},
|
|
{
|
|
"pattern": "fleet.corp.example.com"
|
|
},
|
|
{
|
|
"pattern": "hello@fleetdm.com"
|
|
},
|
|
{
|
|
"pattern": "/server/datastore/mysql/migrations/"
|
|
},
|
|
{
|
|
"pattern": "linkedin.com/company/fleetdm"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206, 999]
|
|
}
|