Data API: Series Methods
| Name | Method / Path / Description |
|---|---|
| get | GET /series/{format}/{entity}/{metric} Retrieves series values for the specified entity, metric, and series tags in CSV and JSON format. |
| query | POST /series/query Retrieves series values for the specified filters in JSON format. Supports advanced filtering and transformation options compare to get method. |
| insert | POST /series/insertInserts a timestamped array of numbers for a given series identified by metric, entity, and series tags. |
| insert CSV | POST /series/csv/{entity} Inserts series values for the specified entity and series tags in CSV format. |
| delete | POST /series/delete Deletes series for the specified entity, metric, and optional series tags. |