Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Albservicesjob"" pulumi-lang-dotnet=" avi.Albservicesjob"" pulumi-lang-go=" Albservicesjob"" pulumi-lang-python=" Albservicesjob"" pulumi-lang-yaml=" avi.Albservicesjob"" pulumi-lang-java=" avi.Albservicesjob""> 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({
uuid: "albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_albservicesjob = avi.get_albservicesjob(uuid="albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
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{
Uuid: pulumi.StringRef("albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, 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()
{
Uuid = "albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
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()
.uuid("albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooAlbservicesjob:
fn::invoke:
function: avi:getAlbservicesjob
arguments:
uuid: albservicesjob-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
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 dictionaryThe following arguments are supported:
- Id string
- Name string
- Search ALBServicesJob by name.
- Tenant
Ref 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.
- Tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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.
- Configpb
Attributes List<GetAlbservicesjob Configpb Attribute> - 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 List<GetAlbservicesjob End Time> - 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<Get
Albservicesjob Param> - Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pulse
Job stringId - 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 stringStatus - 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.
- Start
Times List<GetAlbservicesjob Start Time> - 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.
- Status
Update List<GetTimes Albservicesjob Status Update Time> - 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 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.
- Configpb
Attributes []GetAlbservicesjob Configpb Attribute - 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 []GetAlbservicesjob End Time - 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
[]Get
Albservicesjob Param - Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Pulse
Job stringId - 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 stringStatus - 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.
- Start
Times []GetAlbservicesjob Start Time - 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.
- Status
Update []GetTimes Albservicesjob Status Update Time - 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 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.
- configpb
Attributes List<GetAlbservicesjob Configpb Attribute> - 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 List<GetAlbservicesjob End Time> - 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<Get
Albservicesjob Param> - Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pulse
Job StringId - 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 StringStatus - 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.
- start
Times List<GetAlbservicesjob Start Time> - 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.
- status
Update List<GetTimes Albservicesjob Status Update Time> - 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 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.
- configpb
Attributes GetAlbservicesjob Configpb Attribute[] - 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 GetAlbservicesjob End Time[] - 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
Get
Albservicesjob Param[] - Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pulse
Job stringId - 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 stringStatus - 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.
- start
Times GetAlbservicesjob Start Time[] - 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.
- status
Update GetTimes Albservicesjob Status Update Time[] - 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 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[GetAlbservicesjob Configpb Attribute] - 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[GetAlbservicesjob End Time] - 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[Get
Albservicesjob Param] - Job params. Field introduced in 22.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- pulse_
job_ strid - 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_ strstatus - 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[GetAlbservicesjob Start Time] - 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_ Sequence[Gettimes Albservicesjob Status Update Time] - 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.
- configpb
Attributes 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.
- end
Times 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.
- pulse
Job StringId - 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 StringStatus - 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.
- start
Times 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.
- status
Update List<Property Map>Times - 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 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 str
- version String
GetAlbservicesjobEndTime
GetAlbservicesjobParam
GetAlbservicesjobStartTime
GetAlbservicesjobStatusUpdateTime
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
