Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.Jms.getTaskSchedules
Explore with Pulumi AI
This data source provides the list of Task Schedules in Oracle Cloud Infrastructure Jms service.
Returns a list of task schedules.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTaskSchedules = oci.Jms.getTaskSchedules({
fleetId: testFleet.id,
id: taskScheduleId,
managedInstanceId: testManagedInstance.id,
name: taskScheduleName,
taskScheduleNameContains: taskScheduleTaskScheduleNameContains,
});
import pulumi
import pulumi_oci as oci
test_task_schedules = oci.Jms.get_task_schedules(fleet_id=test_fleet["id"],
id=task_schedule_id,
managed_instance_id=test_managed_instance["id"],
name=task_schedule_name,
task_schedule_name_contains=task_schedule_task_schedule_name_contains)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/jms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := jms.GetTaskSchedules(ctx, &jms.GetTaskSchedulesArgs{
FleetId: testFleet.Id,
Id: pulumi.StringRef(taskScheduleId),
ManagedInstanceId: pulumi.StringRef(testManagedInstance.Id),
Name: pulumi.StringRef(taskScheduleName),
TaskScheduleNameContains: pulumi.StringRef(taskScheduleTaskScheduleNameContains),
}, 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 testTaskSchedules = Oci.Jms.GetTaskSchedules.Invoke(new()
{
FleetId = testFleet.Id,
Id = taskScheduleId,
ManagedInstanceId = testManagedInstance.Id,
Name = taskScheduleName,
TaskScheduleNameContains = taskScheduleTaskScheduleNameContains,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Jms.JmsFunctions;
import com.pulumi.oci.Jms.inputs.GetTaskSchedulesArgs;
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 testTaskSchedules = JmsFunctions.getTaskSchedules(GetTaskSchedulesArgs.builder()
.fleetId(testFleet.id())
.id(taskScheduleId)
.managedInstanceId(testManagedInstance.id())
.name(taskScheduleName)
.taskScheduleNameContains(taskScheduleTaskScheduleNameContains)
.build());
}
}
variables:
testTaskSchedules:
fn::invoke:
function: oci:Jms:getTaskSchedules
arguments:
fleetId: ${testFleet.id}
id: ${taskScheduleId}
managedInstanceId: ${testManagedInstance.id}
name: ${taskScheduleName}
taskScheduleNameContains: ${taskScheduleTaskScheduleNameContains}
Using getTaskSchedules
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 getTaskSchedules(args: GetTaskSchedulesArgs, opts?: InvokeOptions): Promise<GetTaskSchedulesResult>
function getTaskSchedulesOutput(args: GetTaskSchedulesOutputArgs, opts?: InvokeOptions): Output<GetTaskSchedulesResult>
def get_task_schedules(filters: Optional[Sequence[GetTaskSchedulesFilter]] = None,
fleet_id: Optional[str] = None,
id: Optional[str] = None,
managed_instance_id: Optional[str] = None,
name: Optional[str] = None,
task_schedule_name_contains: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTaskSchedulesResult
def get_task_schedules_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetTaskSchedulesFilterArgs]]]] = None,
fleet_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
managed_instance_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
task_schedule_name_contains: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTaskSchedulesResult]
func GetTaskSchedules(ctx *Context, args *GetTaskSchedulesArgs, opts ...InvokeOption) (*GetTaskSchedulesResult, error)
func GetTaskSchedulesOutput(ctx *Context, args *GetTaskSchedulesOutputArgs, opts ...InvokeOption) GetTaskSchedulesResultOutput
> Note: This function is named GetTaskSchedules
in the Go SDK.
public static class GetTaskSchedules
{
public static Task<GetTaskSchedulesResult> InvokeAsync(GetTaskSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetTaskSchedulesResult> Invoke(GetTaskSchedulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTaskSchedulesResult> getTaskSchedules(GetTaskSchedulesArgs args, InvokeOptions options)
public static Output<GetTaskSchedulesResult> getTaskSchedules(GetTaskSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Jms/getTaskSchedules:getTaskSchedules
arguments:
# arguments dictionary
The following arguments are supported:
- Fleet
Id string - The ID of the Fleet.
- Filters
List<Get
Task Schedules Filter> - Id string
- The OCID to identify this task schedule.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Name string
- The task name.
- Task
Schedule stringName Contains - Filter the list with task schedule name contains the given value.
- Fleet
Id string - The ID of the Fleet.
- Filters
[]Get
Task Schedules Filter - Id string
- The OCID to identify this task schedule.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Name string
- The task name.
- Task
Schedule stringName Contains - Filter the list with task schedule name contains the given value.
- fleet
Id String - The ID of the Fleet.
- filters
List<Get
Task Schedules Filter> - id String
- The OCID to identify this task schedule.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- name String
- The task name.
- task
Schedule StringName Contains - Filter the list with task schedule name contains the given value.
- fleet
Id string - The ID of the Fleet.
- filters
Get
Task Schedules Filter[] - id string
- The OCID to identify this task schedule.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- name string
- The task name.
- task
Schedule stringName Contains - Filter the list with task schedule name contains the given value.
- fleet_
id str - The ID of the Fleet.
- filters
Sequence[Get
Task Schedules Filter] - id str
- The OCID to identify this task schedule.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- name str
- The task name.
- task_
schedule_ strname_ contains - Filter the list with task schedule name contains the given value.
- fleet
Id String - The ID of the Fleet.
- filters List<Property Map>
- id String
- The OCID to identify this task schedule.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- name String
- The task name.
- task
Schedule StringName Contains - Filter the list with task schedule name contains the given value.
getTaskSchedules Result
The following output properties are available:
- Fleet
Id string - The OCID of the Fleet.
- Task
Schedule List<GetCollections Task Schedules Task Schedule Collection> - The list of task_schedule_collection.
- Filters
List<Get
Task Schedules Filter> - Id string
- The OCID to identify this task schedule.
- Managed
Instance stringId - The OCID of the related managed instance.
- Name string
- The name of the task schedule.
- Task
Schedule stringName Contains
- Fleet
Id string - The OCID of the Fleet.
- Task
Schedule []GetCollections Task Schedules Task Schedule Collection - The list of task_schedule_collection.
- Filters
[]Get
Task Schedules Filter - Id string
- The OCID to identify this task schedule.
- Managed
Instance stringId - The OCID of the related managed instance.
- Name string
- The name of the task schedule.
- Task
Schedule stringName Contains
- fleet
Id String - The OCID of the Fleet.
- task
Schedule List<GetCollections Task Schedules Task Schedule Collection> - The list of task_schedule_collection.
- filters
List<Get
Task Schedules Filter> - id String
- The OCID to identify this task schedule.
- managed
Instance StringId - The OCID of the related managed instance.
- name String
- The name of the task schedule.
- task
Schedule StringName Contains
- fleet
Id string - The OCID of the Fleet.
- task
Schedule GetCollections Task Schedules Task Schedule Collection[] - The list of task_schedule_collection.
- filters
Get
Task Schedules Filter[] - id string
- The OCID to identify this task schedule.
- managed
Instance stringId - The OCID of the related managed instance.
- name string
- The name of the task schedule.
- task
Schedule stringName Contains
- fleet_
id str - The OCID of the Fleet.
- task_
schedule_ Sequence[Getcollections Task Schedules Task Schedule Collection] - The list of task_schedule_collection.
- filters
Sequence[Get
Task Schedules Filter] - id str
- The OCID to identify this task schedule.
- managed_
instance_ strid - The OCID of the related managed instance.
- name str
- The name of the task schedule.
- task_
schedule_ strname_ contains
- fleet
Id String - The OCID of the Fleet.
- task
Schedule List<Property Map>Collections - The list of task_schedule_collection.
- filters List<Property Map>
- id String
- The OCID to identify this task schedule.
- managed
Instance StringId - The OCID of the related managed instance.
- name String
- The name of the task schedule.
- task
Schedule StringName Contains
Supporting Types
GetTaskSchedulesFilter
GetTaskSchedulesTaskScheduleCollection
GetTaskSchedulesTaskScheduleCollectionItem
- Created
By string - Name of the task creator.
- Execution
Recurrences string - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- Fleet
Id string - The ID of the Fleet.
- Id string
- The OCID to identify this task schedule.
- Name string
- The task name.
- State string
- All possible status of task schedule.
- Task
Details List<GetTask Schedules Task Schedule Collection Item Task Detail> - The minimum details of a task.
- Time
Created string - The date and time the task schedule was created (formatted according to RFC3339).
- Time
Last stringRun - The date and time the task schedule ran last (formatted according to RFC3339).
- Time
Last stringUpdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- Time
Next stringRun - The date and time the task schedule will run next (formatted according to RFC3339).
- Created
By string - Name of the task creator.
- Execution
Recurrences string - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- Fleet
Id string - The ID of the Fleet.
- Id string
- The OCID to identify this task schedule.
- Name string
- The task name.
- State string
- All possible status of task schedule.
- Task
Details []GetTask Schedules Task Schedule Collection Item Task Detail - The minimum details of a task.
- Time
Created string - The date and time the task schedule was created (formatted according to RFC3339).
- Time
Last stringRun - The date and time the task schedule ran last (formatted according to RFC3339).
- Time
Last stringUpdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- Time
Next stringRun - The date and time the task schedule will run next (formatted according to RFC3339).
- created
By String - Name of the task creator.
- execution
Recurrences String - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- fleet
Id String - The ID of the Fleet.
- id String
- The OCID to identify this task schedule.
- name String
- The task name.
- state String
- All possible status of task schedule.
- task
Details List<GetTask Schedules Task Schedule Collection Item Task Detail> - The minimum details of a task.
- time
Created String - The date and time the task schedule was created (formatted according to RFC3339).
- time
Last StringRun - The date and time the task schedule ran last (formatted according to RFC3339).
- time
Last StringUpdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- time
Next StringRun - The date and time the task schedule will run next (formatted according to RFC3339).
- created
By string - Name of the task creator.
- execution
Recurrences string - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- fleet
Id string - The ID of the Fleet.
- id string
- The OCID to identify this task schedule.
- name string
- The task name.
- state string
- All possible status of task schedule.
- task
Details GetTask Schedules Task Schedule Collection Item Task Detail[] - The minimum details of a task.
- time
Created string - The date and time the task schedule was created (formatted according to RFC3339).
- time
Last stringRun - The date and time the task schedule ran last (formatted according to RFC3339).
- time
Last stringUpdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- time
Next stringRun - The date and time the task schedule will run next (formatted according to RFC3339).
- created_
by str - Name of the task creator.
- execution_
recurrences str - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- fleet_
id str - The ID of the Fleet.
- id str
- The OCID to identify this task schedule.
- name str
- The task name.
- state str
- All possible status of task schedule.
- task_
details Sequence[GetTask Schedules Task Schedule Collection Item Task Detail] - The minimum details of a task.
- time_
created str - The date and time the task schedule was created (formatted according to RFC3339).
- time_
last_ strrun - The date and time the task schedule ran last (formatted according to RFC3339).
- time_
last_ strupdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- time_
next_ strrun - The date and time the task schedule will run next (formatted according to RFC3339).
- created
By String - Name of the task creator.
- execution
Recurrences String - Recurrence specification for the task schedule execution (formatted according to RFC-5545). To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be 'DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10'. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be 'DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z'.
- fleet
Id String - The ID of the Fleet.
- id String
- The OCID to identify this task schedule.
- name String
- The task name.
- state String
- All possible status of task schedule.
- task
Details List<Property Map> - The minimum details of a task.
- time
Created String - The date and time the task schedule was created (formatted according to RFC3339).
- time
Last StringRun - The date and time the task schedule ran last (formatted according to RFC3339).
- time
Last StringUpdated - The date and time the task schedule was last updated (formatted according to RFC3339).
- time
Next StringRun - The date and time the task schedule will run next (formatted according to RFC3339).
GetTaskSchedulesTaskScheduleCollectionItemTaskDetail
- Add
Installation List<GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request> - The list of Java installation sites to add.
- Crypto
Task List<GetRequests Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request> - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- Deployed
Application List<GetMigration Task Requests Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request> - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- Java
Migration List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request> - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- Jfr
Task List<GetRequests Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request> - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- Performance
Tuning List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request> - Details of the request to start a JFR performance tuning analysis.
- Remove
Installation List<GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request> - The list of Java installation sites to remove.
- Scan
Java List<GetServer Task Requests Task Schedules Task Schedule Collection Item Task Detail Scan Java Server Task Request> - The list of managed instances to scan.
- Scan
Library List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Scan Library Task Request> - The list of managed instances to scan.
- Task
Type string - Type of task.
- Add
Installation []GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request - The list of Java installation sites to add.
- Crypto
Task []GetRequests Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- Deployed
Application []GetMigration Task Requests Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- Java
Migration []GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- Jfr
Task []GetRequests Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- Performance
Tuning []GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request - Details of the request to start a JFR performance tuning analysis.
- Remove
Installation []GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request - The list of Java installation sites to remove.
- Scan
Java []GetServer Task Requests Task Schedules Task Schedule Collection Item Task Detail Scan Java Server Task Request - The list of managed instances to scan.
- Scan
Library []GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Scan Library Task Request - The list of managed instances to scan.
- Task
Type string - Type of task.
- add
Installation List<GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request> - The list of Java installation sites to add.
- crypto
Task List<GetRequests Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request> - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- deployed
Application List<GetMigration Task Requests Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request> - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- java
Migration List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request> - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- jfr
Task List<GetRequests Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request> - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- performance
Tuning List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request> - Details of the request to start a JFR performance tuning analysis.
- remove
Installation List<GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request> - The list of Java installation sites to remove.
- scan
Java List<GetServer Task Requests Task Schedules Task Schedule Collection Item Task Detail Scan Java Server Task Request> - The list of managed instances to scan.
- scan
Library List<GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Scan Library Task Request> - The list of managed instances to scan.
- task
Type String - Type of task.
- add
Installation GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request[] - The list of Java installation sites to add.
- crypto
Task GetRequests Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request[] - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- deployed
Application GetMigration Task Requests Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request[] - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- java
Migration GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request[] - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- jfr
Task GetRequests Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request[] - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- performance
Tuning GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request[] - Details of the request to start a JFR performance tuning analysis.
- remove
Installation GetSite Task Requests Task Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request[] - The list of Java installation sites to remove.
- scan
Java GetServer Task Requests Task Schedules Task Schedule Collection Item Task Detail Scan Java Server Task Request[] - The list of managed instances to scan.
- scan
Library GetTask Requests Task Schedules Task Schedule Collection Item Task Detail Scan Library Task Request[] - The list of managed instances to scan.
- task
Type string - Type of task.
- add_
installation_ Sequence[Getsite_ task_ requests Task Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request] - The list of Java installation sites to add.
- crypto_
task_ Sequence[Getrequests Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request] - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- deployed_
application_ Sequence[Getmigration_ task_ requests Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request] - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- java_
migration_ Sequence[Gettask_ requests Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request] - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- jfr_
task_ Sequence[Getrequests Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request] - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- performance_
tuning_ Sequence[Gettask_ requests Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request] - Details of the request to start a JFR performance tuning analysis.
- remove_
installation_ Sequence[Getsite_ task_ requests Task Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request] - The list of Java installation sites to remove.
- scan_
java_ Sequence[Getserver_ task_ requests Task Schedules Task Schedule Collection Item Task Detail Scan Java Server Task Request] - The list of managed instances to scan.
- scan_
library_ Sequence[Gettask_ requests Task Schedules Task Schedule Collection Item Task Detail Scan Library Task Request] - The list of managed instances to scan.
- task_
type str - Type of task.
- add
Installation List<Property Map>Site Task Requests - The list of Java installation sites to add.
- crypto
Task List<Property Map>Requests - Details of the request to start a JFR crypto event analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected.
- deployed
Application List<Property Map>Migration Task Requests - Details of the request to start a Java migration analyses. The analyses requires the managed instance OCID, deployed application key, source JDK version, and target JDK version of each selected application.
- java
Migration List<Property Map>Task Requests - Details of the request to start a Java migration analysis. The analysis requires the managed instance OCID, application installation key, source JDK version, and target JDK version of each selected application.
- jfr
Task List<Property Map>Requests - Details of the request to start JFR recordings. When the targets aren't specified, then all managed instances currently in the Fleet are selected.
- performance
Tuning List<Property Map>Task Requests - Details of the request to start a JFR performance tuning analysis.
- remove
Installation List<Property Map>Site Task Requests - The list of Java installation sites to remove.
- scan
Java List<Property Map>Server Task Requests - The list of managed instances to scan.
- scan
Library List<Property Map>Task Requests - The list of managed instances to scan.
- task
Type String - Type of task.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequest
- Installation
Sites List<GetTask Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request Installation Site> - The list of installation sites to remove.
- Post
Installation List<string>Actions - Optional list of post java installation actions
- Installation
Sites []GetTask Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request Installation Site - The list of installation sites to remove.
- Post
Installation []stringActions - Optional list of post java installation actions
- installation
Sites List<GetTask Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request Installation Site> - The list of installation sites to remove.
- post
Installation List<String>Actions - Optional list of post java installation actions
- installation
Sites GetTask Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request Installation Site[] - The list of installation sites to remove.
- post
Installation string[]Actions - Optional list of post java installation actions
- installation_
sites Sequence[GetTask Schedules Task Schedule Collection Item Task Detail Add Installation Site Task Request Installation Site] - The list of installation sites to remove.
- post_
installation_ Sequence[str]actions - Optional list of post java installation actions
- installation
Sites List<Property Map> - The list of installation sites to remove.
- post
Installation List<String>Actions - Optional list of post java installation actions
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailAddInstallationSiteTaskRequestInstallationSite
- Artifact
Content stringType - Artifact content type for the Java version.
- Force
Install bool - Forces the installation request even if a more recent release is already present in the host.
- Headless
Mode bool - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- Installation
Path string - Custom path to install new Java installation site.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Release
Version string - The release version of the Java Runtime.
- Artifact
Content stringType - Artifact content type for the Java version.
- Force
Install bool - Forces the installation request even if a more recent release is already present in the host.
- Headless
Mode bool - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- Installation
Path string - Custom path to install new Java installation site.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Release
Version string - The release version of the Java Runtime.
- artifact
Content StringType - Artifact content type for the Java version.
- force
Install Boolean - Forces the installation request even if a more recent release is already present in the host.
- headless
Mode Boolean - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- installation
Path String - Custom path to install new Java installation site.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- release
Version String - The release version of the Java Runtime.
- artifact
Content stringType - Artifact content type for the Java version.
- force
Install boolean - Forces the installation request even if a more recent release is already present in the host.
- headless
Mode boolean - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- installation
Path string - Custom path to install new Java installation site.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- release
Version string - The release version of the Java Runtime.
- artifact_
content_ strtype - Artifact content type for the Java version.
- force_
install bool - Forces the installation request even if a more recent release is already present in the host.
- headless_
mode bool - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- installation_
path str - Custom path to install new Java installation site.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- release_
version str - The release version of the Java Runtime.
- artifact
Content StringType - Artifact content type for the Java version.
- force
Install Boolean - Forces the installation request even if a more recent release is already present in the host.
- headless
Mode Boolean - Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
- installation
Path String - Custom path to install new Java installation site.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- release
Version String - The release version of the Java Runtime.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequest
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request Target> - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Targets
[]Get
Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request Target - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration IntegerIn Minutes - Duration of the JFR recording in minutes.
- targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request Target> - The attachment targets to start JFR.
- waiting
Period IntegerIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration numberIn Minutes - Duration of the JFR recording in minutes.
- targets
Get
Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request Target[] - The attachment targets to start JFR.
- waiting
Period numberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording_
duration_ intin_ minutes - Duration of the JFR recording in minutes.
- targets
Sequence[Get
Task Schedules Task Schedule Collection Item Task Detail Crypto Task Request Target] - The attachment targets to start JFR.
- waiting_
period_ intin_ minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration NumberIn Minutes - Duration of the JFR recording in minutes.
- targets List<Property Map>
- The attachment targets to start JFR.
- waiting
Period NumberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailCryptoTaskRequestTarget
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key string - Unique key that identifies the application for JFR data collection.
- container
Key string - Unique key that identifies the container for JFR data collection.
- jre
Key string - Unique key that identify the JVM for JFR data collection.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application_
installation_ strkey - Unique key that identifies the application installation for JFR data collection.
- application_
key str - Unique key that identifies the application for JFR data collection.
- container_
key str - Unique key that identifies the container for JFR data collection.
- jre_
key str - Unique key that identify the JVM for JFR data collection.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequest
- Targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request Target> - The attachment targets to start JFR.
- Targets
[]Get
Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request Target - The attachment targets to start JFR.
- targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request Target> - The attachment targets to start JFR.
- targets
Get
Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request Target[] - The attachment targets to start JFR.
- targets
Sequence[Get
Task Schedules Task Schedule Collection Item Task Detail Deployed Application Migration Task Request Target] - The attachment targets to start JFR.
- targets List<Property Map>
- The attachment targets to start JFR.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailDeployedApplicationMigrationTaskRequestTarget
- Deployed
Application stringInstallation Key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- Exclude
Package List<string>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- Include
Package List<string>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Source
Jdk stringVersion - The JDK version the application is currently running on.
- Target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- Deployed
Application stringInstallation Key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- Exclude
Package []stringPrefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- Include
Package []stringPrefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Source
Jdk stringVersion - The JDK version the application is currently running on.
- Target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- deployed
Application StringInstallation Key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- exclude
Package List<String>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package List<String>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk StringVersion - The JDK version the application is currently running on.
- target
Jdk StringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- deployed
Application stringInstallation Key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- exclude
Package string[]Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package string[]Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk stringVersion - The JDK version the application is currently running on.
- target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- deployed_
application_ strinstallation_ key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- exclude_
package_ Sequence[str]prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include_
package_ Sequence[str]prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- source_
jdk_ strversion - The JDK version the application is currently running on.
- target_
jdk_ strversion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- deployed
Application StringInstallation Key - The unique key that identifies the deployed application's installation path that is to be used for the Java migration analyses.
- exclude
Package List<String>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package List<String>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk StringVersion - The JDK version the application is currently running on.
- target
Jdk StringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequest
- Targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request Target> - The attachment targets to start JFR.
- Targets
[]Get
Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request Target - The attachment targets to start JFR.
- targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request Target> - The attachment targets to start JFR.
- targets
Get
Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request Target[] - The attachment targets to start JFR.
- targets
Sequence[Get
Task Schedules Task Schedule Collection Item Task Detail Java Migration Task Request Target] - The attachment targets to start JFR.
- targets List<Property Map>
- The attachment targets to start JFR.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJavaMigrationTaskRequestTarget
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Exclude
Package List<string>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- Include
Package List<string>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Source
Jdk stringVersion - The JDK version the application is currently running on.
- Target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Exclude
Package []stringPrefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- Include
Package []stringPrefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Source
Jdk stringVersion - The JDK version the application is currently running on.
- Target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- exclude
Package List<String>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package List<String>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk StringVersion - The JDK version the application is currently running on.
- target
Jdk StringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- exclude
Package string[]Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package string[]Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk stringVersion - The JDK version the application is currently running on.
- target
Jdk stringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- application_
installation_ strkey - Unique key that identifies the application installation for JFR data collection.
- exclude_
package_ Sequence[str]prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include_
package_ Sequence[str]prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- source_
jdk_ strversion - The JDK version the application is currently running on.
- target_
jdk_ strversion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- exclude
Package List<String>Prefixes - Excludes the packages that starts with the prefix from the migration analysis result. Either this or includePackagePrefixes can be specified.
- include
Package List<String>Prefixes - includes the packages that starts with the prefix from the migration analysis result. Either this or excludePackagePrefixes can be specified.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- source
Jdk StringVersion - The JDK version the application is currently running on.
- target
Jdk StringVersion - The JDK version against which the migration analysis was performed to identify effort required to move from source JDK.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequest
- Jfc
Profile stringName - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- Jfc
V1 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- Jfc
V2 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Recording
Size intIn Mb - The maximum size limit for the JFR file collected.
- Targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request Target> - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- Jfc
Profile stringName - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- Jfc
V1 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- Jfc
V2 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Recording
Size intIn Mb - The maximum size limit for the JFR file collected.
- Targets
[]Get
Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request Target - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- jfc
Profile StringName - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- jfc
V1 String - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- jfc
V2 String - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- recording
Duration IntegerIn Minutes - Duration of the JFR recording in minutes.
- recording
Size IntegerIn Mb - The maximum size limit for the JFR file collected.
- targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request Target> - The attachment targets to start JFR.
- waiting
Period IntegerIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- jfc
Profile stringName - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- jfc
V1 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- jfc
V2 string - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- recording
Duration numberIn Minutes - Duration of the JFR recording in minutes.
- recording
Size numberIn Mb - The maximum size limit for the JFR file collected.
- targets
Get
Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request Target[] - The attachment targets to start JFR.
- waiting
Period numberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- jfc_
profile_ strname - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- jfc_
v1 str - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- jfc_
v2 str - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- recording_
duration_ intin_ minutes - Duration of the JFR recording in minutes.
- recording_
size_ intin_ mb - The maximum size limit for the JFR file collected.
- targets
Sequence[Get
Task Schedules Task Schedule Collection Item Task Detail Jfr Task Request Target] - The attachment targets to start JFR.
- waiting_
period_ intin_ minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- jfc
Profile StringName - The profile used for JFR events selection. If the name isn't recognized, the settings from jfcV1 or jfcV2 will be used depending on the JVM version. Both jfcV2 and jfcV1 should be provided to ensure JFR collection on different JVM versions.
- jfc
V1 String - The BASE64 encoded string of JFR settings XML with schema used by JDK 8.
- jfc
V2 String - The BASE64 encoded string of JFR settings XML with schema used by JDK 9 and after.
- recording
Duration NumberIn Minutes - Duration of the JFR recording in minutes.
- recording
Size NumberIn Mb - The maximum size limit for the JFR file collected.
- targets List<Property Map>
- The attachment targets to start JFR.
- waiting
Period NumberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailJfrTaskRequestTarget
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key string - Unique key that identifies the application for JFR data collection.
- container
Key string - Unique key that identifies the container for JFR data collection.
- jre
Key string - Unique key that identify the JVM for JFR data collection.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application_
installation_ strkey - Unique key that identifies the application installation for JFR data collection.
- application_
key str - Unique key that identifies the application for JFR data collection.
- container_
key str - Unique key that identifies the container for JFR data collection.
- jre_
key str - Unique key that identify the JVM for JFR data collection.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequest
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request Target> - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- Recording
Duration intIn Minutes - Duration of the JFR recording in minutes.
- Targets
[]Get
Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request Target - The attachment targets to start JFR.
- Waiting
Period intIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration IntegerIn Minutes - Duration of the JFR recording in minutes.
- targets
List<Get
Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request Target> - The attachment targets to start JFR.
- waiting
Period IntegerIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration numberIn Minutes - Duration of the JFR recording in minutes.
- targets
Get
Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request Target[] - The attachment targets to start JFR.
- waiting
Period numberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording_
duration_ intin_ minutes - Duration of the JFR recording in minutes.
- targets
Sequence[Get
Task Schedules Task Schedule Collection Item Task Detail Performance Tuning Task Request Target] - The attachment targets to start JFR.
- waiting_
period_ intin_ minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
- recording
Duration NumberIn Minutes - Duration of the JFR recording in minutes.
- targets List<Property Map>
- The attachment targets to start JFR.
- waiting
Period NumberIn Minutes - Period to looking for JVMs. In addition to attach to running JVMs when given the command, JVM started within the waiting period will also be attached for JFR. The value should be larger than the agent polling interval setting for the fleet to ensure agent can get the instructions. If not specified, the agent polling interval for the fleet is used.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailPerformanceTuningTaskRequestTarget
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- Application
Key string - Unique key that identifies the application for JFR data collection.
- Container
Key string - Unique key that identifies the container for JFR data collection.
- Jre
Key string - Unique key that identify the JVM for JFR data collection.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- application
Installation stringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key string - Unique key that identifies the application for JFR data collection.
- container
Key string - Unique key that identifies the container for JFR data collection.
- jre
Key string - Unique key that identify the JVM for JFR data collection.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- application_
installation_ strkey - Unique key that identifies the application installation for JFR data collection.
- application_
key str - Unique key that identifies the application for JFR data collection.
- container_
key str - Unique key that identifies the container for JFR data collection.
- jre_
key str - Unique key that identify the JVM for JFR data collection.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- application
Installation StringKey - Unique key that identifies the application installation for JFR data collection.
- application
Key String - Unique key that identifies the application for JFR data collection.
- container
Key String - Unique key that identifies the container for JFR data collection.
- jre
Key String - Unique key that identify the JVM for JFR data collection.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequest
- Installation
Sites List<GetTask Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request Installation Site> - The list of installation sites to remove.
- Installation
Sites []GetTask Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request Installation Site - The list of installation sites to remove.
- installation
Sites List<GetTask Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request Installation Site> - The list of installation sites to remove.
- installation
Sites GetTask Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request Installation Site[] - The list of installation sites to remove.
- installation_
sites Sequence[GetTask Schedules Task Schedule Collection Item Task Detail Remove Installation Site Task Request Installation Site] - The list of installation sites to remove.
- installation
Sites List<Property Map> - The list of installation sites to remove.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailRemoveInstallationSiteTaskRequestInstallationSite
- Installation
Key string - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- Installation
Key string - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- Managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- installation
Key String - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
- installation
Key string - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- managed
Instance stringId - The Fleet-unique identifier of the related managed instance.
- installation_
key str - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- managed_
instance_ strid - The Fleet-unique identifier of the related managed instance.
- installation
Key String - The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
- managed
Instance StringId - The Fleet-unique identifier of the related managed instance.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanJavaServerTaskRequest
- Managed
Instance List<string>Ids - The list of OCIDs of managed instances to scan.
- Managed
Instance []stringIds - The list of OCIDs of managed instances to scan.
- managed
Instance List<String>Ids - The list of OCIDs of managed instances to scan.
- managed
Instance string[]Ids - The list of OCIDs of managed instances to scan.
- managed_
instance_ Sequence[str]ids - The list of OCIDs of managed instances to scan.
- managed
Instance List<String>Ids - The list of OCIDs of managed instances to scan.
GetTaskSchedulesTaskScheduleCollectionItemTaskDetailScanLibraryTaskRequest
- Dynamic
Scan intDuration In Minutes - The duration of the dynamic scan in minutes.
- Is
Dynamic boolScan - Indicates whether the scan is dynamic or static.
- Managed
Instance List<string>Ids - The list of OCIDs of managed instances to scan.
- Dynamic
Scan intDuration In Minutes - The duration of the dynamic scan in minutes.
- Is
Dynamic boolScan - Indicates whether the scan is dynamic or static.
- Managed
Instance []stringIds - The list of OCIDs of managed instances to scan.
- dynamic
Scan IntegerDuration In Minutes - The duration of the dynamic scan in minutes.
- is
Dynamic BooleanScan - Indicates whether the scan is dynamic or static.
- managed
Instance List<String>Ids - The list of OCIDs of managed instances to scan.
- dynamic
Scan numberDuration In Minutes - The duration of the dynamic scan in minutes.
- is
Dynamic booleanScan - Indicates whether the scan is dynamic or static.
- managed
Instance string[]Ids - The list of OCIDs of managed instances to scan.
- dynamic_
scan_ intduration_ in_ minutes - The duration of the dynamic scan in minutes.
- is_
dynamic_ boolscan - Indicates whether the scan is dynamic or static.
- managed_
instance_ Sequence[str]ids - The list of OCIDs of managed instances to scan.
- dynamic
Scan NumberDuration In Minutes - The duration of the dynamic scan in minutes.
- is
Dynamic BooleanScan - Indicates whether the scan is dynamic or static.
- managed
Instance List<String>Ids - The list of OCIDs of managed instances to scan.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.