Union types in the Management API
ApplicationResponse
will be returned; otherwise, a
FailureResponse
will be returned.
Show ApplicationResponse
Show Application
Show SnowflakeConnectionSettings
Show InternalConnectionSettings
Show AmazonDataFirehoseConnectionSettings
X-Amz-Firehose-Access-Key
header when Amazon Data Firehose issues requests to its custom HTTP endpoint.Show HttpBasicAuthSettings
Show AmazonDataFirehoseDataSourceColumn
{ "greeting": { "message": "hello, world" } }
timestamp
value, if any. You can override these
defaults in order to specify a custom table engine, custom ORDER BY, etc.Show TableSettings
X-Amz-Firehose-Access-Key
header when configuring your Amazon Data Firehose to deliver to a custom HTTP endpoint.Show AmazonDynamoDBConnectionSettings
X-Amz-Firehose-Access-Key
header when Amazon Data Firehose transmits records from your DynamoDB table to its
custom HTTP endpoint.Show HttpBasicAuthSettings
Show AmazonDynamoDBDataSourceColumn
{ "greeting": { "message": "hello, world" } }
timestamp
value, if any. You can override these
defaults in order to specify a custom table engine, custom ORDER BY, etc.Show TableSettings
X-Amz-Firehose-Access-Key
header when configuring your Amazon Data Firehose to
transmit records from your DynamoDB table to its custom HTTP endpoint.Show ClickHouseConnectionSettings
Show HttpConnectionSettings
Show HttpBasicAuthSettings
Show HttpDataSourceTable
Show KafkaConnectionSettings
Show PostgreSqlConnectionSettings
Show S3ConnectionSettings
Show S3DataSourceTable
Show TwilioSegmentConnectionSettings
Show HttpBasicAuthSettings
Show TwilioSegmentDataSourceColumn
{ "greeting": { "message": "hello, world" } }
timestamp
and uniqueId
values, if any. You can override these
defaults in order to specify a custom table engine, custom ORDER BY, etc.Show TableSettings
Show WebhookConnectionSettings
Show HttpBasicAuthSettings
Show WebhookDataSourceColumn
{ "greeting": { "message": "hello, world" } }
timestamp
and uniqueId
values, if any. You can override these
defaults in order to specify a custom table engine, custom ORDER BY, etc.Show TableSettings
Show Deprecated Fields
DataSourceResponse
will be returned; otherwise, a
FailureResponse
will be returned.
Show DataSourceResponse
Show DataSource
dataPools
field on a Data Source, you will get Data Pools for the Data Source.The dataPools
field uses cursor-based pagination typical of GraphQL APIs. You can use the pairs of parameters first
and after
or last
and before
to page forward or backward through the results, respectively.For forward pagination, the first
parameter defines the number of results to return, and the after
parameter defines the cursor to continue from. You should pass the cursor for the last result of the current page to after
.For backward pagination, the last
parameter defines the number of results to return, and the before
parameter defines the cursor to continue from. You should pass the cursor for the first result of the current page to before
.Show MergeTreeTableEngine
MERGE_TREE
.Show TableEngineType
MERGE_TREE
: The MergeTree table engine.REPLACING_MERGE_TREE
: The ReplacingMergeTree table engine.SUMMING_MERGE_TREE
: The SummingMergeTree table engine.AGGREGATING_MERGE_TREE
: The AggregatingMergeTree table engine.POSTGRESQL
: The PostgreSQL table engine.Show ReplacingMergeTreeTableEngine
REPLACING_MERGE_TREE
.Show TableEngineType
MERGE_TREE
: The MergeTree table engine.REPLACING_MERGE_TREE
: The ReplacingMergeTree table engine.SUMMING_MERGE_TREE
: The SummingMergeTree table engine.AGGREGATING_MERGE_TREE
: The AggregatingMergeTree table engine.POSTGRESQL
: The PostgreSQL table engine.ver
parameter to the ReplacingMergeTree engine.Show SummingMergeTreeTableEngine
SUMMING_MERGE_TREE
.Show TableEngineType
MERGE_TREE
: The MergeTree table engine.REPLACING_MERGE_TREE
: The ReplacingMergeTree table engine.SUMMING_MERGE_TREE
: The SummingMergeTree table engine.AGGREGATING_MERGE_TREE
: The AggregatingMergeTree table engine.POSTGRESQL
: The PostgreSQL table engine.Show AggregatingMergeTreeTableEngine
AGGREGATING_MERGE_TREE
.Show TableEngineType
MERGE_TREE
: The MergeTree table engine.REPLACING_MERGE_TREE
: The ReplacingMergeTree table engine.SUMMING_MERGE_TREE
: The SummingMergeTree table engine.AGGREGATING_MERGE_TREE
: The AggregatingMergeTree table engine.POSTGRESQL
: The PostgreSQL table engine.Show PostgreSqlTableEngine
POSTGRESQL
.Show TableEngineType
MERGE_TREE
: The MergeTree table engine.REPLACING_MERGE_TREE
: The ReplacingMergeTree table engine.SUMMING_MERGE_TREE
: The SummingMergeTree table engine.AGGREGATING_MERGE_TREE
: The AggregatingMergeTree table engine.POSTGRESQL
: The PostgreSQL table engine.DataPoolResponse
will be returned; otherwise, a
FailureResponse
will be returned.
Show DataPoolResponse
Show DataPool
Show Deprecated Fields
Show CountMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show SumMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Dimension
Show Deprecated Fields
Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show CountDistinctMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Dimension
Show Deprecated Fields
Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show AverageMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Dimension
Show Deprecated Fields
Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show MinMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Dimension
Show Deprecated Fields
Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show MaxMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Dimension
Show Deprecated Fields
Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.Show CustomMetricSettings
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.You can provide the filters in the form of SQL.Show Deprecated Fields
filters
property on the timeSeriesInput
, counterInput
, or leaderboardInput
objects. There is no need to add filters
to be able to filter at query time.deprecated: Use filterSql
insteadShow Filter
and
and or
. For example, to construct a filter equivalent to(value > 0 AND value <= 100) OR status = "confirmed"
{
"column": "value",
"operator": "GREATER_THAN",
"value": "0",
"and": [{
"column": "value",
"operator": "LESS_THAN_OR_EQUAL_TO",
"value": "0"
}],
"or": [{
"column": "status",
"operator": "EQUALS",
"value": "confirmed"
}]
}
and
takes precedence over or
.