ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getLogsE2ms
Explore with Pulumi AI
Provides a read-only data source to retrieve information about logs_e2ms. 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 logsE2msInstance = ibm.getLogsE2ms({
instanceId: ibm_logs_e2m.logs_e2m_instance.instance_id,
region: ibm_logs_e2m.logs_e2m_instance.region,
});
import pulumi
import pulumi_ibm as ibm
logs_e2ms_instance = ibm.get_logs_e2ms(instance_id=ibm_logs_e2m["logs_e2m_instance"]["instance_id"],
region=ibm_logs_e2m["logs_e2m_instance"]["region"])
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.GetLogsE2ms(ctx, &ibm.GetLogsE2msArgs{
InstanceId: ibm_logs_e2m.Logs_e2m_instance.Instance_id,
Region: pulumi.StringRef(ibm_logs_e2m.Logs_e2m_instance.Region),
}, 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 logsE2msInstance = Ibm.GetLogsE2ms.Invoke(new()
{
InstanceId = ibm_logs_e2m.Logs_e2m_instance.Instance_id,
Region = ibm_logs_e2m.Logs_e2m_instance.Region,
});
});
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.GetLogsE2msArgs;
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 logsE2msInstance = IbmFunctions.getLogsE2ms(GetLogsE2msArgs.builder()
.instanceId(ibm_logs_e2m.logs_e2m_instance().instance_id())
.region(ibm_logs_e2m.logs_e2m_instance().region())
.build());
}
}
variables:
logsE2msInstance:
fn::invoke:
function: ibm:getLogsE2ms
arguments:
instanceId: ${ibm_logs_e2m.logs_e2m_instance.instance_id}
region: ${ibm_logs_e2m.logs_e2m_instance.region}
Using getLogsE2ms
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 getLogsE2ms(args: GetLogsE2msArgs, opts?: InvokeOptions): Promise<GetLogsE2msResult>
function getLogsE2msOutput(args: GetLogsE2msOutputArgs, opts?: InvokeOptions): Output<GetLogsE2msResult>
def get_logs_e2ms(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsE2msResult
def get_logs_e2ms_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsE2msResult]
func GetLogsE2ms(ctx *Context, args *GetLogsE2msArgs, opts ...InvokeOption) (*GetLogsE2msResult, error)
func GetLogsE2msOutput(ctx *Context, args *GetLogsE2msOutputArgs, opts ...InvokeOption) GetLogsE2msResultOutput
> Note: This function is named GetLogsE2ms
in the Go SDK.
public static class GetLogsE2ms
{
public static Task<GetLogsE2msResult> InvokeAsync(GetLogsE2msArgs args, InvokeOptions? opts = null)
public static Output<GetLogsE2msResult> Invoke(GetLogsE2msInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLogsE2msResult> getLogsE2ms(GetLogsE2msArgs args, InvokeOptions options)
public static Output<GetLogsE2msResult> getLogsE2ms(GetLogsE2msArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsE2ms:getLogsE2ms
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- Instance
Id string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region string
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
- instance
Id string - Cloud Logs Instance GUID.
- endpoint
Type string - id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region string
- Cloud Logs Instance Region.
- instance_
id str - Cloud Logs Instance GUID.
- endpoint_
type str - id str
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region str
- Cloud Logs Instance Region.
- instance
Id String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region String
- Cloud Logs Instance Region.
getLogsE2ms Result
The following output properties are available:
- Events2metrics
List<Get
Logs E2ms Events2metric> - (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- Id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Region string
- Endpoint
Type string
- Events2metrics
[]Get
Logs E2ms Events2metric - (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- Id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Region string
- Endpoint
Type string
- events2metrics
List<Get
Logs E2ms Events2metric> - (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- id String
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - region String
- endpoint
Type String
- events2metrics
Get
Logs E2ms Events2metric[] - (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- id string
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id string - region string
- endpoint
Type string
- events2metrics
Sequence[Get
Logs E2ms Events2metric] - (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- id str
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance_
id str - region str
- endpoint_
type str
- events2metrics List<Property Map>
- (List) List of event to metrics definitions.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for events2metrics:
- Constraints: The maximum length is
- id String
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - region String
- endpoint
Type String
Supporting Types
GetLogsE2msEvents2metric
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Is
Internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- Logs
Queries List<GetLogs E2ms Events2metric Logs Query> - (List) E2M logs query. Nested schema for logs_query:
- Metric
Fields List<GetLogs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric Permutation> - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- 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
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Is
Internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- Logs
Queries []GetLogs E2ms Events2metric Logs Query - (List) E2M logs query. Nested schema for logs_query:
- Metric
Fields []GetLogs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric Permutation - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- 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
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- is
Internal Boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- logs
Queries List<GetLogs E2ms Events2metric Logs Query> - (List) E2M logs query. Nested schema for logs_query:
- metric
Fields List<GetLogs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric Permutation> - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- 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
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- is
Internal boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- logs
Queries GetLogs E2ms Events2metric Logs Query[] - (List) E2M logs query. Nested schema for logs_query:
- metric
Fields GetLogs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric Permutation[] - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- 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
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- is_
internal bool - (Boolean) A flag that represents if the e2m is for internal usage.
- logs_
queries Sequence[GetLogs E2ms Events2metric Logs Query] - (List) E2M logs query. Nested schema for logs_query:
- metric_
fields Sequence[GetLogs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric Permutation] - (List) Represents the limit of the permutations and if the limit was exceeded. Nested schema for permutations:
- 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
- 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
- (String) E2M unique ID, required on update requests.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- is
Internal Boolean - (Boolean) A flag that represents if the e2m is for internal usage.
- 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:
- 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
GetLogsE2msEvents2metricLogsQuery
- 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
GetLogsE2msEvents2metricMetricField
- Aggregations
List<Get
Logs E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric 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 E2ms Events2metric 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
GetLogsE2msEvents2metricMetricFieldAggregation
- 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 E2ms Events2metric Metric Field Aggregation Histogram> - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- Samples
List<Get
Logs E2ms Events2metric 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 E2ms Events2metric Metric Field Aggregation Histogram - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- Samples
[]Get
Logs E2ms Events2metric 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 E2ms Events2metric Metric Field Aggregation Histogram> - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
List<Get
Logs E2ms Events2metric 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 E2ms Events2metric Metric Field Aggregation Histogram[] - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
Get
Logs E2ms Events2metric 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 E2ms Events2metric Metric Field Aggregation Histogram] - (List) E2M aggregate histogram type metadata. Nested schema for histogram:
- samples
Sequence[Get
Logs E2ms Events2metric 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
GetLogsE2msEvents2metricMetricFieldAggregationHistogram
- 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
GetLogsE2msEvents2metricMetricFieldAggregationSample
- 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:
GetLogsE2msEvents2metricMetricLabel
- 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
GetLogsE2msEvents2metricPermutation
- 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.