ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getLogsE2m
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a logs_e2m. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsE2mInstance = ibm.getLogsE2m({
instanceId: ibm_logs_e2m.logs_e2m_instance.instance_id,
region: ibm_logs_e2m.logs_e2m_instance.region,
logsE2mId: ibm_logs_e2m.logs_e2m_instance.e2m_id,
});
import pulumi
import pulumi_ibm as ibm
logs_e2m_instance = ibm.get_logs_e2m(instance_id=ibm_logs_e2m["logs_e2m_instance"]["instance_id"],
region=ibm_logs_e2m["logs_e2m_instance"]["region"],
logs_e2m_id=ibm_logs_e2m["logs_e2m_instance"]["e2m_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupLogsE2m(ctx, &ibm.LookupLogsE2mArgs{
InstanceId: ibm_logs_e2m.Logs_e2m_instance.Instance_id,
Region: pulumi.StringRef(ibm_logs_e2m.Logs_e2m_instance.Region),
LogsE2mId: ibm_logs_e2m.Logs_e2m_instance.E2m_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var logsE2mInstance = Ibm.GetLogsE2m.Invoke(new()
{
InstanceId = ibm_logs_e2m.Logs_e2m_instance.Instance_id,
Region = ibm_logs_e2m.Logs_e2m_instance.Region,
LogsE2mId = ibm_logs_e2m.Logs_e2m_instance.E2m_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetLogsE2mArgs;
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 logsE2mInstance = IbmFunctions.getLogsE2m(GetLogsE2mArgs.builder()
.instanceId(ibm_logs_e2m.logs_e2m_instance().instance_id())
.region(ibm_logs_e2m.logs_e2m_instance().region())
.logsE2mId(ibm_logs_e2m.logs_e2m_instance().e2m_id())
.build());
}
}
variables:
logsE2mInstance:
fn::invoke:
function: ibm:getLogsE2m
arguments:
instanceId: ${ibm_logs_e2m.logs_e2m_instance.instance_id}
region: ${ibm_logs_e2m.logs_e2m_instance.region}
logsE2mId: ${ibm_logs_e2m.logs_e2m_instance.e2m_id}
Using getLogsE2m
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 getLogsE2m(args: GetLogsE2mArgs, opts?: InvokeOptions): Promise<GetLogsE2mResult>
function getLogsE2mOutput(args: GetLogsE2mOutputArgs, opts?: InvokeOptions): Output<GetLogsE2mResult>
def get_logs_e2m(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
logs_e2m_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsE2mResult
def get_logs_e2m_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
logs_e2m_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsE2mResult]
func LookupLogsE2m(ctx *Context, args *LookupLogsE2mArgs, opts ...InvokeOption) (*LookupLogsE2mResult, error)
func LookupLogsE2mOutput(ctx *Context, args *LookupLogsE2mOutputArgs, opts ...InvokeOption) LookupLogsE2mResultOutput
> Note: This function is named LookupLogsE2m
in the Go SDK.
public static class GetLogsE2m
{
public static Task<GetLogsE2mResult> InvokeAsync(GetLogsE2mArgs args, InvokeOptions? opts = null)
public static Output<GetLogsE2mResult> Invoke(GetLogsE2mInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLogsE2mResult> getLogsE2m(GetLogsE2mArgs args, InvokeOptions options)
public static Output<GetLogsE2mResult> getLogsE2m(GetLogsE2mArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsE2m:getLogsE2m
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - Cloud Logs Instance GUID.
- Logs
E2m stringId - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string - Id string
- The unique identifier of the logs_e2m.
- Region string
- Cloud Logs Instance Region.
- Instance
Id string - Cloud Logs Instance GUID.
- Logs
E2m stringId - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string - Id string
- The unique identifier of the logs_e2m.
- Region string
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- logs
E2m StringId - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - id String
- The unique identifier of the logs_e2m.
- region String
- Cloud Logs Instance Region.
- instance
Id string - Cloud Logs Instance GUID.
- logs
E2m stringId - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type string - id string
- The unique identifier of the logs_e2m.
- region string
- Cloud Logs Instance Region.
- instance_
id str - Cloud Logs Instance GUID.
- logs_
e2m_ strid - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint_
type str - id str
- The unique identifier of the logs_e2m.
- region str
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- logs
E2m StringId - ID of e2m to be deleted.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - id String
- The unique identifier of the logs_e2m.
- region String
- Cloud Logs Instance Region.
getLogsE2m Result
The following output properties are available:
- Create
Time string - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Description string
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the logs_e2m.
- Instance
Id string - Is
Internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- Logs
E2m stringId - Logs
Queries List<GetLogs E2m Logs Query> - (List) E2M logs query. Nested schema for logs_query:
- Metric
Fields List<GetLogs E2m Metric Field> - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- Metric
Labels List<GetLogs E2m Metric Label> - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- Name string
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Permutations
List<Get
Logs E2m Permutation> - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- Region string
- Type string
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- Update
Time string - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string
- Create
Time string - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Description string
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the logs_e2m.
- Instance
Id string - Is
Internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- Logs
E2m stringId - Logs
Queries []GetLogs E2m Logs Query - (List) E2M logs query. Nested schema for logs_query:
- Metric
Fields []GetLogs E2m Metric Field - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- Metric
Labels []GetLogs E2m Metric Label - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- Name string
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Permutations
[]Get
Logs E2m Permutation - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- Region string
- Type string
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- Update
Time string - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string
- create
Time String - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description String
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the logs_e2m.
- instance
Id String - is
Internal Boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- logs
E2m StringId - logs
Queries List<GetLogs E2m Logs Query> - (List) E2M logs query. Nested schema for logs_query:
- metric
Fields List<GetLogs E2m Metric Field> - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- metric
Labels List<GetLogs E2m Metric Label> - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- name String
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- permutations
List<Get
Logs E2m Permutation> - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- region String
- type String
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- update
Time String - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String
- create
Time string - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description string
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- id string
- The unique identifier of the logs_e2m.
- instance
Id string - is
Internal boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- logs
E2m stringId - logs
Queries GetLogs E2m Logs Query[] - (List) E2M logs query. Nested schema for logs_query:
- metric
Fields GetLogs E2m Metric Field[] - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- metric
Labels GetLogs E2m Metric Label[] - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- name string
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- permutations
Get
Logs E2m Permutation[] - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- region string
- type string
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- update
Time string - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type string
- create_
time str - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description str
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- id str
- The unique identifier of the logs_e2m.
- instance_
id str - is_
internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- logs_
e2m_ strid - logs_
queries Sequence[GetLogs E2m Logs Query] - (List) E2M logs query. Nested schema for logs_query:
- metric_
fields Sequence[GetLogs E2m Metric Field] - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- metric_
labels Sequence[GetLogs E2m Metric Label] - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- name str
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- permutations
Sequence[Get
Logs E2m Permutation] - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- region str
- type str
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- update_
time str - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint_
type str
- create
Time String - (String) E2M create time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- description String
- (String) Description of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[A-Za-z0-9_\\-\\s]+$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the logs_e2m.
- instance
Id String - is
Internal Boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- logs
E2m StringId - logs
Queries List<Property Map> - (List) E2M logs query. Nested schema for logs_query:
- metric
Fields List<Property Map> - (List) E2M metric fields.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for metric_fields:
- Constraints: The maximum length is
- metric
Labels List<Property Map> - (List) E2M metric labels.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for metric_labels:
- Constraints: The maximum length is
- name String
- (String) Name of the E2M.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- permutations List<Property Map>
- (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- region String
- type String
- (String) E2M type.
- Constraints: Allowable values are:
unspecified
,logs2metrics
.
- Constraints: Allowable values are:
- update
Time String - (String) E2M update time.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String
Supporting Types
GetLogsE2mLogsQuery
- Alias string
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Applicationname
Filters List<string> - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Lucene string
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Severity
Filters List<string> - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Subsystemname
Filters List<string> - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Alias string
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Applicationname
Filters []string - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Lucene string
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Severity
Filters []string - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Subsystemname
Filters []string - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- alias String
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- applicationname
Filters List<String> - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- lucene String
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- severity
Filters List<String> - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- subsystemname
Filters List<String> - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- alias string
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- applicationname
Filters string[] - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- lucene string
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- severity
Filters string[] - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- subsystemname
Filters string[] - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- alias str
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- applicationname_
filters Sequence[str] - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- lucene str
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- severity_
filters Sequence[str] - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- subsystemname_
filters Sequence[str] - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- alias String
- (String) Alias.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- applicationname
Filters List<String> - (List) Application name filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- lucene String
- (String) Lucene query.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- severity
Filters List<String> - (List) Severity type filters.
- Constraints: Allowable list items are:
unspecified
,debug
,verbose
,info
,warning
,error
,critical
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- subsystemname
Filters List<String> - (List) Subsystem names filters.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
GetLogsE2mMetricField
- Aggregations
List<Get
Logs E2m Metric Field Aggregation> - (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Target
Base stringMetric Name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- Aggregations
[]Get
Logs E2m Metric Field Aggregation - (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Target
Base stringMetric Name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- aggregations
List<Get
Logs E2m Metric Field Aggregation> - (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- source
Field String - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Base StringMetric Name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- aggregations
Get
Logs E2m Metric Field Aggregation[] - (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Base stringMetric Name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- aggregations
Sequence[Get
Logs E2m Metric Field Aggregation] - (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- source_
field str - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target_
base_ strmetric_ name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- aggregations List<Property Map>
- (List) Represents Aggregation type list.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- source
Field String - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Base StringMetric Name - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
GetLogsE2mMetricFieldAggregation
- Agg
Type string - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- Enabled bool
- (Boolean) Is enabled.
- Histograms
List<Get
Logs E2m Metric Field Aggregation Histogram> - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- Samples
List<Get
Logs E2m Metric Field Aggregation Sample> - (List) E2M sample type metadata. Nested schema for samples:
- Target
Metric stringName - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Agg
Type string - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- Enabled bool
- (Boolean) Is enabled.
- Histograms
[]Get
Logs E2m Metric Field Aggregation Histogram - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- Samples
[]Get
Logs E2m Metric Field Aggregation Sample - (List) E2M sample type metadata. Nested schema for samples:
- Target
Metric stringName - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- agg
Type String - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- enabled Boolean
- (Boolean) Is enabled.
- histograms
List<Get
Logs E2m Metric Field Aggregation Histogram> - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
List<Get
Logs E2m Metric Field Aggregation Sample> - (List) E2M sample type metadata. Nested schema for samples:
- target
Metric StringName - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- agg
Type string - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- enabled boolean
- (Boolean) Is enabled.
- histograms
Get
Logs E2m Metric Field Aggregation Histogram[] - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
Get
Logs E2m Metric Field Aggregation Sample[] - (List) E2M sample type metadata. Nested schema for samples:
- target
Metric stringName - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- agg_
type str - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- enabled bool
- (Boolean) Is enabled.
- histograms
Sequence[Get
Logs E2m Metric Field Aggregation Histogram] - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
Sequence[Get
Logs E2m Metric Field Aggregation Sample] - (List) E2M sample type metadata. Nested schema for samples:
- target_
metric_ strname - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- agg
Type String - (String) Aggregation type.
- Constraints: Allowable values are:
unspecified
,min
,max
,count
,avg
,sum
,histogram
,samples
.
- Constraints: Allowable values are:
- enabled Boolean
- (Boolean) Is enabled.
- histograms List<Property Map>
- (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples List<Property Map>
- (List) E2M sample type metadata. Nested schema for samples:
- target
Metric StringName - (String) Target metric field alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsE2mMetricFieldAggregationHistogram
- Buckets List<double>
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
- Buckets []float64
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
- buckets List<Double>
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
- buckets number[]
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
- buckets Sequence[float]
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
- buckets List<Number>
- (List) Buckets of the E2M.
- Constraints: The maximum length is
4096
items. The minimum length is0
items.
- Constraints: The maximum length is
GetLogsE2mMetricFieldAggregationSample
- Sample
Type string - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
- Sample
Type string - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
- sample
Type String - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
- sample
Type string - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
- sample_
type str - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
- sample
Type String - (String) Sample type min/max.
- Constraints: Allowable values are:
unspecified
,min
,max
.
- Constraints: Allowable values are:
GetLogsE2mMetricLabel
- Source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Target
Label string - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- Source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Target
Label string - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- source
Field String - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Label String - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- source
Field string - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Label string - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- source_
field str - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target_
label str - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
- source
Field String - (String) Metric label source field.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- target
Label String - (String) Metric label target alias name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression/^[\\w\/-]+$/
.
- Constraints: The maximum length is
GetLogsE2mPermutation
- Has
Exceeded boolLimit - (Boolean) Flag to indicate if limit was exceeded.
- Limit double
- (Integer) E2M permutation limit.
- Has
Exceeded boolLimit - (Boolean) Flag to indicate if limit was exceeded.
- Limit float64
- (Integer) E2M permutation limit.
- has
Exceeded BooleanLimit - (Boolean) Flag to indicate if limit was exceeded.
- limit Double
- (Integer) E2M permutation limit.
- has
Exceeded booleanLimit - (Boolean) Flag to indicate if limit was exceeded.
- limit number
- (Integer) E2M permutation limit.
- has_
exceeded_ boollimit - (Boolean) Flag to indicate if limit was exceeded.
- limit float
- (Integer) E2M permutation limit.
- has
Exceeded BooleanLimit - (Boolean) Flag to indicate if limit was exceeded.
- limit Number
- (Integer) E2M permutation limit.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.