1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. fleet
  6. getEndpointStats
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getEndpointStats

    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 getEndpointStats(opts?: InvokeOptions): Promise<GetEndpointStatsResult>
    function getEndpointStatsOutput(opts?: InvokeOptions): Output<GetEndpointStatsResult>
    def get_endpoint_stats(opts: Optional[InvokeOptions] = None) -> GetEndpointStatsResult
    def get_endpoint_stats_output(opts: Optional[InvokeOptions] = None) -> Output[GetEndpointStatsResult]
    func GetEndpointStats(ctx *Context, opts ...InvokeOption) (*GetEndpointStatsResult, error)
    func GetEndpointStatsOutput(ctx *Context, opts ...InvokeOption) GetEndpointStatsResultOutput

    > Note: This function is named GetEndpointStats in the Go SDK.

    public static class GetEndpointStats 
    {
        public static Task<GetEndpointStatsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetEndpointStatsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEndpointStatsResult> getEndpointStats(InvokeOptions options)
    public static Output<GetEndpointStatsResult> getEndpointStats(InvokeOptions options)
    
    fn::invoke:
      function: thoth:fleet/getEndpointStats:getEndpointStats
      arguments:
        # arguments dictionary
    data "thoth_fleet_get_endpoint_stats" "name" {
        # arguments
    }

    getEndpointStats Result

    The following output properties are available:

    AtRisk int
    Id string
    The provider-assigned unique ID for this managed resource.
    LatestVersion string
    Managed int
    Online int
    ProxyOutdated int
    Quarantined int
    Stale int
    StatsJson string
    Total int
    Unmanaged int
    AtRisk int
    Id string
    The provider-assigned unique ID for this managed resource.
    LatestVersion string
    Managed int
    Online int
    ProxyOutdated int
    Quarantined int
    Stale int
    StatsJson string
    Total int
    Unmanaged int
    at_risk number
    id string
    The provider-assigned unique ID for this managed resource.
    latest_version string
    managed number
    online number
    proxy_outdated number
    quarantined number
    stale number
    stats_json string
    total number
    unmanaged number
    atRisk Integer
    id String
    The provider-assigned unique ID for this managed resource.
    latestVersion String
    managed Integer
    online Integer
    proxyOutdated Integer
    quarantined Integer
    stale Integer
    statsJson String
    total Integer
    unmanaged Integer
    atRisk number
    id string
    The provider-assigned unique ID for this managed resource.
    latestVersion string
    managed number
    online number
    proxyOutdated number
    quarantined number
    stale number
    statsJson string
    total number
    unmanaged number
    at_risk int
    id str
    The provider-assigned unique ID for this managed resource.
    latest_version str
    managed int
    online int
    proxy_outdated int
    quarantined int
    stale int
    stats_json str
    total int
    unmanaged int
    atRisk Number
    id String
    The provider-assigned unique ID for this managed resource.
    latestVersion String
    managed Number
    online Number
    proxyOutdated Number
    quarantined Number
    stale Number
    statsJson String
    total Number
    unmanaged Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial