Google Cloud Native is in preview. Google Cloud Classic is fully supported.
published on Wednesday, Nov 29, 2023 by Pulumi
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
published on Wednesday, Nov 29, 2023 by Pulumi
Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist
Using getPerfSampleSeries
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 getPerfSampleSeries(args: GetPerfSampleSeriesArgs, opts?: InvokeOptions): Promise<GetPerfSampleSeriesResult>
function getPerfSampleSeriesOutput(args: GetPerfSampleSeriesOutputArgs, opts?: InvokeOptions): Output<GetPerfSampleSeriesResult>def get_perf_sample_series(execution_id: Optional[str] = None,
history_id: Optional[str] = None,
project: Optional[str] = None,
sample_series_id: Optional[str] = None,
step_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPerfSampleSeriesResult
def get_perf_sample_series_output(execution_id: Optional[pulumi.Input[str]] = None,
history_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
sample_series_id: Optional[pulumi.Input[str]] = None,
step_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPerfSampleSeriesResult]func LookupPerfSampleSeries(ctx *Context, args *LookupPerfSampleSeriesArgs, opts ...InvokeOption) (*LookupPerfSampleSeriesResult, error)
func LookupPerfSampleSeriesOutput(ctx *Context, args *LookupPerfSampleSeriesOutputArgs, opts ...InvokeOption) LookupPerfSampleSeriesResultOutput> Note: This function is named LookupPerfSampleSeries in the Go SDK.
public static class GetPerfSampleSeries
{
public static Task<GetPerfSampleSeriesResult> InvokeAsync(GetPerfSampleSeriesArgs args, InvokeOptions? opts = null)
public static Output<GetPerfSampleSeriesResult> Invoke(GetPerfSampleSeriesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPerfSampleSeriesResult> getPerfSampleSeries(GetPerfSampleSeriesArgs args, InvokeOptions options)
public static Output<GetPerfSampleSeriesResult> getPerfSampleSeries(GetPerfSampleSeriesArgs args, InvokeOptions options)
fn::invoke:
function: google-native:toolresults/v1beta3:getPerfSampleSeries
arguments:
# arguments dictionaryThe following arguments are supported:
- Execution
Id string - History
Id string - Sample
Series stringId - Step
Id string - Project string
- Execution
Id string - History
Id string - Sample
Series stringId - Step
Id string - Project string
- execution
Id String - history
Id String - sample
Series StringId - step
Id String - project String
- execution
Id string - history
Id string - sample
Series stringId - step
Id string - project string
- execution_
id str - history_
id str - sample_
series_ strid - step_
id str - project str
- execution
Id String - history
Id String - sample
Series StringId - step
Id String - project String
getPerfSampleSeries Result
The following output properties are available:
- Basic
Perf Pulumi.Sample Series Google Native. Tool Results. V1Beta3. Outputs. Basic Perf Sample Series Response - Basic series represented by a line chart
- Execution
Id string - A tool results execution ID.
- History
Id string - A tool results history ID.
- Project string
- The cloud project
- Sample
Series stringId - A sample series id
- Step
Id string - A tool results step ID.
- Basic
Perf BasicSample Series Perf Sample Series Response - Basic series represented by a line chart
- Execution
Id string - A tool results execution ID.
- History
Id string - A tool results history ID.
- Project string
- The cloud project
- Sample
Series stringId - A sample series id
- Step
Id string - A tool results step ID.
- basic
Perf BasicSample Series Perf Sample Series Response - Basic series represented by a line chart
- execution
Id String - A tool results execution ID.
- history
Id String - A tool results history ID.
- project String
- The cloud project
- sample
Series StringId - A sample series id
- step
Id String - A tool results step ID.
- basic
Perf BasicSample Series Perf Sample Series Response - Basic series represented by a line chart
- execution
Id string - A tool results execution ID.
- history
Id string - A tool results history ID.
- project string
- The cloud project
- sample
Series stringId - A sample series id
- step
Id string - A tool results step ID.
- basic_
perf_ Basicsample_ series Perf Sample Series Response - Basic series represented by a line chart
- execution_
id str - A tool results execution ID.
- history_
id str - A tool results history ID.
- project str
- The cloud project
- sample_
series_ strid - A sample series id
- step_
id str - A tool results step ID.
- basic
Perf Property MapSample Series - Basic series represented by a line chart
- execution
Id String - A tool results execution ID.
- history
Id String - A tool results history ID.
- project String
- The cloud project
- sample
Series StringId - A sample series id
- step
Id String - A tool results step ID.
Supporting Types
BasicPerfSampleSeriesResponse
- Perf
Metric stringType - Perf
Unit string - Sample
Series stringLabel
- Perf
Metric stringType - Perf
Unit string - Sample
Series stringLabel
- perf
Metric StringType - perf
Unit String - sample
Series StringLabel
- perf
Metric stringType - perf
Unit string - sample
Series stringLabel
- perf_
metric_ strtype - perf_
unit str - sample_
series_ strlabel
- perf
Metric StringType - perf
Unit String - sample
Series StringLabel
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
published on Wednesday, Nov 29, 2023 by Pulumi
