Interface FleetAppsManagementRunbooks
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FleetAppsManagementRunbooksClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public interface FleetAppsManagementRunbooks extends AutoCloseableFleet Application Management provides a centralized platform to help you automate resource management tasks, validate patch compliance, and enhance operational efficiency across an enterprise.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeRunbookCompartmentResponsechangeRunbookCompartment(ChangeRunbookCompartmentRequest request)Moves a Runbook into a different compartment within the same tenancy.ChangeTaskRecordCompartmentResponsechangeTaskRecordCompartment(ChangeTaskRecordCompartmentRequest request)Moves a task record into a different compartment within the same tenancy.CreateRunbookResponsecreateRunbook(CreateRunbookRequest request)Creates a runbook.CreateRunbookVersionResponsecreateRunbookVersion(CreateRunbookVersionRequest request)Add RunbookVersion in Fleet Application Management.CreateTaskRecordResponsecreateTaskRecord(CreateTaskRecordRequest request)Creates a new task record.DeleteRunbookResponsedeleteRunbook(DeleteRunbookRequest request)Deletes a runbook specified by the identifier.DeleteRunbookVersionResponsedeleteRunbookVersion(DeleteRunbookVersionRequest request)Removes a Runbook Version from the runbook in Fleet Application Management.DeleteTaskRecordResponsedeleteTaskRecord(DeleteTaskRecordRequest request)Deletes the task record specified by an identifier.ExportRunbookResponseexportRunbook(ExportRunbookRequest request)Export the specified version of the runbook.ExportRunbookVersionResponseexportRunbookVersion(ExportRunbookVersionRequest request)Export the specified version of the runbook.FindRunbookExportDependencyResponsefindRunbookExportDependency(FindRunbookExportDependencyRequest request)Find runbook export DependenciesFindRunbookImportDependencyResponsefindRunbookImportDependency(FindRunbookImportDependencyRequest request)Find runbook import DependenciesStringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)FleetAppsManagementRunbooksPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetRunbookResponsegetRunbook(GetRunbookRequest request)Get the details of a runbook in Fleet Application Management.GetRunbookExportResponsegetRunbookExport(GetRunbookExportRequest request)Get the runbook export status for provided runbook and exportId.GetRunbookImportResponsegetRunbookImport(GetRunbookImportRequest request)Get the runbook import status for provided runbook and importId.GetRunbookVersionResponsegetRunbookVersion(GetRunbookVersionRequest request)Gets a Runbook Version by identifier.GetTaskRecordResponsegetTaskRecord(GetTaskRecordRequest request)Gets information for the specified task record.FleetAppsManagementRunbooksWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ImportRunbookResponseimportRunbook(ImportRunbookRequest request)Import the specified version of the runbook.ImportRunbookPrecheckResponseimportRunbookPrecheck(ImportRunbookPrecheckRequest request)Precheck for import runbook.ImportRunbookVersionResponseimportRunbookVersion(ImportRunbookVersionRequest request)Export the specified version of the runbook.ListRunbookExportStatusesResponselistRunbookExportStatuses(ListRunbookExportStatusesRequest request)Returns a list of all the Runbook export status in the specified compartment.ListRunbookImportStatusesResponselistRunbookImportStatuses(ListRunbookImportStatusesRequest request)Returns a list of all the Runbook import status in the specified compartment.ListRunbooksResponselistRunbooks(ListRunbooksRequest request)Returns a list of all the runbooks in the specified compartment.ListRunbookVersionsResponselistRunbookVersions(ListRunbookVersionsRequest request)List versions for a runbook in Fleet Application Management.ListTaskRecordsResponselistTaskRecords(ListTaskRecordsRequest request)Returns a list of all the task records in the specified compartment.PublishRunbookResponsepublishRunbook(PublishRunbookRequest request)Publish the specified version of the runbook.voidrefreshClient()Rebuilds the client from scratch.SetDefaultRunbookResponsesetDefaultRunbook(SetDefaultRunbookRequest request)Set a runbook as default.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateRunbookResponseupdateRunbook(UpdateRunbookRequest request)Updates the runbook specified by the identifier.UpdateRunbookVersionResponseupdateRunbookVersion(UpdateRunbookVersionRequest request)Updates the RunbookVersion.UpdateTaskRecordResponseupdateTaskRecord(UpdateTaskRecordRequest request)Updates certain attributes for the specified task record.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint- The endpoint of the service.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call
setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
region- The region of the service.
-
setRegion
void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call
setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format (
Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
regionId- The public region ID.
-
useRealmSpecificEndpointTemplate
void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
- Parameters:
realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
-
changeRunbookCompartment
ChangeRunbookCompartmentResponse changeRunbookCompartment(ChangeRunbookCompartmentRequest request)
Moves a Runbook into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment.
- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ChangeRunbookCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeRunbookCompartment API.
-
changeTaskRecordCompartment
ChangeTaskRecordCompartmentResponse changeTaskRecordCompartment(ChangeTaskRecordCompartmentRequest request)
Moves a task record into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment.
- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ChangeTaskRecordCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeTaskRecordCompartment API.
-
createRunbook
CreateRunbookResponse createRunbook(CreateRunbookRequest request)
Creates a runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/CreateRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRunbook API.
-
createRunbookVersion
CreateRunbookVersionResponse createRunbookVersion(CreateRunbookVersionRequest request)
Add RunbookVersion in Fleet Application Management.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/CreateRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRunbookVersion API.
-
createTaskRecord
CreateTaskRecordResponse createTaskRecord(CreateTaskRecordRequest request)
Creates a new task record.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/CreateTaskRecordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTaskRecord API.
-
deleteRunbook
DeleteRunbookResponse deleteRunbook(DeleteRunbookRequest request)
Deletes a runbook specified by the identifier.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/DeleteRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRunbook API.
-
deleteRunbookVersion
DeleteRunbookVersionResponse deleteRunbookVersion(DeleteRunbookVersionRequest request)
Removes a Runbook Version from the runbook in Fleet Application Management.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/DeleteRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRunbookVersion API.
-
deleteTaskRecord
DeleteTaskRecordResponse deleteTaskRecord(DeleteTaskRecordRequest request)
Deletes the task record specified by an identifier.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/DeleteTaskRecordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteTaskRecord API.
-
exportRunbook
ExportRunbookResponse exportRunbook(ExportRunbookRequest request)
Export the specified version of the runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ExportRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ExportRunbook API.
-
exportRunbookVersion
ExportRunbookVersionResponse exportRunbookVersion(ExportRunbookVersionRequest request)
Export the specified version of the runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ExportRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ExportRunbookVersion API.
-
findRunbookExportDependency
FindRunbookExportDependencyResponse findRunbookExportDependency(FindRunbookExportDependencyRequest request)
Find runbook export Dependencies- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/FindRunbookExportDependencyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FindRunbookExportDependency API.
-
findRunbookImportDependency
FindRunbookImportDependencyResponse findRunbookImportDependency(FindRunbookImportDependencyRequest request)
Find runbook import Dependencies- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/FindRunbookImportDependencyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FindRunbookImportDependency API.
-
getRunbook
GetRunbookResponse getRunbook(GetRunbookRequest request)
Get the details of a runbook in Fleet Application Management.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/GetRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRunbook API.
-
getRunbookExport
GetRunbookExportResponse getRunbookExport(GetRunbookExportRequest request)
Get the runbook export status for provided runbook and exportId.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/GetRunbookExportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRunbookExport API.
-
getRunbookImport
GetRunbookImportResponse getRunbookImport(GetRunbookImportRequest request)
Get the runbook import status for provided runbook and importId.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/GetRunbookImportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRunbookImport API.
-
getRunbookVersion
GetRunbookVersionResponse getRunbookVersion(GetRunbookVersionRequest request)
Gets a Runbook Version by identifier.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/GetRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRunbookVersion API.
-
getTaskRecord
GetTaskRecordResponse getTaskRecord(GetTaskRecordRequest request)
Gets information for the specified task record.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/GetTaskRecordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTaskRecord API.
-
importRunbook
ImportRunbookResponse importRunbook(ImportRunbookRequest request)
Import the specified version of the runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ImportRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ImportRunbook API.
-
importRunbookPrecheck
ImportRunbookPrecheckResponse importRunbookPrecheck(ImportRunbookPrecheckRequest request)
Precheck for import runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ImportRunbookPrecheckExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ImportRunbookPrecheck API.
-
importRunbookVersion
ImportRunbookVersionResponse importRunbookVersion(ImportRunbookVersionRequest request)
Export the specified version of the runbook.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ImportRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ImportRunbookVersion API.
-
listRunbookExportStatuses
ListRunbookExportStatusesResponse listRunbookExportStatuses(ListRunbookExportStatusesRequest request)
Returns a list of all the Runbook export status in the specified compartment.The query parameter
compartmentIdis required.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ListRunbookExportStatusesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRunbookExportStatuses API.
-
listRunbookImportStatuses
ListRunbookImportStatusesResponse listRunbookImportStatuses(ListRunbookImportStatusesRequest request)
Returns a list of all the Runbook import status in the specified compartment.The query parameter
compartmentIdis required.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ListRunbookImportStatusesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRunbookImportStatuses API.
-
listRunbookVersions
ListRunbookVersionsResponse listRunbookVersions(ListRunbookVersionsRequest request)
List versions for a runbook in Fleet Application Management.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ListRunbookVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRunbookVersions API.
-
listRunbooks
ListRunbooksResponse listRunbooks(ListRunbooksRequest request)
Returns a list of all the runbooks in the specified compartment.The query parameter
compartmentIdis required unless the query parameteridis specified.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ListRunbooksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRunbooks API.
-
listTaskRecords
ListTaskRecordsResponse listTaskRecords(ListTaskRecordsRequest request)
Returns a list of all the task records in the specified compartment.The query parameter
compartmentIdis required unless the query parameteridis specified.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/ListTaskRecordsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTaskRecords API.
-
publishRunbook
PublishRunbookResponse publishRunbook(PublishRunbookRequest request)
Publish the specified version of the runbook.The specified version of the runbook becomes acitve when it is published.Only active versions of runbook can be used in execution.
- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/PublishRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use PublishRunbook API.
-
setDefaultRunbook
SetDefaultRunbookResponse setDefaultRunbook(SetDefaultRunbookRequest request)
Set a runbook as default.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/SetDefaultRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetDefaultRunbook API.
-
updateRunbook
UpdateRunbookResponse updateRunbook(UpdateRunbookRequest request)
Updates the runbook specified by the identifier.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/UpdateRunbookExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRunbook API.
-
updateRunbookVersion
UpdateRunbookVersionResponse updateRunbookVersion(UpdateRunbookVersionRequest request)
Updates the RunbookVersion.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/UpdateRunbookVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRunbookVersion API.
-
updateTaskRecord
UpdateTaskRecordResponse updateTaskRecord(UpdateTaskRecordRequest request)
Updates certain attributes for the specified task record.- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/fleetappsmanagement/UpdateTaskRecordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTaskRecord API.
-
getWaiters
FleetAppsManagementRunbooksWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
FleetAppsManagementRunbooksPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an
Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
-
-