Using the API to Manage Exadata Fleet Update Resources
Exadata Fleet Update application programming interfaces (APIs) assist with managing fleet-based software update operations for ExaDB-D and ExaDB-C@C.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.
For more information about using Exadata Fleet Update service APIs, see Exadata Fleet Update service API.
- Fleet Software Update Discoveries
Review the list of REST API endpoints to manage fleet software update discoveries. - Fleet Software Update Collections
Review the list of REST API endpoints to manage fleet software update collections. - Fleet Software Update Cycles
Review the list of REST API endpoints to manage fleet software update cycles. - Fleet Software Update Actions
Review the list of REST API endpoints to manage fleet software update actions. - Fleet Software Update Jobs
Review the list of REST API endpoints to manage fleet software update jobs. - Fleet Software Update Work Request
Review the list of REST API endpoints to manage fleet software update work request.
Parent topic: References
Fleet Software Update Discoveries
Review the list of REST API endpoints to manage fleet software update discoveries.
-
Get a list of all Fleet Software Update Discoveries in a compartment:
ListFsuDiscoveries
- Create a new Fleet Software Update Discovery:
CreateFsuDiscovery
- Get a Fleet Software Update Discovery by identifier:
GetFsuDiscovery
- Update the Fleet Software Update Discovery:
UpdateFsuDiscovery
- Delete a Fleet Software Update Discovery:
DeleteFsuDiscovery
- Get a list of all Targets in the results of a Fleet Software Update Discovery:
ListFsuDiscoveryTargets
- Terminate Fleet Software Update Discovery in progress:
AbortFsuDiscovery
- Move a resource into a different compartment:
ChangeFsuDiscoveryCompartment
Parent topic: Using the API to Manage Exadata Fleet Update Resources
Fleet Software Update Collections
Review the list of REST API endpoints to manage fleet software update collections.
- Get a list of all Fleet Software Update Collections in a compartment:
ListFsuCollections
- Create a new Fleet Software Update Collection:
CreateFsuCollection
- Get a Fleet Software Update Collection by identifier:
GetFsuCollection
- Update the Fleet Software Update Collection identified by the ID:
UpdateFsuCollection
- Delete a provisioned Fleet Software Update Collection:
DeleteFsuCollection
- Get a list of all Targets that are members of a specific Fleet Software Update
Collection:
ListFsuCollectionTargets
- Add targets to an existing Fleet Software Update Collection:
AddFsuCollectionTargets
- Remove targets from an existing Fleet Software Update Collection:
RemoveFsuCollectionTargets
- Move a resource into a different compartment:
ChangeFsuCollectionCompartment
Parent topic: Using the API to Manage Exadata Fleet Update Resources
Fleet Software Update Cycles
Review the list of REST API endpoints to manage fleet software update cycles.
- Get a list of all Fleet Software Update Cycles in a compartment:
ListFsuCycles
- Create a new Fleet Software Update Cycle:
CreateFsuCycle
- Get a Fleet Software Update Cycle by identifier:
GetFsuCycle
- Update the Fleet Software Update Cycle identified by the ID:
UpdateFsuCycle
- Delete a Fleet Software Update Cycle resource by identifier:
DeleteFsuCycle
- Clone existing Fleet Software Update Cycle details into a new Fleet Software Update
Cycle resource:
CloneFsuCycle
- Move a resource into a different compartment:
ChangeFsuCycleCompartment
Parent topic: Using the API to Manage Exadata Fleet Update Resources
Fleet Software Update Actions
Review the list of REST API endpoints to manage fleet software update actions.
- Get a list of all Fleet Software Update Actions in a compartment:
ListFsuActions
- Create a new Fleet Software Update Action:
CreateFsuAction
- Get a Fleet Software Update Action by identifier:
GetFsuAction
- Update the Fleet Software Update Action identified by the ID:
UpdateFsuAction
- Delete a Fleet Software Update Action resource by identifier:
DeleteFsuAction
- Move a resource into a different compartment:
ChangeFsuActionCompartment
- Resume an Action that has batches waiting to execute:
ResumeFsuAction
- Cancel a scheduled Action:
CancelFsuAction
- Get Fleet Software Update Action Output:
GetFsuActionOutputContent
Parent topic: Using the API to Manage Exadata Fleet Update Resources
Fleet Software Update Jobs
Review the list of REST API endpoints to manage fleet software update jobs.
- List all the Fleet Software Update jobs associated with the specified Fleet Software
Update Action:
ListFsuJobs
- Get a Fleet Software Update job by identifier:
GetFsuJob
- Update Fleet Software Update Job resource details:
UpdateFsuJob
- Delete the Fleet Software Update Job resource by identifier:
DeleteFsuJob
- Retry a failed Fleet Software Update Job:
RetryFsuJob
- List the Fleet Software Update Job Outputs:
ListFsuJobOutputs
- Get Fleet Software Update Job Output as a binary file (string):
GetFsuJobOutputContent
Parent topic: Using the API to Manage Exadata Fleet Update Resources
Fleet Software Update Work Request
Review the list of REST API endpoints to manage fleet software update work request.
- Gets a Fleet Software Update Work Request by identifier:
GetWorkRequest
- Lists all the Fleet Software Update Work Requests:
ListWorkRequests
- Lists all the Fleet Software Update Work Request errors:
ListWorkRequestErrors
- Lists all the Fleet Software Update Work Request logs:
ListWorkRequestLogs
Parent topic: Using the API to Manage Exadata Fleet Update Resources