Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
Up-to-date reference of API arguments for CES event details v1 you can get at documentation portal
Get details about a CES event within OpenTelekomCloud.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const eventDetails1 = opentelekomcloud.getCesEventDetailsV1({
eventName: "Test_Acc_tf_event",
eventType: "EVENT.CUSTOM",
from: 1257893000000,
to: 1257895000000,
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
event_details1 = opentelekomcloud.get_ces_event_details_v1(event_name="Test_Acc_tf_event",
event_type="EVENT.CUSTOM",
from_=1257893000000,
to=1257895000000)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opentelekomcloud.GetCesEventDetailsV1(ctx, &opentelekomcloud.GetCesEventDetailsV1Args{
EventName: "Test_Acc_tf_event",
EventType: "EVENT.CUSTOM",
From: pulumi.Float64Ref(1257893000000),
To: pulumi.Float64Ref(1257895000000),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var eventDetails1 = Opentelekomcloud.GetCesEventDetailsV1.Invoke(new()
{
EventName = "Test_Acc_tf_event",
EventType = "EVENT.CUSTOM",
From = 1257893000000,
To = 1257895000000,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetCesEventDetailsV1Args;
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 eventDetails1 = OpentelekomcloudFunctions.getCesEventDetailsV1(GetCesEventDetailsV1Args.builder()
.eventName("Test_Acc_tf_event")
.eventType("EVENT.CUSTOM")
.from(1257893000000)
.to(1257895000000)
.build());
}
}
variables:
eventDetails1:
fn::invoke:
function: opentelekomcloud:getCesEventDetailsV1
arguments:
eventName: Test_Acc_tf_event
eventType: EVENT.CUSTOM
from: 1.257893e+12
to: 1.257895e+12
Using getCesEventDetailsV1
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 getCesEventDetailsV1(args: GetCesEventDetailsV1Args, opts?: InvokeOptions): Promise<GetCesEventDetailsV1Result>
function getCesEventDetailsV1Output(args: GetCesEventDetailsV1OutputArgs, opts?: InvokeOptions): Output<GetCesEventDetailsV1Result>def get_ces_event_details_v1(event_level: Optional[str] = None,
event_name: Optional[str] = None,
event_source: Optional[str] = None,
event_state: Optional[str] = None,
event_type: Optional[str] = None,
event_user: Optional[str] = None,
from_: Optional[float] = None,
id: Optional[str] = None,
limit: Optional[float] = None,
to: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCesEventDetailsV1Result
def get_ces_event_details_v1_output(event_level: Optional[pulumi.Input[str]] = None,
event_name: Optional[pulumi.Input[str]] = None,
event_source: Optional[pulumi.Input[str]] = None,
event_state: Optional[pulumi.Input[str]] = None,
event_type: Optional[pulumi.Input[str]] = None,
event_user: Optional[pulumi.Input[str]] = None,
from_: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[float]] = None,
to: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCesEventDetailsV1Result]func GetCesEventDetailsV1(ctx *Context, args *GetCesEventDetailsV1Args, opts ...InvokeOption) (*GetCesEventDetailsV1Result, error)
func GetCesEventDetailsV1Output(ctx *Context, args *GetCesEventDetailsV1OutputArgs, opts ...InvokeOption) GetCesEventDetailsV1ResultOutput> Note: This function is named GetCesEventDetailsV1 in the Go SDK.
public static class GetCesEventDetailsV1
{
public static Task<GetCesEventDetailsV1Result> InvokeAsync(GetCesEventDetailsV1Args args, InvokeOptions? opts = null)
public static Output<GetCesEventDetailsV1Result> Invoke(GetCesEventDetailsV1InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCesEventDetailsV1Result> getCesEventDetailsV1(GetCesEventDetailsV1Args args, InvokeOptions options)
public static Output<GetCesEventDetailsV1Result> getCesEventDetailsV1(GetCesEventDetailsV1Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getCesEventDetailsV1:getCesEventDetailsV1
arguments:
# arguments dictionaryThe following arguments are supported:
- Event
Name string - Specifies the event name.
- Event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - Event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - Event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- Event
State string - Specifies the event status. The value can be
normal,warning, orincident. - Event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- From double
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- Id string
- Limit double
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - To double
- Specifies the end time of the query, which is a UNIX timestamp (ms).
- Event
Name string - Specifies the event name.
- Event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - Event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - Event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- Event
State string - Specifies the event status. The value can be
normal,warning, orincident. - Event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- From float64
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- Id string
- Limit float64
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - To float64
- Specifies the end time of the query, which is a UNIX timestamp (ms).
- event
Name String - Specifies the event name.
- event
Type String - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
Level String - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
Source String - Specifies the event name. The name can be a system event name or a custom event name.
- event
State String - Specifies the event status. The value can be
normal,warning, orincident. - event
User String - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- from Double
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- id String
- limit Double
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - to Double
- Specifies the end time of the query, which is a UNIX timestamp (ms).
- event
Name string - Specifies the event name.
- event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- event
State string - Specifies the event status. The value can be
normal,warning, orincident. - event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- from number
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- id string
- limit number
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - to number
- Specifies the end time of the query, which is a UNIX timestamp (ms).
- event_
name str - Specifies the event name.
- event_
type str - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event_
level str - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event_
source str - Specifies the event name. The name can be a system event name or a custom event name.
- event_
state str - Specifies the event status. The value can be
normal,warning, orincident. - event_
user str - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- from_ float
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- id str
- limit float
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - to float
- Specifies the end time of the query, which is a UNIX timestamp (ms).
- event
Name String - Specifies the event name.
- event
Type String - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
Level String - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
Source String - Specifies the event name. The name can be a system event name or a custom event name.
- event
State String - Specifies the event status. The value can be
normal,warning, orincident. - event
User String - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- from Number
- Specifies the start time of the query, which is a UNIX timestamp (ms).
- id String
- limit Number
- Specifies the maximum number of records that can be queried at a time. Supported range:
1to100(default) - to Number
- Specifies the end time of the query, which is a UNIX timestamp (ms).
getCesEventDetailsV1 Result
The following output properties are available:
- Event
Infos List<GetCes Event Details V1Event Info> - Specifies details of one or more events. The structure is described below.
- Event
Name string - Specifies the event name.
- Event
Sources List<string> - Specifies the event source. For a system event, the source is the namespace of each service.
- Event
Type string - Specifies the event type.
- Event
Users List<string> - Specifies the name of the user who reports the event. It can also be a project ID.
- Id string
- Meta
Datas List<GetCes Event Details V1Meta Data> - Specifies the number of metadata records in the query result. The structure is described below.
- Event
Level string - Specifies the event severity.
- Event
Source string - Specifies the event source in the format of service.item.
- Event
State string - Specifies the event status.
- Event
User string - Specifies the event user.
- From double
- Limit double
- To double
- Event
Infos []GetCes Event Details V1Event Info - Specifies details of one or more events. The structure is described below.
- Event
Name string - Specifies the event name.
- Event
Sources []string - Specifies the event source. For a system event, the source is the namespace of each service.
- Event
Type string - Specifies the event type.
- Event
Users []string - Specifies the name of the user who reports the event. It can also be a project ID.
- Id string
- Meta
Datas []GetCes Event Details V1Meta Data - Specifies the number of metadata records in the query result. The structure is described below.
- Event
Level string - Specifies the event severity.
- Event
Source string - Specifies the event source in the format of service.item.
- Event
State string - Specifies the event status.
- Event
User string - Specifies the event user.
- From float64
- Limit float64
- To float64
- event
Infos List<GetCes Event Details V1Event Info> - Specifies details of one or more events. The structure is described below.
- event
Name String - Specifies the event name.
- event
Sources List<String> - Specifies the event source. For a system event, the source is the namespace of each service.
- event
Type String - Specifies the event type.
- event
Users List<String> - Specifies the name of the user who reports the event. It can also be a project ID.
- id String
- meta
Datas List<GetCes Event Details V1Meta Data> - Specifies the number of metadata records in the query result. The structure is described below.
- event
Level String - Specifies the event severity.
- event
Source String - Specifies the event source in the format of service.item.
- event
State String - Specifies the event status.
- event
User String - Specifies the event user.
- from Double
- limit Double
- to Double
- event
Infos GetCes Event Details V1Event Info[] - Specifies details of one or more events. The structure is described below.
- event
Name string - Specifies the event name.
- event
Sources string[] - Specifies the event source. For a system event, the source is the namespace of each service.
- event
Type string - Specifies the event type.
- event
Users string[] - Specifies the name of the user who reports the event. It can also be a project ID.
- id string
- meta
Datas GetCes Event Details V1Meta Data[] - Specifies the number of metadata records in the query result. The structure is described below.
- event
Level string - Specifies the event severity.
- event
Source string - Specifies the event source in the format of service.item.
- event
State string - Specifies the event status.
- event
User string - Specifies the event user.
- from number
- limit number
- to number
- event_
infos Sequence[GetCes Event Details V1Event Info] - Specifies details of one or more events. The structure is described below.
- event_
name str - Specifies the event name.
- event_
sources Sequence[str] - Specifies the event source. For a system event, the source is the namespace of each service.
- event_
type str - Specifies the event type.
- event_
users Sequence[str] - Specifies the name of the user who reports the event. It can also be a project ID.
- id str
- meta_
datas Sequence[GetCes Event Details V1Meta Data] - Specifies the number of metadata records in the query result. The structure is described below.
- event_
level str - Specifies the event severity.
- event_
source str - Specifies the event source in the format of service.item.
- event_
state str - Specifies the event status.
- event_
user str - Specifies the event user.
- from_ float
- limit float
- to float
- event
Infos List<Property Map> - Specifies details of one or more events. The structure is described below.
- event
Name String - Specifies the event name.
- event
Sources List<String> - Specifies the event source. For a system event, the source is the namespace of each service.
- event
Type String - Specifies the event type.
- event
Users List<String> - Specifies the name of the user who reports the event. It can also be a project ID.
- id String
- meta
Datas List<Property Map> - Specifies the number of metadata records in the query result. The structure is described below.
- event
Level String - Specifies the event severity.
- event
Source String - Specifies the event source in the format of service.item.
- event
State String - Specifies the event status.
- event
User String - Specifies the event user.
- from Number
- limit Number
- to Number
Supporting Types
GetCesEventDetailsV1EventInfo
- Details
List<Get
Ces Event Details V1Event Info Detail> - Specifies the event details. The structure is described below.
- Event
Id string - Specifies the event ID.
- Event
Name string - Specifies the event name.
- Event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- Time double
- Specifies when the event occurred, which is a UNIX timestamp (ms).
- Details
[]Get
Ces Event Details V1Event Info Detail - Specifies the event details. The structure is described below.
- Event
Id string - Specifies the event ID.
- Event
Name string - Specifies the event name.
- Event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- Time float64
- Specifies when the event occurred, which is a UNIX timestamp (ms).
- details
List<Get
Ces Event Details V1Event Info Detail> - Specifies the event details. The structure is described below.
- event
Id String - Specifies the event ID.
- event
Name String - Specifies the event name.
- event
Source String - Specifies the event name. The name can be a system event name or a custom event name.
- time Double
- Specifies when the event occurred, which is a UNIX timestamp (ms).
- details
Get
Ces Event Details V1Event Info Detail[] - Specifies the event details. The structure is described below.
- event
Id string - Specifies the event ID.
- event
Name string - Specifies the event name.
- event
Source string - Specifies the event name. The name can be a system event name or a custom event name.
- time number
- Specifies when the event occurred, which is a UNIX timestamp (ms).
- details
Sequence[Get
Ces Event Details V1Event Info Detail] - Specifies the event details. The structure is described below.
- event_
id str - Specifies the event ID.
- event_
name str - Specifies the event name.
- event_
source str - Specifies the event name. The name can be a system event name or a custom event name.
- time float
- Specifies when the event occurred, which is a UNIX timestamp (ms).
- details List<Property Map>
- Specifies the event details. The structure is described below.
- event
Id String - Specifies the event ID.
- event
Name String - Specifies the event name.
- event
Source String - Specifies the event name. The name can be a system event name or a custom event name.
- time Number
- Specifies when the event occurred, which is a UNIX timestamp (ms).
GetCesEventDetailsV1EventInfoDetail
- Content string
- Specifies the event content.
- Event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - Event
State string - Specifies the event status. The value can be
normal,warning, orincident. - Event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - Event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- Group
Id string - Specifies the resource group the event belongs to.
- Resource
Id string - Specifies the resource ID.
- Resource
Name string - Specifies the resource name.
- Content string
- Specifies the event content.
- Event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - Event
State string - Specifies the event status. The value can be
normal,warning, orincident. - Event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - Event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- Group
Id string - Specifies the resource group the event belongs to.
- Resource
Id string - Specifies the resource ID.
- Resource
Name string - Specifies the resource name.
- content String
- Specifies the event content.
- event
Level String - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
State String - Specifies the event status. The value can be
normal,warning, orincident. - event
Type String - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
User String - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- group
Id String - Specifies the resource group the event belongs to.
- resource
Id String - Specifies the resource ID.
- resource
Name String - Specifies the resource name.
- content string
- Specifies the event content.
- event
Level string - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
State string - Specifies the event status. The value can be
normal,warning, orincident. - event
Type string - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
User string - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- group
Id string - Specifies the resource group the event belongs to.
- resource
Id string - Specifies the resource ID.
- resource
Name string - Specifies the resource name.
- content str
- Specifies the event content.
- event_
level str - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event_
state str - Specifies the event status. The value can be
normal,warning, orincident. - event_
type str - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event_
user str - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- group_
id str - Specifies the resource group the event belongs to.
- resource_
id str - Specifies the resource ID.
- resource_
name str - Specifies the resource name.
- content String
- Specifies the event content.
- event
Level String - Specifies the event severity. The value can be
Critical,Major,Minor, orInfo. - event
State String - Specifies the event status. The value can be
normal,warning, orincident. - event
Type String - Specifies the event type. The value can be
EVENT.SYS(system event) orEVENT.CUSTOM(custom event). - event
User String - Specifies the name of the user who reports the event monitoring data. It can also be a project ID.
- group
Id String - Specifies the resource group the event belongs to.
- resource
Id String - Specifies the resource ID.
- resource
Name String - Specifies the resource name.
GetCesEventDetailsV1MetaData
- Total double
- Specifies the total number of events.
- Total float64
- Specifies the total number of events.
- total Double
- Specifies the total number of events.
- total number
- Specifies the total number of events.
- total float
- Specifies the total number of events.
- total Number
- Specifies the total number of events.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
