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

avi.getAlbservicesconfig

Explore with Pulumi AI

<!–

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

–>

layout: “avi”

page_title: “AVI: avi.Albservicesconfig” sidebar_current: “docs-avi-datasource-albservicesconfig” description: |- Get information of Avi ALBServicesConfig.

avi.Albservicesconfig

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

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";

const fooAlbservicesconfig = avi.getAlbservicesconfig({
    name: "foo",
    uuid: "albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
Copy
import pulumi
import pulumi_avi as avi

foo_albservicesconfig = avi.get_albservicesconfig(name="foo",
    uuid="albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
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.LookupAlbservicesconfig(ctx, &avi.LookupAlbservicesconfigArgs{
			Name: pulumi.StringRef("foo"),
			Uuid: pulumi.StringRef("albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;

return await Deployment.RunAsync(() => 
{
    var fooAlbservicesconfig = Avi.GetAlbservicesconfig.Invoke(new()
    {
        Name = "foo",
        Uuid = "albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });

});
Copy
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.GetAlbservicesconfigArgs;
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 fooAlbservicesconfig = AviFunctions.getAlbservicesconfig(GetAlbservicesconfigArgs.builder()
            .name("foo")
            .uuid("albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
            .build());

    }
}
Copy
variables:
  fooAlbservicesconfig:
    fn::invoke:
      function: avi:getAlbservicesconfig
      arguments:
        name: foo
        uuid: albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

Using getAlbservicesconfig

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 getAlbservicesconfig(args: GetAlbservicesconfigArgs, opts?: InvokeOptions): Promise<GetAlbservicesconfigResult>
function getAlbservicesconfigOutput(args: GetAlbservicesconfigOutputArgs, opts?: InvokeOptions): Output<GetAlbservicesconfigResult>
Copy
def get_albservicesconfig(id: Optional[str] = None,
                          name: Optional[str] = None,
                          tenant_ref: Optional[str] = None,
                          uuid: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetAlbservicesconfigResult
def get_albservicesconfig_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[GetAlbservicesconfigResult]
Copy
func LookupAlbservicesconfig(ctx *Context, args *LookupAlbservicesconfigArgs, opts ...InvokeOption) (*LookupAlbservicesconfigResult, error)
func LookupAlbservicesconfigOutput(ctx *Context, args *LookupAlbservicesconfigOutputArgs, opts ...InvokeOption) LookupAlbservicesconfigResultOutput
Copy

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

public static class GetAlbservicesconfig 
{
    public static Task<GetAlbservicesconfigResult> InvokeAsync(GetAlbservicesconfigArgs args, InvokeOptions? opts = null)
    public static Output<GetAlbservicesconfigResult> Invoke(GetAlbservicesconfigInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAlbservicesconfigResult> getAlbservicesconfig(GetAlbservicesconfigArgs args, InvokeOptions options)
public static Output<GetAlbservicesconfigResult> getAlbservicesconfig(GetAlbservicesconfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: avi:index/getAlbservicesconfig:getAlbservicesconfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Name string
Search ALBServicesConfig by name.
TenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search ALBServicesConfig by uuid.
Id string
Name string
Search ALBServicesConfig by name.
TenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search ALBServicesConfig by uuid.
id String
name String
Search ALBServicesConfig by name.
tenantRef String
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search ALBServicesConfig by uuid.
id string
name string
Search ALBServicesConfig by name.
tenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid string
Search ALBServicesConfig by uuid.
id str
name str
Search ALBServicesConfig by name.
tenant_ref str
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid str
Search ALBServicesConfig by uuid.
id String
name String
Search ALBServicesConfig by name.
tenantRef String
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search ALBServicesConfig by uuid.

getAlbservicesconfig Result

The following output properties are available:

AppSignatureConfigs List<GetAlbservicesconfigAppSignatureConfig>
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
AssetContacts List<GetAlbservicesconfigAssetContact>
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
CaseConfigs List<GetAlbservicesconfigCaseConfig>
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes List<GetAlbservicesconfigConfigpbAttribute>
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
FeatureOptInStatuses List<GetAlbservicesconfigFeatureOptInStatus>
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
Id string
InventoryConfigs List<GetAlbservicesconfigInventoryConfig>
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
IpReputationConfigs List<GetAlbservicesconfigIpReputationConfig>
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Mode string
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
Name string
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
PollingInterval string
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
PortalUrl string
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SaasLicensingConfigs List<GetAlbservicesconfigSaasLicensingConfig>
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SessionConfigs List<GetAlbservicesconfigSessionConfig>
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SplitProxyConfigurations List<GetAlbservicesconfigSplitProxyConfiguration>
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantConfigs List<GetAlbservicesconfigTenantConfig>
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UseSplitProxy string
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UseTls string
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
UserAgentDbConfigs List<GetAlbservicesconfigUserAgentDbConfig>
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
WafConfigs List<GetAlbservicesconfigWafConfig>
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
AppSignatureConfigs []GetAlbservicesconfigAppSignatureConfig
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
AssetContacts []GetAlbservicesconfigAssetContact
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
CaseConfigs []GetAlbservicesconfigCaseConfig
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes []GetAlbservicesconfigConfigpbAttribute
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
FeatureOptInStatuses []GetAlbservicesconfigFeatureOptInStatus
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
Id string
InventoryConfigs []GetAlbservicesconfigInventoryConfig
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
IpReputationConfigs []GetAlbservicesconfigIpReputationConfig
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Mode string
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
Name string
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
PollingInterval string
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
PortalUrl string
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SaasLicensingConfigs []GetAlbservicesconfigSaasLicensingConfig
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SessionConfigs []GetAlbservicesconfigSessionConfig
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
SplitProxyConfigurations []GetAlbservicesconfigSplitProxyConfiguration
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantConfigs []GetAlbservicesconfigTenantConfig
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UseSplitProxy string
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
UseTls string
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
UserAgentDbConfigs []GetAlbservicesconfigUserAgentDbConfig
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
WafConfigs []GetAlbservicesconfigWafConfig
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
appSignatureConfigs List<GetAlbservicesconfigAppSignatureConfig>
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
assetContacts List<GetAlbservicesconfigAssetContact>
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
caseConfigs List<GetAlbservicesconfigCaseConfig>
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes List<GetAlbservicesconfigConfigpbAttribute>
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
featureOptInStatuses List<GetAlbservicesconfigFeatureOptInStatus>
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
id String
inventoryConfigs List<GetAlbservicesconfigInventoryConfig>
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ipReputationConfigs List<GetAlbservicesconfigIpReputationConfig>
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
mode String
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
name String
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
pollingInterval String
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
portalUrl String
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
saasLicensingConfigs List<GetAlbservicesconfigSaasLicensingConfig>
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sessionConfigs List<GetAlbservicesconfigSessionConfig>
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
splitProxyConfigurations List<GetAlbservicesconfigSplitProxyConfiguration>
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantConfigs List<GetAlbservicesconfigTenantConfig>
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef String
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useSplitProxy String
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useTls String
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
userAgentDbConfigs List<GetAlbservicesconfigUserAgentDbConfig>
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
wafConfigs List<GetAlbservicesconfigWafConfig>
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
appSignatureConfigs GetAlbservicesconfigAppSignatureConfig[]
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
assetContacts GetAlbservicesconfigAssetContact[]
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
caseConfigs GetAlbservicesconfigCaseConfig[]
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes GetAlbservicesconfigConfigpbAttribute[]
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
featureOptInStatuses GetAlbservicesconfigFeatureOptInStatus[]
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
id string
inventoryConfigs GetAlbservicesconfigInventoryConfig[]
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ipReputationConfigs GetAlbservicesconfigIpReputationConfig[]
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
mode string
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
name string
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
pollingInterval string
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
portalUrl string
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
saasLicensingConfigs GetAlbservicesconfigSaasLicensingConfig[]
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sessionConfigs GetAlbservicesconfigSessionConfig[]
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
splitProxyConfigurations GetAlbservicesconfigSplitProxyConfiguration[]
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantConfigs GetAlbservicesconfigTenantConfig[]
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef string
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useSplitProxy string
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useTls string
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
userAgentDbConfigs GetAlbservicesconfigUserAgentDbConfig[]
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid string
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
wafConfigs GetAlbservicesconfigWafConfig[]
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
app_signature_configs Sequence[GetAlbservicesconfigAppSignatureConfig]
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
asset_contacts Sequence[GetAlbservicesconfigAssetContact]
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
case_configs Sequence[GetAlbservicesconfigCaseConfig]
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpb_attributes Sequence[GetAlbservicesconfigConfigpbAttribute]
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
feature_opt_in_statuses Sequence[GetAlbservicesconfigFeatureOptInStatus]
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
id str
inventory_configs Sequence[GetAlbservicesconfigInventoryConfig]
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ip_reputation_configs Sequence[GetAlbservicesconfigIpReputationConfig]
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
mode str
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
name str
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
polling_interval str
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
portal_url str
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
saas_licensing_configs Sequence[GetAlbservicesconfigSaasLicensingConfig]
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
session_configs Sequence[GetAlbservicesconfigSessionConfig]
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
split_proxy_configurations Sequence[GetAlbservicesconfigSplitProxyConfiguration]
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenant_configs Sequence[GetAlbservicesconfigTenantConfig]
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenant_ref str
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
use_split_proxy str
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
use_tls str
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
user_agent_db_configs Sequence[GetAlbservicesconfigUserAgentDbConfig]
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid str
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
waf_configs Sequence[GetAlbservicesconfigWafConfig]
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
appSignatureConfigs List<Property Map>
Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
assetContacts List<Property Map>
Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
caseConfigs List<Property Map>
Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes List<Property Map>
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
featureOptInStatuses List<Property Map>
Features opt-in for pulse cloud services. Field introduced in 20.1.1.
id String
inventoryConfigs List<Property Map>
Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ipReputationConfigs List<Property Map>
Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
mode String
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
name String
Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
pollingInterval String
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
portalUrl String
The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
saasLicensingConfigs List<Property Map>
Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
sessionConfigs List<Property Map>
Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
splitProxyConfigurations List<Property Map>
Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantConfigs List<Property Map>
Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef String
Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useSplitProxy String
By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
useTls String
Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
userAgentDbConfigs List<Property Map>
Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
wafConfigs List<Property Map>
Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.

Supporting Types

GetAlbservicesconfigAppSignatureConfig

AppSignatureSyncInterval This property is required. string
AppSignatureSyncInterval This property is required. string
appSignatureSyncInterval This property is required. String
appSignatureSyncInterval This property is required. string
app_signature_sync_interval This property is required. str
appSignatureSyncInterval This property is required. String

GetAlbservicesconfigAssetContact

AccountId This property is required. string
AccountName This property is required. string
Email This property is required. string
ManagedAccounts This property is required. List<GetAlbservicesconfigAssetContactManagedAccount>
Name This property is required. string
Search ALBServicesConfig by name.
Phone This property is required. string
AccountId This property is required. string
AccountName This property is required. string
Email This property is required. string
ManagedAccounts This property is required. []GetAlbservicesconfigAssetContactManagedAccount
Name This property is required. string
Search ALBServicesConfig by name.
Phone This property is required. string
accountId This property is required. String
accountName This property is required. String
email This property is required. String
managedAccounts This property is required. List<GetAlbservicesconfigAssetContactManagedAccount>
name This property is required. String
Search ALBServicesConfig by name.
phone This property is required. String
accountId This property is required. string
accountName This property is required. string
email This property is required. string
managedAccounts This property is required. GetAlbservicesconfigAssetContactManagedAccount[]
name This property is required. string
Search ALBServicesConfig by name.
phone This property is required. string
account_id This property is required. str
account_name This property is required. str
email This property is required. str
managed_accounts This property is required. Sequence[GetAlbservicesconfigAssetContactManagedAccount]
name This property is required. str
Search ALBServicesConfig by name.
phone This property is required. str
accountId This property is required. String
accountName This property is required. String
email This property is required. String
managedAccounts This property is required. List<Property Map>
name This property is required. String
Search ALBServicesConfig by name.
phone This property is required. String

GetAlbservicesconfigAssetContactManagedAccount

Id This property is required. string
Name This property is required. string
Search ALBServicesConfig by name.
Users This property is required. List<GetAlbservicesconfigAssetContactManagedAccountUser>
Id This property is required. string
Name This property is required. string
Search ALBServicesConfig by name.
Users This property is required. []GetAlbservicesconfigAssetContactManagedAccountUser
id This property is required. String
name This property is required. String
Search ALBServicesConfig by name.
users This property is required. List<GetAlbservicesconfigAssetContactManagedAccountUser>
id This property is required. string
name This property is required. string
Search ALBServicesConfig by name.
users This property is required. GetAlbservicesconfigAssetContactManagedAccountUser[]
id This property is required. str
name This property is required. str
Search ALBServicesConfig by name.
users This property is required. Sequence[GetAlbservicesconfigAssetContactManagedAccountUser]
id This property is required. String
name This property is required. String
Search ALBServicesConfig by name.
users This property is required. List<Property Map>

GetAlbservicesconfigAssetContactManagedAccountUser

Email This property is required. string
Name This property is required. string
Search ALBServicesConfig by name.
Phone This property is required. string
Email This property is required. string
Name This property is required. string
Search ALBServicesConfig by name.
Phone This property is required. string
email This property is required. String
name This property is required. String
Search ALBServicesConfig by name.
phone This property is required. String
email This property is required. string
name This property is required. string
Search ALBServicesConfig by name.
phone This property is required. string
email This property is required. str
name This property is required. str
Search ALBServicesConfig by name.
phone This property is required. str
email This property is required. String
name This property is required. String
Search ALBServicesConfig by name.
phone This property is required. String

GetAlbservicesconfigCaseConfig

AdditionalEmails This property is required. List<string>
EnableAutoCaseCreationOnControllerFailure This property is required. string
EnableAutoCaseCreationOnSeFailure This property is required. string
EnableCleanupOfAttachedFiles This property is required. string
AdditionalEmails This property is required. []string
EnableAutoCaseCreationOnControllerFailure This property is required. string
EnableAutoCaseCreationOnSeFailure This property is required. string
EnableCleanupOfAttachedFiles This property is required. string
additionalEmails This property is required. List<String>
enableAutoCaseCreationOnControllerFailure This property is required. String
enableAutoCaseCreationOnSeFailure This property is required. String
enableCleanupOfAttachedFiles This property is required. String
additionalEmails This property is required. string[]
enableAutoCaseCreationOnControllerFailure This property is required. string
enableAutoCaseCreationOnSeFailure This property is required. string
enableCleanupOfAttachedFiles This property is required. string
additional_emails This property is required. Sequence[str]
enable_auto_case_creation_on_controller_failure This property is required. str
enable_auto_case_creation_on_se_failure This property is required. str
enable_cleanup_of_attached_files This property is required. str
additionalEmails This property is required. List<String>
enableAutoCaseCreationOnControllerFailure This property is required. String
enableAutoCaseCreationOnSeFailure This property is required. String
enableCleanupOfAttachedFiles This property is required. String

GetAlbservicesconfigConfigpbAttribute

Version This property is required. string
Version This property is required. string
version This property is required. String
version This property is required. string
version This property is required. str
version This property is required. String

GetAlbservicesconfigFeatureOptInStatus

EnableAppsignatureSync This property is required. string
EnableIpReputation This property is required. string
EnablePulseCaseManagement This property is required. string
EnablePulseInventory This property is required. string
EnablePulseWafManagement This property is required. string
EnableUserAgentDbSync This property is required. string
EnableAppsignatureSync This property is required. string
EnableIpReputation This property is required. string
EnablePulseCaseManagement This property is required. string
EnablePulseInventory This property is required. string
EnablePulseWafManagement This property is required. string
EnableUserAgentDbSync This property is required. string
enableAppsignatureSync This property is required. String
enableIpReputation This property is required. String
enablePulseCaseManagement This property is required. String
enablePulseInventory This property is required. String
enablePulseWafManagement This property is required. String
enableUserAgentDbSync This property is required. String
enableAppsignatureSync This property is required. string
enableIpReputation This property is required. string
enablePulseCaseManagement This property is required. string
enablePulseInventory This property is required. string
enablePulseWafManagement This property is required. string
enableUserAgentDbSync This property is required. string
enable_appsignature_sync This property is required. str
enable_ip_reputation This property is required. str
enable_pulse_case_management This property is required. str
enable_pulse_inventory This property is required. str
enable_pulse_waf_management This property is required. str
enable_user_agent_db_sync This property is required. str
enableAppsignatureSync This property is required. String
enableIpReputation This property is required. String
enablePulseCaseManagement This property is required. String
enablePulseInventory This property is required. String
enablePulseWafManagement This property is required. String
enableUserAgentDbSync This property is required. String

GetAlbservicesconfigInventoryConfig

EnableSearchInfo This property is required. string
EnableSearchInfo This property is required. string
enableSearchInfo This property is required. String
enableSearchInfo This property is required. string
enable_search_info This property is required. str
enableSearchInfo This property is required. String

GetAlbservicesconfigIpReputationConfig

EnableIpv4Reputation This property is required. string
EnableIpv6Reputation This property is required. string
IpReputationFileObjectExpiryDuration This property is required. string
IpReputationSyncInterval This property is required. string
EnableIpv4Reputation This property is required. string
EnableIpv6Reputation This property is required. string
IpReputationFileObjectExpiryDuration This property is required. string
IpReputationSyncInterval This property is required. string
enableIpv4Reputation This property is required. String
enableIpv6Reputation This property is required. String
ipReputationFileObjectExpiryDuration This property is required. String
ipReputationSyncInterval This property is required. String
enableIpv4Reputation This property is required. string
enableIpv6Reputation This property is required. string
ipReputationFileObjectExpiryDuration This property is required. string
ipReputationSyncInterval This property is required. string
enable_ipv4_reputation This property is required. str
enable_ipv6_reputation This property is required. str
ip_reputation_file_object_expiry_duration This property is required. str
ip_reputation_sync_interval This property is required. str
enableIpv4Reputation This property is required. String
enableIpv6Reputation This property is required. String
ipReputationFileObjectExpiryDuration This property is required. String
ipReputationSyncInterval This property is required. String

GetAlbservicesconfigSaasLicensingConfig

EnableNotionalReserve This property is required. string
MaxServiceUnits This property is required. string
ReserveServiceUnits This property is required. string
EnableNotionalReserve This property is required. string
MaxServiceUnits This property is required. string
ReserveServiceUnits This property is required. string
enableNotionalReserve This property is required. String
maxServiceUnits This property is required. String
reserveServiceUnits This property is required. String
enableNotionalReserve This property is required. string
maxServiceUnits This property is required. string
reserveServiceUnits This property is required. string
enable_notional_reserve This property is required. str
max_service_units This property is required. str
reserve_service_units This property is required. str
enableNotionalReserve This property is required. String
maxServiceUnits This property is required. String
reserveServiceUnits This property is required. String

GetAlbservicesconfigSessionConfig

sessionHeaders This property is required. List<Property Map>

GetAlbservicesconfigSessionConfigSessionHeader

Name This property is required. string
Search ALBServicesConfig by name.
Value This property is required. string
Name This property is required. string
Search ALBServicesConfig by name.
Value This property is required. string
name This property is required. String
Search ALBServicesConfig by name.
value This property is required. String
name This property is required. string
Search ALBServicesConfig by name.
value This property is required. string
name This property is required. str
Search ALBServicesConfig by name.
value This property is required. str
name This property is required. String
Search ALBServicesConfig by name.
value This property is required. String

GetAlbservicesconfigSplitProxyConfiguration

Host This property is required. string
Password This property is required. string
Port This property is required. string
Username This property is required. string
Host This property is required. string
Password This property is required. string
Port This property is required. string
Username This property is required. string
host This property is required. String
password This property is required. String
port This property is required. String
username This property is required. String
host This property is required. string
password This property is required. string
port This property is required. string
username This property is required. string
host This property is required. str
password This property is required. str
port This property is required. str
username This property is required. str
host This property is required. String
password This property is required. String
port This property is required. String
username This property is required. String

GetAlbservicesconfigTenantConfig

HeartbeatInterval This property is required. string
LicenseEscrowInterval This property is required. string
LicenseExpiryInterval This property is required. string
LicenseReconcileInterval This property is required. string
LicenseRefreshInterval This property is required. string
LicenseRenewalInterval This property is required. string
TokenRefreshInterval This property is required. string
HeartbeatInterval This property is required. string
LicenseEscrowInterval This property is required. string
LicenseExpiryInterval This property is required. string
LicenseReconcileInterval This property is required. string
LicenseRefreshInterval This property is required. string
LicenseRenewalInterval This property is required. string
TokenRefreshInterval This property is required. string
heartbeatInterval This property is required. String
licenseEscrowInterval This property is required. String
licenseExpiryInterval This property is required. String
licenseReconcileInterval This property is required. String
licenseRefreshInterval This property is required. String
licenseRenewalInterval This property is required. String
tokenRefreshInterval This property is required. String
heartbeatInterval This property is required. string
licenseEscrowInterval This property is required. string
licenseExpiryInterval This property is required. string
licenseReconcileInterval This property is required. string
licenseRefreshInterval This property is required. string
licenseRenewalInterval This property is required. string
tokenRefreshInterval This property is required. string
heartbeat_interval This property is required. str
license_escrow_interval This property is required. str
license_expiry_interval This property is required. str
license_reconcile_interval This property is required. str
license_refresh_interval This property is required. str
license_renewal_interval This property is required. str
token_refresh_interval This property is required. str
heartbeatInterval This property is required. String
licenseEscrowInterval This property is required. String
licenseExpiryInterval This property is required. String
licenseReconcileInterval This property is required. String
licenseRefreshInterval This property is required. String
licenseRenewalInterval This property is required. String
tokenRefreshInterval This property is required. String

GetAlbservicesconfigUserAgentDbConfig

AllowedBatchSize This property is required. string
AllowedBatchSize This property is required. string
allowedBatchSize This property is required. String
allowedBatchSize This property is required. string
allowed_batch_size This property is required. str
allowedBatchSize This property is required. String

GetAlbservicesconfigWafConfig

EnableAutoDownloadWafSignatures This property is required. string
EnableWafSignaturesNotifications This property is required. string
EnableAutoDownloadWafSignatures This property is required. string
EnableWafSignaturesNotifications This property is required. string
enableAutoDownloadWafSignatures This property is required. String
enableWafSignaturesNotifications This property is required. String
enableAutoDownloadWafSignatures This property is required. string
enableWafSignaturesNotifications This property is required. string
enable_auto_download_waf_signatures This property is required. str
enable_waf_signatures_notifications This property is required. str
enableAutoDownloadWafSignatures This property is required. String
enableWafSignaturesNotifications This property is required. String

Package Details

Repository
avi vmware/terraform-provider-avi
License
Notes
This Pulumi package is based on the avi Terraform Provider.