InfluxDB · Capability
Complete InfluxDB Cloud API — Bucket Schemas
Complete InfluxDB Cloud API — Bucket Schemas. 4 operations. Lead operation: List measurement schemas of a bucket. Self-contained Naftiko capability covering one Influxdb business surface.
What You Can Do
GET
Getmeasurementschemas
— List measurement schemas of a bucket
/v1/api/v2/buckets/{bucketid}/schema/measurements
POST
Createmeasurementschema
— Create a measurement schema for a bucket
/v1/api/v2/buckets/{bucketid}/schema/measurements
GET
Getmeasurementschema
— Retrieve a measurement schema
/v1/api/v2/buckets/{bucketid}/schema/measurements/{measurementid}
PATCH
Updatemeasurementschema
— Update a measurement schema
/v1/api/v2/buckets/{bucketid}/schema/measurements/{measurementid}
MCP Tools
list-measurement-schemas-bucket
List measurement schemas of a bucket
read-only
idempotent
create-measurement-schema-bucket
Create a measurement schema for a bucket
retrieve-measurement-schema
Retrieve a measurement schema
read-only
idempotent
update-measurement-schema
Update a measurement schema
idempotent