1. Packages
  2. Avi Provider
  3. API Docs
  4. getAlbservicesjob
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getAlbservicesjob

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Albservicesjob” sidebar_current: “docs-avi-datasource-albservicesjob” description: |- Get information of Avi ALBServicesJob.

    avi.Albservicesjob

    This data source is used to to get avi.Albservicesjob objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooAlbservicesjob = avi.getAlbservicesjob({
        name: "foo",
        uuid: "albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_albservicesjob = avi.get_albservicesjob(name="foo",
        uuid="albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.LookupAlbservicesjob(ctx, &avi.LookupAlbservicesjobArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var fooAlbservicesjob = Avi.GetAlbservicesjob.Invoke(new()
        {
            Name = "foo",
            Uuid = "albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetAlbservicesjobArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var fooAlbservicesjob = AviFunctions.getAlbservicesjob(GetAlbservicesjobArgs.builder()
                .name("foo")
                .uuid("albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooAlbservicesjob:
        fn::invoke:
          function: avi:getAlbservicesjob
          arguments:
            name: foo
            uuid: albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getAlbservicesjob

    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 getAlbservicesjob(args: GetAlbservicesjobArgs, opts?: InvokeOptions): Promise<GetAlbservicesjobResult>
    function getAlbservicesjobOutput(args: GetAlbservicesjobOutputArgs, opts?: InvokeOptions): Output<GetAlbservicesjobResult>
    def get_albservicesjob(id: Optional[str] = None,
                           name: Optional[str] = None,
                           tenant_ref: Optional[str] = None,
                           uuid: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetAlbservicesjobResult
    def get_albservicesjob_output(id: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           tenant_ref: Optional[pulumi.Input[str]] = None,
                           uuid: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetAlbservicesjobResult]
    func LookupAlbservicesjob(ctx *Context, args *LookupAlbservicesjobArgs, opts ...InvokeOption) (*LookupAlbservicesjobResult, error)
    func LookupAlbservicesjobOutput(ctx *Context, args *LookupAlbservicesjobOutputArgs, opts ...InvokeOption) LookupAlbservicesjobResultOutput

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

    public static class GetAlbservicesjob 
    {
        public static Task<GetAlbservicesjobResult> InvokeAsync(GetAlbservicesjobArgs args, InvokeOptions? opts = null)
        public static Output<GetAlbservicesjobResult> Invoke(GetAlbservicesjobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlbservicesjobResult> getAlbservicesjob(GetAlbservicesjobArgs args, InvokeOptions options)
    public static Output<GetAlbservicesjobResult> getAlbservicesjob(GetAlbservicesjobArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getAlbservicesjob:getAlbservicesjob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search ALBServicesJob by name.
    TenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search ALBServicesJob by uuid.
    Id string
    Name string
    Search ALBServicesJob by name.
    TenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    Search ALBServicesJob by uuid.
    id String
    name String
    Search ALBServicesJob by name.
    tenantRef String
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search ALBServicesJob by uuid.
    id string
    name string
    Search ALBServicesJob by name.
    tenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    Search ALBServicesJob by uuid.
    id str
    name str
    Search ALBServicesJob by name.
    tenant_ref str
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    Search ALBServicesJob by uuid.
    id String
    name String
    Search ALBServicesJob by name.
    tenantRef String
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    Search ALBServicesJob by uuid.

    getAlbservicesjob Result

    The following output properties are available:

    Command string
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes List<GetAlbservicesjobConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EndTimes List<GetAlbservicesjobEndTime>
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    Name string
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Params List<GetAlbservicesjobParam>
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PulseJobId string
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    PulseSyncStatus string
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Result string
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StartTimes List<GetAlbservicesjobStartTime>
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Status string
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusUpdateTimes List<GetAlbservicesjobStatusUpdateTime>
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Token string
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Command string
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    ConfigpbAttributes []GetAlbservicesjobConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    EndTimes []GetAlbservicesjobEndTime
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    Name string
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Params []GetAlbservicesjobParam
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    PulseJobId string
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    PulseSyncStatus string
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Result string
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    StartTimes []GetAlbservicesjobStartTime
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Status string
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    StatusUpdateTimes []GetAlbservicesjobStatusUpdateTime
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    Token string
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Uuid string
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    command String
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<GetAlbservicesjobConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    endTimes List<GetAlbservicesjobEndTime>
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    name String
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    params List<GetAlbservicesjobParam>
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseJobId String
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseSyncStatus String
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    result String
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    startTimes List<GetAlbservicesjobStartTime>
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    status String
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusUpdateTimes List<GetAlbservicesjobStatusUpdateTime>
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    token String
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    command string
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes GetAlbservicesjobConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    endTimes GetAlbservicesjobEndTime[]
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    id string
    name string
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    params GetAlbservicesjobParam[]
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseJobId string
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseSyncStatus string
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    result string
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    startTimes GetAlbservicesjobStartTime[]
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    status string
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusUpdateTimes GetAlbservicesjobStatusUpdateTime[]
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef string
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    token string
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid string
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    command str
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpb_attributes Sequence[GetAlbservicesjobConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    end_times Sequence[GetAlbservicesjobEndTime]
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    id str
    name str
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    params Sequence[GetAlbservicesjobParam]
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulse_job_id str
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulse_sync_status str
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    result str
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    start_times Sequence[GetAlbservicesjobStartTime]
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    status str
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    status_update_times Sequence[GetAlbservicesjobStatusUpdateTime]
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenant_ref str
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    token str
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid str
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    command String
    The command to be triggered by the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    endTimes List<Property Map>
    Time at which the albservicesjob ended. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    name String
    The name of the albservicesjob. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    params List<Property Map>
    Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseJobId String
    A unique identifier for this job entry on the pulse cloud services. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    pulseSyncStatus String
    Status of sync to pulse cloud services(result uploads/state updates). Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    result String
    Job result. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    startTimes List<Property Map>
    Time at which the albservicesjob started. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    status String
    The status of the albservicesjob. Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_ENABLED. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    statusUpdateTimes List<Property Map>
    Time at which the status of albservicesjob updated. Field introduced in 22.1.6. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef String
    The unique identifier of the tenant to which this albservicesjob belongs. It is a reference to an object of type tenant. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
    token String
    Job token. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    uuid String
    A unique identifier for this albservicesjob entry. Field introduced in 21.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.

    Supporting Types

    GetAlbservicesjobConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetAlbservicesjobEndTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GetAlbservicesjobParam

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    GetAlbservicesjobStartTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    GetAlbservicesjobStatusUpdateTime

    Secs string
    Usecs string
    Secs string
    Usecs string
    secs String
    usecs String
    secs string
    usecs string
    secs str
    usecs str
    secs String
    usecs String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware