# OpenAPI spec describing a subset of the HTTP REST API for the cc-metric-store.
openapi:3.0.3
info:
title:'cc-metric-store REST API'
description:'In-memory time series database for hpc metrics to be used with the [ClusterCockpit](https://github.com/ClusterCockpit) toolsuite'
version:0.1.0
paths:
'/api/write':
post:
operationId:'writeMetrics'
description:'Recieves metrics in the influx line-protocol using [this format](https://github.com/ClusterCockpit/cc-specifications/blob/master/metrics/lineprotocol_alternative.md)'
description:'If not null, add a new query for every known host on that cluster and every metric (at node-scope) specified in this array to the request. This can be used to get a metric for every host in a cluster without knowing the name of every host.'
description:'If true, every query result will have exactly one element. Otherwise, the data for every requested type-id/sub-type-id is provided seperately'