{"@context": "https://schema.org", "@type": "WebAPI", "name": "Influx OSS API Service API", "description": "# Authentication <!-- ReDoc-Inject: <security-definitions> -->", "provider": {"@type": "Organization", "name": "influxdata.com"}, "documentation": "blob:https://docs.influxdata.com/blobId"}
# Authentication <!-- ReDoc-Inject: <security-definitions> -->
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
# Authentication <!-- ReDoc-Inject: <security-definitions> -->
| method | path | what the vendor says it does |
|---|---|---|
GET | / | List all top level routes Routes |
GET | /authorizations | List all authorizations Authorizations |
POST | /authorizations | Create an authorization Authorizations |
GET | /authorizations/{authID} | Retrieve an authorization Authorizations |
PATCH | /authorizations/{authID} | Update an authorization to be active or inactive Authorizations |
DELETE | /authorizations/{authID} | Delete an authorization Authorizations |
GET | /buckets | List all buckets Buckets |
POST | /buckets | Create a bucket Buckets |
GET | /buckets/{bucketID} | Retrieve a bucket Buckets |
PATCH | /buckets/{bucketID} | Update a bucket Buckets |
DELETE | /buckets/{bucketID} | Delete a bucket Buckets |
GET | /buckets/{bucketID}/labels | List all labels for a bucket Buckets |
POST | /buckets/{bucketID}/labels | Add a label to a bucket Buckets |
DELETE | /buckets/{bucketID}/labels/{labelID} | Delete a label from a bucket Buckets |
GET | /buckets/{bucketID}/members | List all users with member privileges for a bucket Buckets |
POST | /buckets/{bucketID}/members | Add a member to a bucket Buckets |
DELETE | /buckets/{bucketID}/members/{userID} | Remove a member from a bucket Buckets |
GET | /buckets/{bucketID}/owners | List all owners of a bucket Buckets |
POST | /buckets/{bucketID}/owners | Add an owner to a bucket Buckets |
DELETE | /buckets/{bucketID}/owners/{userID} | Remove an owner from a bucket Buckets |
GET | /checks | List all checks Checks |
POST | /checks | Add new check Checks |
GET | /checks/{checkID} | Retrieve a check Checks |
PUT | /checks/{checkID} | Update a check Checks |
PATCH | /checks/{checkID} | Update a check Checks |
DELETE | /checks/{checkID} | Delete a check Checks |
GET | /checks/{checkID}/labels | List all labels for a check Checks |
POST | /checks/{checkID}/labels | Add a label to a check Checks |
DELETE | /checks/{checkID}/labels/{labelID} | Delete label from a check Checks |
GET | /checks/{checkID}/query | Retrieve a check query Checks |
GET | /dashboards | List all dashboards Dashboards |
POST | /dashboards | Create a dashboard Dashboards |
GET | /dashboards/{dashboardID} | Retrieve a Dashboard Dashboards |
PATCH | /dashboards/{dashboardID} | Update a dashboard Dashboards |
DELETE | /dashboards/{dashboardID} | Delete a dashboard Dashboards |
POST | /dashboards/{dashboardID}/cells | Create a dashboard cell Cells Dashboards |
PUT | /dashboards/{dashboardID}/cells | Replace cells in a dashboard Replaces all cells in a dashboard. This is used primarily to update the positiona |
PATCH | /dashboards/{dashboardID}/cells/{cellID} | Update the non-positional information related to a cell Updates the non positional information related to a ce |
DELETE | /dashboards/{dashboardID}/cells/{cellID} | Delete a dashboard cell Cells Dashboards |
GET | /dashboards/{dashboardID}/cells/{cellID}/view | Retrieve the view for a cell Cells Dashboards Views |
and 157 more operation(s) in this specification, all searchable.
specification origin: blob:https://docs.influxdata.com/blobId
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.