{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Datasets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "List all datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets" }, "docs": "List all datasets" }, { "info": { "name": "Create dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/datasets", "body": { "type": "json", "data": "{}" } }, "docs": "Create dataset" }, { "info": { "name": "Retrieve dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve dataset" }, { "info": { "name": "Update dataset", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update dataset" }, { "info": { "name": "Delete dataset", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete dataset" }, { "info": { "name": "List all fields in dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/fields", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List all fields in dataset" }, { "info": { "name": "Retrieve field in dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/fields/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve field in dataset" }, { "info": { "name": "Update field", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/datasets/:id/fields/:name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update field" }, { "info": { "name": "Get tags for dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/tags", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get tags for dataset" }, { "info": { "name": "Get tag values for dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/tags/values", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get tag values for dataset" }, { "info": { "name": "Get metrics for dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/metrics", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get metrics for dataset" }, { "info": { "name": "Get metric tags for dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/metrics/tags", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get metric tags for dataset" }, { "info": { "name": "Get metric tag values for dataset", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/datasets/:id/metrics/tags/values", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get metric tag values for dataset" }, { "info": { "name": "Trim dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/datasets/:id/trim", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Trim dataset" }, { "info": { "name": "Vacuum dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/datasets/:id/vacuum", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Vacuum dataset" }, { "info": { "name": "Ingest data to dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/datasets/:dataset/ingest", "params": [ { "name": "dataset", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Ingest data to dataset" }, { "info": { "name": "Run query against dataset", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/datasets/:dataset/query", "params": [ { "name": "dataset", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run query against dataset" }, { "info": { "name": "Ingest data to edge deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v1/datasets/:dataset/ingest", "params": [ { "name": "dataset", "value": "", "type": "path" } ] }, "docs": "Ingest data to edge deployment" }, { "info": { "name": "Run legacy query", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/v1/datasets/:dataset/query", "params": [ { "name": "dataset", "value": "", "type": "path" } ] }, "docs": "Run legacy query" } ] } ], "bundled": true }