Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.LogAnalytics.getNamespaceScheduledTask
Explore with Pulumi AI
This data source provides details about a specific Namespace Scheduled Task resource in Oracle Cloud Infrastructure Log Analytics service.
Get the scheduled task for the specified task identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNamespaceScheduledTask = oci.LogAnalytics.getNamespaceScheduledTask({
namespace: namespaceScheduledTaskNamespace,
scheduledTaskId: testScheduledTask.id,
});
import pulumi
import pulumi_oci as oci
test_namespace_scheduled_task = oci.LogAnalytics.get_namespace_scheduled_task(namespace=namespace_scheduled_task_namespace,
scheduled_task_id=test_scheduled_task["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/loganalytics"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := loganalytics.GetNamespaceScheduledTask(ctx, &loganalytics.GetNamespaceScheduledTaskArgs{
Namespace: namespaceScheduledTaskNamespace,
ScheduledTaskId: testScheduledTask.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testNamespaceScheduledTask = Oci.LogAnalytics.GetNamespaceScheduledTask.Invoke(new()
{
Namespace = namespaceScheduledTaskNamespace,
ScheduledTaskId = testScheduledTask.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.LogAnalytics.LogAnalyticsFunctions;
import com.pulumi.oci.LogAnalytics.inputs.GetNamespaceScheduledTaskArgs;
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 testNamespaceScheduledTask = LogAnalyticsFunctions.getNamespaceScheduledTask(GetNamespaceScheduledTaskArgs.builder()
.namespace(namespaceScheduledTaskNamespace)
.scheduledTaskId(testScheduledTask.id())
.build());
}
}
variables:
testNamespaceScheduledTask:
fn::invoke:
function: oci:LogAnalytics:getNamespaceScheduledTask
arguments:
namespace: ${namespaceScheduledTaskNamespace}
scheduledTaskId: ${testScheduledTask.id}
Using getNamespaceScheduledTask
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 getNamespaceScheduledTask(args: GetNamespaceScheduledTaskArgs, opts?: InvokeOptions): Promise<GetNamespaceScheduledTaskResult>
function getNamespaceScheduledTaskOutput(args: GetNamespaceScheduledTaskOutputArgs, opts?: InvokeOptions): Output<GetNamespaceScheduledTaskResult>
def get_namespace_scheduled_task(namespace: Optional[str] = None,
scheduled_task_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespaceScheduledTaskResult
def get_namespace_scheduled_task_output(namespace: Optional[pulumi.Input[str]] = None,
scheduled_task_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceScheduledTaskResult]
func GetNamespaceScheduledTask(ctx *Context, args *GetNamespaceScheduledTaskArgs, opts ...InvokeOption) (*GetNamespaceScheduledTaskResult, error)
func GetNamespaceScheduledTaskOutput(ctx *Context, args *GetNamespaceScheduledTaskOutputArgs, opts ...InvokeOption) GetNamespaceScheduledTaskResultOutput
> Note: This function is named GetNamespaceScheduledTask
in the Go SDK.
public static class GetNamespaceScheduledTask
{
public static Task<GetNamespaceScheduledTaskResult> InvokeAsync(GetNamespaceScheduledTaskArgs args, InvokeOptions? opts = null)
public static Output<GetNamespaceScheduledTaskResult> Invoke(GetNamespaceScheduledTaskInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespaceScheduledTaskResult> getNamespaceScheduledTask(GetNamespaceScheduledTaskArgs args, InvokeOptions options)
public static Output<GetNamespaceScheduledTaskResult> getNamespaceScheduledTask(GetNamespaceScheduledTaskArgs args, InvokeOptions options)
fn::invoke:
function: oci:LogAnalytics/getNamespaceScheduledTask:getNamespaceScheduledTask
arguments:
# arguments dictionary
The following arguments are supported:
- Namespace
This property is required. string - The Logging Analytics namespace used for the request.
- Scheduled
Task Id This property is required. string - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
- Namespace
This property is required. string - The Logging Analytics namespace used for the request.
- Scheduled
Task Id This property is required. string - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
- namespace
This property is required. String - The Logging Analytics namespace used for the request.
- scheduled
Task Id This property is required. String - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
- namespace
This property is required. string - The Logging Analytics namespace used for the request.
- scheduled
Task Id This property is required. string - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
- namespace
This property is required. str - The Logging Analytics namespace used for the request.
- scheduled_
task_ id This property is required. str - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
- namespace
This property is required. String - The Logging Analytics namespace used for the request.
- scheduled
Task Id This property is required. String - Unique scheduledTask id returned from task create. If invalid will lead to a 404 not found.
getNamespaceScheduledTask Result
The following output properties are available:
- Actions
List<Get
Namespace Scheduled Task Action> - Action for scheduled task.
- Compartment
Id string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the data plane resource.
- Kind string
- Discriminator.
- Namespace string
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- Num
Occurrences string - Number of execution occurrences.
- Saved
Search stringId - The ManagementSavedSearch id [OCID] utilized in the action.
- Scheduled
Task stringId - Schedules
List<Get
Namespace Scheduled Task Schedule> - Schedules.
- State string
- The current state of the scheduled task.
- Task
Status string - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- Task
Type string - Task type.
- Time
Created string - The date and time the scheduled task was created, in the format defined by RFC3339.
- Time
Updated string - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- Work
Request stringId - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
- Actions
[]Get
Namespace Scheduled Task Action - Action for scheduled task.
- Compartment
Id string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the data plane resource.
- Kind string
- Discriminator.
- Namespace string
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- Num
Occurrences string - Number of execution occurrences.
- Saved
Search stringId - The ManagementSavedSearch id [OCID] utilized in the action.
- Scheduled
Task stringId - Schedules
[]Get
Namespace Scheduled Task Schedule - Schedules.
- State string
- The current state of the scheduled task.
- Task
Status string - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- Task
Type string - Task type.
- Time
Created string - The date and time the scheduled task was created, in the format defined by RFC3339.
- Time
Updated string - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- Work
Request stringId - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
- actions
List<Get
Namespace Scheduled Task Action> - Action for scheduled task.
- compartment
Id String - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the data plane resource.
- kind String
- Discriminator.
- namespace String
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- num
Occurrences String - Number of execution occurrences.
- saved
Search StringId - The ManagementSavedSearch id [OCID] utilized in the action.
- scheduled
Task StringId - schedules
List<Get
Namespace Scheduled Task Schedule> - Schedules.
- state String
- The current state of the scheduled task.
- task
Status String - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- task
Type String - Task type.
- time
Created String - The date and time the scheduled task was created, in the format defined by RFC3339.
- time
Updated String - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- work
Request StringId - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
- actions
Get
Namespace Scheduled Task Action[] - Action for scheduled task.
- compartment
Id string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the data plane resource.
- kind string
- Discriminator.
- namespace string
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- num
Occurrences string - Number of execution occurrences.
- saved
Search stringId - The ManagementSavedSearch id [OCID] utilized in the action.
- scheduled
Task stringId - schedules
Get
Namespace Scheduled Task Schedule[] - Schedules.
- state string
- The current state of the scheduled task.
- task
Status string - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- task
Type string - Task type.
- time
Created string - The date and time the scheduled task was created, in the format defined by RFC3339.
- time
Updated string - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- work
Request stringId - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
- actions
Sequence[loganalytics.
Get Namespace Scheduled Task Action] - Action for scheduled task.
- compartment_
id str - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the data plane resource.
- kind str
- Discriminator.
- namespace str
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- num_
occurrences str - Number of execution occurrences.
- saved_
search_ strid - The ManagementSavedSearch id [OCID] utilized in the action.
- scheduled_
task_ strid - schedules
Sequence[loganalytics.
Get Namespace Scheduled Task Schedule] - Schedules.
- state str
- The current state of the scheduled task.
- task_
status str - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- task_
type str - Task type.
- time_
created str - The date and time the scheduled task was created, in the format defined by RFC3339.
- time_
updated str - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- work_
request_ strid - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
- actions List<Property Map>
- Action for scheduled task.
- compartment
Id String - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A user-friendly name that is changeable and that does not have to be unique. Format: a leading alphanumeric, followed by zero or more alphanumerics, underscores, spaces, backslashes, or hyphens in any order). No trailing spaces allowed.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the data plane resource.
- kind String
- Discriminator.
- namespace String
- The namespace of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters and underscores (_).
- num
Occurrences String - Number of execution occurrences.
- saved
Search StringId - The ManagementSavedSearch id [OCID] utilized in the action.
- scheduled
Task StringId - schedules List<Property Map>
- Schedules.
- state String
- The current state of the scheduled task.
- task
Status String - Status of the scheduled task. - PURGE_RESOURCE_NOT_FOUND
- task
Type String - Task type.
- time
Created String - The date and time the scheduled task was created, in the format defined by RFC3339.
- time
Updated String - The date and time the scheduled task was last updated, in the format defined by RFC3339.
- work
Request StringId - most recent Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
Supporting Types
GetNamespaceScheduledTaskAction
- Compartment
Id In Subtree This property is required. bool - if true, purge child compartments data
- Data
Type This property is required. string - the type of the log data to be purged
- Metric
Extractions This property is required. List<GetNamespace Scheduled Task Action Metric Extraction> - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- Purge
Compartment Id This property is required. string - the compartment OCID under which the data will be purged
- Purge
Duration This property is required. string - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- Query
String This property is required. string - Purge query string.
- Saved
Search Id This property is required. string - The ManagementSavedSearch id [OCID] utilized in the action.
- Type
This property is required. string - Schedule type discriminator.
- Compartment
Id In Subtree This property is required. bool - if true, purge child compartments data
- Data
Type This property is required. string - the type of the log data to be purged
- Metric
Extractions This property is required. []GetNamespace Scheduled Task Action Metric Extraction - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- Purge
Compartment Id This property is required. string - the compartment OCID under which the data will be purged
- Purge
Duration This property is required. string - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- Query
String This property is required. string - Purge query string.
- Saved
Search Id This property is required. string - The ManagementSavedSearch id [OCID] utilized in the action.
- Type
This property is required. string - Schedule type discriminator.
- compartment
Id In Subtree This property is required. Boolean - if true, purge child compartments data
- data
Type This property is required. String - the type of the log data to be purged
- metric
Extractions This property is required. List<GetNamespace Scheduled Task Action Metric Extraction> - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- purge
Compartment Id This property is required. String - the compartment OCID under which the data will be purged
- purge
Duration This property is required. String - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- query
String This property is required. String - Purge query string.
- saved
Search Id This property is required. String - The ManagementSavedSearch id [OCID] utilized in the action.
- type
This property is required. String - Schedule type discriminator.
- compartment
Id In Subtree This property is required. boolean - if true, purge child compartments data
- data
Type This property is required. string - the type of the log data to be purged
- metric
Extractions This property is required. GetNamespace Scheduled Task Action Metric Extraction[] - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- purge
Compartment Id This property is required. string - the compartment OCID under which the data will be purged
- purge
Duration This property is required. string - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- query
String This property is required. string - Purge query string.
- saved
Search Id This property is required. string - The ManagementSavedSearch id [OCID] utilized in the action.
- type
This property is required. string - Schedule type discriminator.
- compartment_
id_ in_ subtree This property is required. bool - if true, purge child compartments data
- data_
type This property is required. str - the type of the log data to be purged
- metric_
extractions This property is required. Sequence[loganalytics.Get Namespace Scheduled Task Action Metric Extraction] - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- purge_
compartment_ id This property is required. str - the compartment OCID under which the data will be purged
- purge_
duration This property is required. str - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- query_
string This property is required. str - Purge query string.
- saved_
search_ id This property is required. str - The ManagementSavedSearch id [OCID] utilized in the action.
- type
This property is required. str - Schedule type discriminator.
- compartment
Id In Subtree This property is required. Boolean - if true, purge child compartments data
- data
Type This property is required. String - the type of the log data to be purged
- metric
Extractions This property is required. List<Property Map> - Specify metric extraction for SAVED_SEARCH scheduled task execution to post to Oracle Cloud Infrastructure Monitoring.
- purge
Compartment Id This property is required. String - the compartment OCID under which the data will be purged
- purge
Duration This property is required. String - The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).
- query
String This property is required. String - Purge query string.
- saved
Search Id This property is required. String - The ManagementSavedSearch id [OCID] utilized in the action.
- type
This property is required. String - Schedule type discriminator.
GetNamespaceScheduledTaskActionMetricExtraction
- Compartment
Id This property is required. string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Metric
Name This property is required. string - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- Namespace
This property is required. string - The Logging Analytics namespace used for the request.
- Resource
Group This property is required. string - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- Compartment
Id This property is required. string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- Metric
Name This property is required. string - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- Namespace
This property is required. string - The Logging Analytics namespace used for the request.
- Resource
Group This property is required. string - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- compartment
Id This property is required. String - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- metric
Name This property is required. String - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- namespace
This property is required. String - The Logging Analytics namespace used for the request.
- resource
Group This property is required. String - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- compartment
Id This property is required. string - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- metric
Name This property is required. string - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- namespace
This property is required. string - The Logging Analytics namespace used for the request.
- resource
Group This property is required. string - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- compartment_
id This property is required. str - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- metric_
name This property is required. str - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- namespace
This property is required. str - The Logging Analytics namespace used for the request.
- resource_
group This property is required. str - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- compartment
Id This property is required. String - Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
- metric
Name This property is required. String - The metric name of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
- namespace
This property is required. String - The Logging Analytics namespace used for the request.
- resource
Group This property is required. String - The resource group of the extracted metric. A valid value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
GetNamespaceScheduledTaskSchedule
- Schedules
This property is required. List<GetNamespace Scheduled Task Schedule Schedule>
- Schedules
This property is required. []GetNamespace Scheduled Task Schedule Schedule
- schedules
This property is required. List<GetNamespace Scheduled Task Schedule Schedule>
- schedules
This property is required. GetNamespace Scheduled Task Schedule Schedule[]
- schedules
This property is required. Sequence[loganalytics.Get Namespace Scheduled Task Schedule Schedule]
- schedules
This property is required. List<Property Map>
GetNamespaceScheduledTaskScheduleSchedule
- Expression
This property is required. string - Value in cron format.
- Misfire
Policy This property is required. string - Schedule misfire retry policy.
- Recurring
Interval This property is required. string - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- Repeat
Count This property is required. int - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- Time
Zone This property is required. string - Time zone, by default UTC.
- Type
This property is required. string - Schedule type discriminator.
- Expression
This property is required. string - Value in cron format.
- Misfire
Policy This property is required. string - Schedule misfire retry policy.
- Recurring
Interval This property is required. string - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- Repeat
Count This property is required. int - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- Time
Zone This property is required. string - Time zone, by default UTC.
- Type
This property is required. string - Schedule type discriminator.
- expression
This property is required. String - Value in cron format.
- misfire
Policy This property is required. String - Schedule misfire retry policy.
- recurring
Interval This property is required. String - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- repeat
Count This property is required. Integer - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- time
Zone This property is required. String - Time zone, by default UTC.
- type
This property is required. String - Schedule type discriminator.
- expression
This property is required. string - Value in cron format.
- misfire
Policy This property is required. string - Schedule misfire retry policy.
- recurring
Interval This property is required. string - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- repeat
Count This property is required. number - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- time
Zone This property is required. string - Time zone, by default UTC.
- type
This property is required. string - Schedule type discriminator.
- expression
This property is required. str - Value in cron format.
- misfire_
policy This property is required. str - Schedule misfire retry policy.
- recurring_
interval This property is required. str - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- repeat_
count This property is required. int - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- time_
zone This property is required. str - Time zone, by default UTC.
- type
This property is required. str - Schedule type discriminator.
- expression
This property is required. String - Value in cron format.
- misfire
Policy This property is required. String - Schedule misfire retry policy.
- recurring
Interval This property is required. String - Recurring interval in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. P14D (not P2W). The value must be at least 5 minutes (PT5M) and at most 3 weeks (P21D or PT30240M).
- repeat
Count This property is required. Number - Number of times (0-based) to execute until auto-stop. Default value -1 will execute indefinitely. Value 0 will execute once.
- time
Zone This property is required. String - Time zone, by default UTC.
- type
This property is required. String - Schedule type discriminator.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.