timeseries_schema_list

List timeseries schemas
get/v1/timeseries/schema

Query Parameters

limit
page_token

Responses

Object
items

list of items on this page of results

The schema for a timeseries.

This includes the name of the timeseries, as well as the datum type of its metric and the schema for each field.

Object
authz_scope

Authorization scope for a timeseries.

This describes the level at which a user must be authorized to read data from a timeseries. For example, fleet-scoping means the data is only visible to an operator or fleet reader. Project-scoped, on the other hand, indicates that a user will see data limited to the projects on which they have read permissions.

created
datum_type
booli8u8i16u16i32u32i64u64f32f64stringbytescumulative_i64cumulative_u64cumulative_f32cumulative_f64histogram_i8histogram_u8histogram_i16histogram_u16histogram_i32histogram_u32histogram_i64histogram_u64histogram_f32histogram_f64

The type of an individual datum of a metric.

description

Text descriptions for the target and metric of a timeseries.

Object
metric
target
field_schema

The name and type information for a field of a timeseries schema.

Object
description
field_type
stringi8u8i16u16i32u32i64u64ip_addruuidbool

The FieldType identifies the data type of a target or metric field.

name
source
targetmetric

The source from which a field is derived, the target or metric.

timeseries_name

Names are constructed by concatenating the target and metric names with ':'. Target and metric names must be lowercase alphanumeric characters with '_' separating words.

units

Measurement units for timeseries samples.

version
next_page

token used to fetch the next page of results (if any)