Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.toolresults/v1beta3.getPerfSampleSeries
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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:
- ExecutionId string
- HistoryId string
- SampleSeries stringId 
- StepId string
- Project string
- ExecutionId string
- HistoryId string
- SampleSeries stringId 
- StepId string
- Project string
- executionId String
- historyId String
- sampleSeries StringId 
- stepId String
- project String
- executionId string
- historyId string
- sampleSeries stringId 
- stepId string
- project string
- execution_id str
- history_id str
- sample_series_ strid 
- step_id str
- project str
- executionId String
- historyId String
- sampleSeries StringId 
- stepId String
- project String
getPerfSampleSeries Result
The following output properties are available:
- BasicPerf Pulumi.Sample Series Google Native. Tool Results. V1Beta3. Outputs. Basic Perf Sample Series Response 
- Basic series represented by a line chart
- ExecutionId string
- A tool results execution ID.
- HistoryId string
- A tool results history ID.
- Project string
- The cloud project
- SampleSeries stringId 
- A sample series id
- StepId string
- A tool results step ID.
- BasicPerf BasicSample Series Perf Sample Series Response 
- Basic series represented by a line chart
- ExecutionId string
- A tool results execution ID.
- HistoryId string
- A tool results history ID.
- Project string
- The cloud project
- SampleSeries stringId 
- A sample series id
- StepId string
- A tool results step ID.
- basicPerf BasicSample Series Perf Sample Series Response 
- Basic series represented by a line chart
- executionId String
- A tool results execution ID.
- historyId String
- A tool results history ID.
- project String
- The cloud project
- sampleSeries StringId 
- A sample series id
- stepId String
- A tool results step ID.
- basicPerf BasicSample Series Perf Sample Series Response 
- Basic series represented by a line chart
- executionId string
- A tool results execution ID.
- historyId string
- A tool results history ID.
- project string
- The cloud project
- sampleSeries stringId 
- A sample series id
- stepId 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.
- basicPerf Property MapSample Series 
- Basic series represented by a line chart
- executionId String
- A tool results execution ID.
- historyId String
- A tool results history ID.
- project String
- The cloud project
- sampleSeries StringId 
- A sample series id
- stepId String
- A tool results step ID.
Supporting Types
BasicPerfSampleSeriesResponse    
- PerfMetric stringType 
- PerfUnit string
- SampleSeries stringLabel 
- PerfMetric stringType 
- PerfUnit string
- SampleSeries stringLabel 
- perfMetric StringType 
- perfUnit String
- sampleSeries StringLabel 
- perfMetric stringType 
- perfUnit string
- sampleSeries stringLabel 
- perf_metric_ strtype 
- perf_unit str
- sample_series_ strlabel 
- perfMetric StringType 
- perfUnit String
- sampleSeries 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.