vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getBusinessMetrics
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
Using getBusinessMetrics
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 getBusinessMetrics(opts?: InvokeOptions): Promise<GetBusinessMetricsResult>
function getBusinessMetricsOutput(opts?: InvokeOptions): Output<GetBusinessMetricsResult>def get_business_metrics(opts: Optional[InvokeOptions] = None) -> GetBusinessMetricsResult
def get_business_metrics_output(opts: Optional[InvokeOptions] = None) -> Output[GetBusinessMetricsResult]func GetBusinessMetrics(ctx *Context, opts ...InvokeOption) (*GetBusinessMetricsResult, error)
func GetBusinessMetricsOutput(ctx *Context, opts ...InvokeOption) GetBusinessMetricsResultOutput> Note: This function is named GetBusinessMetrics in the Go SDK.
public static class GetBusinessMetrics 
{
    public static Task<GetBusinessMetricsResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetBusinessMetricsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetBusinessMetricsResult> getBusinessMetrics(InvokeOptions options)
public static Output<GetBusinessMetricsResult> getBusinessMetrics(InvokeOptions options)
fn::invoke:
  function: vantage:index/getBusinessMetrics:getBusinessMetrics
  arguments:
    # arguments dictionarygetBusinessMetrics Result
The following output properties are available:
- BusinessMetrics List<GetBusiness Metrics Business Metric> 
- Id string
- The provider-assigned unique ID for this managed resource.
- BusinessMetrics []GetBusiness Metrics Business Metric 
- Id string
- The provider-assigned unique ID for this managed resource.
- businessMetrics List<GetBusiness Metrics Business Metric> 
- id String
- The provider-assigned unique ID for this managed resource.
- businessMetrics GetBusiness Metrics Business Metric[] 
- id string
- The provider-assigned unique ID for this managed resource.
- business_metrics Sequence[GetBusiness Metrics Business Metric] 
- id str
- The provider-assigned unique ID for this managed resource.
- businessMetrics List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetBusinessMetricsBusinessMetric    
- CostReport List<GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata> 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- CreatedBy stringToken 
- The token of the Creator of the BusinessMetric.
- Title string
- The title of the BusinessMetric.
- Token string
- The token of the BusinessMetric.
- CostReport []GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- CreatedBy stringToken 
- The token of the Creator of the BusinessMetric.
- Title string
- The title of the BusinessMetric.
- Token string
- The token of the BusinessMetric.
- costReport List<GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata> 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- createdBy StringToken 
- The token of the Creator of the BusinessMetric.
- title String
- The title of the BusinessMetric.
- token String
- The token of the BusinessMetric.
- costReport GetTokens With Metadatas Business Metrics Business Metric Cost Report Tokens With Metadata[] 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- createdBy stringToken 
- The token of the Creator of the BusinessMetric.
- title string
- The title of the BusinessMetric.
- token string
- The token of the BusinessMetric.
- cost_report_ Sequence[Gettokens_ with_ metadatas Business Metrics Business Metric Cost Report Tokens With Metadata] 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- created_by_ strtoken 
- The token of the Creator of the BusinessMetric.
- title str
- The title of the BusinessMetric.
- token str
- The token of the BusinessMetric.
- costReport List<Property Map>Tokens With Metadatas 
- The tokens for any CostReports that use the BusinessMetric, the unit scale, and label filter.
- createdBy StringToken 
- The token of the Creator of the BusinessMetric.
- title String
- The title of the BusinessMetric.
- token String
- The token of the BusinessMetric.
GetBusinessMetricsBusinessMetricCostReportTokensWithMetadata         
- CostReport stringToken 
- The token of the CostReport the BusinessMetric is attached to.
- LabelFilters List<string>
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- UnitScale string
- Determines the scale of the BusinessMetric's values within a particular CostReport.
- CostReport stringToken 
- The token of the CostReport the BusinessMetric is attached to.
- LabelFilters []string
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- UnitScale string
- Determines the scale of the BusinessMetric's values within a particular CostReport.
- costReport StringToken 
- The token of the CostReport the BusinessMetric is attached to.
- labelFilters List<String>
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- unitScale String
- Determines the scale of the BusinessMetric's values within a particular CostReport.
- costReport stringToken 
- The token of the CostReport the BusinessMetric is attached to.
- labelFilters string[]
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- unitScale string
- Determines the scale of the BusinessMetric's values within a particular CostReport.
- cost_report_ strtoken 
- The token of the CostReport the BusinessMetric is attached to.
- label_filters Sequence[str]
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- unit_scale str
- Determines the scale of the BusinessMetric's values within a particular CostReport.
- costReport StringToken 
- The token of the CostReport the BusinessMetric is attached to.
- labelFilters List<String>
- The labels that the BusinessMetric is filtered by within a particular CostReport.
- unitScale String
- Determines the scale of the BusinessMetric's values within a particular CostReport.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the vantageTerraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh