Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getApiKeyMetrics
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApiKeyMetrics(opts?: InvokeOptions): Promise<GetApiKeyMetricsResult>
function getApiKeyMetricsOutput(opts?: InvokeOptions): Output<GetApiKeyMetricsResult>def get_api_key_metrics(opts: Optional[InvokeOptions] = None) -> GetApiKeyMetricsResult
def get_api_key_metrics_output(opts: Optional[InvokeOptions] = None) -> Output[GetApiKeyMetricsResult]func GetApiKeyMetrics(ctx *Context, opts ...InvokeOption) (*GetApiKeyMetricsResult, error)
func GetApiKeyMetricsOutput(ctx *Context, opts ...InvokeOption) GetApiKeyMetricsResultOutput> Note: This function is named GetApiKeyMetrics in the Go SDK.
public static class GetApiKeyMetrics
{
public static Task<GetApiKeyMetricsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetApiKeyMetricsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetApiKeyMetricsResult> getApiKeyMetrics(InvokeOptions options)
public static Output<GetApiKeyMetricsResult> getApiKeyMetrics(InvokeOptions options)
fn::invoke:
function: thoth:access/getApiKeyMetrics:getApiKeyMetrics
arguments:
# arguments dictionarydata "thoth_access_get_api_key_metrics" "name" {
# arguments
}getApiKeyMetrics Result
The following output properties are available:
- Active
Sdk intKeys - Avg
Latency doubleMs - Id string
- The provider-assigned unique ID for this managed resource.
- Key
Usage24h int - Metrics
Json string - Red
Team intTests
- Active
Sdk intKeys - Avg
Latency float64Ms - Id string
- The provider-assigned unique ID for this managed resource.
- Key
Usage24h int - Metrics
Json string - Red
Team intTests
- active_
sdk_ numberkeys - avg_
latency_ numberms - id string
- The provider-assigned unique ID for this managed resource.
- key_
usage24h number - metrics_
json string - red_
team_ numbertests
- active
Sdk IntegerKeys - avg
Latency DoubleMs - id String
- The provider-assigned unique ID for this managed resource.
- key
Usage24h Integer - metrics
Json String - red
Team IntegerTests
- active
Sdk numberKeys - avg
Latency numberMs - id string
- The provider-assigned unique ID for this managed resource.
- key
Usage24h number - metrics
Json string - red
Team numberTests
- active_
sdk_ intkeys - avg_
latency_ floatms - id str
- The provider-assigned unique ID for this managed resource.
- key_
usage24h int - metrics_
json str - red_
team_ inttests
- active
Sdk NumberKeys - avg
Latency NumberMs - id String
- The provider-assigned unique ID for this managed resource.
- key
Usage24h Number - metrics
Json String - red
Team NumberTests
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security