{ "opencollection": "1.0.0", "info": { "name": "Exadata Fleet Update service Fleet Software Update API", "version": "20220528" }, "items": [ { "info": { "name": "FleetSoftwareUpdate", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all Exadata Fleet Update Actions in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "fsuCycleId", "value": "", "type": "query", "description": "A filter to return only resources whose fsuCycleId matches the given fleetSoftwareUpdateCycleId.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given.\n" }, { "name": "type", "value": "", "type": "query", "description": "A filter to return only resources whose type matches the given type.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\n" } ] }, "docs": "Gets a list of all Exadata Fleet Update Actions in a compartment.\n" }, { "info": { "name": "Creates a new Exadata Fleet Update Action.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Exadata Fleet Update Action.\n" }, { "info": { "name": "Get Exadata Fleet Update Action.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ] }, "docs": "Gets a Exadata Fleet Update Action by identifier.\n" }, { "info": { "name": "Updates the Exadata Fleet Update Action identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Exadata Fleet Update Action identified by the ID.\n" }, { "info": { "name": "Delete a provisioned Exadata Fleet Update Action.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ] }, "docs": "Deletes a Exadata Fleet Update Action resource by identifier.\n" }, { "info": { "name": "Cancels a scheduled Action.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId/actions/cancel", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ] }, "docs": "Cancels a scheduled Action. Only applicable for Actions that have not started executing.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Exadata Fleet Update Action resource from one compartment identifier to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Resumes an Action that has batches of targets waiting to execute.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId/actions/resume", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ] }, "docs": "Resumes an Action that has batches of targets waiting to execute.\n" }, { "info": { "name": "Gets Exadata Fleet Update Action Output.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuActions/:fsuActionId/output/content", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Action identifier.\n" } ] }, "docs": "Gets the Exadata Fleet Update Action Output content as a binary file (string).\nThis will only include the output from FAILED Exadata Fleet Update Jobs. No content in case there are no FAILED jobs.\n" }, { "info": { "name": "Gets a list of all Exadata Fleet Update Collections in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given.\n" }, { "name": "type", "value": "", "type": "query", "description": "A filter to return only resources whose type matches the given type.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Gets a list of all Exadata Fleet Update Collections in a compartment.\n" }, { "info": { "name": "Creates a new Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Exadata Fleet Update Collection.\n" }, { "info": { "name": "Get Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ] }, "docs": "Gets a Exadata Fleet Update Collection by identifier.\n" }, { "info": { "name": "Updates the Exadata Fleet Update Collection identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Exadata Fleet Update Collection identified by the ID.\n" }, { "info": { "name": "Delete a Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ] }, "docs": "Deletes a Exadata Fleet Update Collection resource by identifier.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Exadata Fleet Update Collection resource from one compartment identifier to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Returns a list of Targets in the Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/targets", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "targetId", "value": "", "type": "query", "description": "A filter to return a resource whose target OCID matches the given OCID.\n" }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only entries whose status matches the given status.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\n" } ] }, "docs": "Gets a list of all Targets that are members of a specific Exadata Fleet Update Collection.\n" }, { "info": { "name": "Adds targets to an existing Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/targets", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds targets to an existing Exadata Fleet Update Collection.\nTargets that are already part of a different Collection with an active Fleet Software Update Cycle cannot be added.\nThis operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle.\nAdditionally, during an active Fleet Software Update Cycle, targets can be added only prior to executing an Apply Action. This will require running a new Stage Action for the active Cycle.\n" }, { "info": { "name": "Removes targets from an existing Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/targets", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes targets from an existing Exadata Fleet Update Collection.\nThis operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle.\nAdditionally, during an active Fleet Software Update Cycle, targets can be removed only prior to executing an Apply Action.\n" }, { "info": { "name": "Returns a Target in the Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/targets/:targetId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" }, { "name": "targetId", "value": "", "type": "path", "description": "Target resource OCID.\n" } ] }, "docs": "Gets a Exadata Fleet Update Collection Target by identifier.\n" }, { "info": { "name": "Removes a target from an existing Exadata Fleet Update Collection.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCollections/:fsuCollectionId/targets/:targetId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCollectionId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Collection identifier.\n" }, { "name": "targetId", "value": "", "type": "path", "description": "Target resource OCID.\n" } ] }, "docs": "Removes a target from an existing Exadata Fleet Update Collection.\nThis operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle.\nAdditionally, during an active Fleet Software Update Cycle, a target can be removed only prior to executing an Apply Action.\n" }, { "info": { "name": "Gets a list of all Exadata Fleet Update Cycles in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "fsuCollectionId", "value": "", "type": "query", "description": "A filter to return only resources whose fsuCollectionId matches the given fsuCollectionId.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState.\n" }, { "name": "collectionType", "value": "", "type": "query", "description": "A filter to return only resources whose Collection type matches the given type.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given.\n" }, { "name": "targetVersion", "value": "", "type": "query", "description": "A filter to return only entries whose targetVersion matches the given targetVersion.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\n" } ] }, "docs": "Gets a list of all Exadata Fleet Update Cycles in a compartment.\n" }, { "info": { "name": "Creates a new Exadata Fleet Update Cycle.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Exadata Fleet Update Cycle.\n" }, { "info": { "name": "Get Exadata Fleet Update Cycle.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles/:fsuCycleId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCycleId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Cycle identifier.\n" } ] }, "docs": "Gets a Exadata Fleet Update Cycle by identifier.\n" }, { "info": { "name": "Updates the Exadata Fleet Update Cycle identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles/:fsuCycleId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCycleId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Cycle identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Exadata Fleet Update Cycle identified by the ID.\n" }, { "info": { "name": "Delete a Exadata Fleet Update Cycle.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles/:fsuCycleId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuCycleId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Cycle identifier.\n" } ] }, "docs": "Deletes a Exadata Fleet Update Cycle resource by identifier.\n" }, { "info": { "name": "Moves a resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles/:fsuCycleId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuCycleId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Cycle identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Exadata Fleet Update Cycle resource from one compartment identifier to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Clones existing Exadata Fleet Update Cycle details into a new Exadata Fleet Update Cycle resource.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuCycles/:fsuCycleId/actions/clone", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuCycleId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Cycle identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clones existing Exadata Fleet Update Cycle details into a new Exadata Fleet Update Cycle resource.\n" }, { "info": { "name": "Gets a list of all Exadata Fleet Update Discoveries in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" } ] }, "docs": "Returns a list of Exadata Fleet Update Discoveries resources in the specified compartment.\n" }, { "info": { "name": "Creates a new Exadata Fleet Update Discovery.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Exadata Fleet Update Discovery.\n" }, { "info": { "name": "Get Exadata Fleet Update Discovery.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" } ] }, "docs": "Gets a Exadata Fleet Update Discovery by identifier.\n" }, { "info": { "name": "Updates the Exadata Fleet Update Discovery.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Exadata Fleet Update Discovery identified by the ID.\n" }, { "info": { "name": "Deletes a Exadata Fleet Update Discovery.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" } ] }, "docs": "Deletes a Exadata Fleet Update Discovery resource by identifier.\n" }, { "info": { "name": "Aborts Exadata Fleet Update Discovery in progress.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId/actions/abort", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" } ] }, "docs": "Aborts Exadata Fleet Update Discovery in progress.\n" }, { "info": { "name": "Moves a Exadata Fleet Update Discovery resource into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a Exadata Fleet Update Discovery resource from one compartment identifier to another.\nWhen provided, If-Match is checked against ETag values of the resource.\n" }, { "info": { "name": "Gets a list of all Targets in the results of a Exadata Fleet Update Discovery.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuDiscoveries/:fsuDiscoveryId/targets", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuDiscoveryId", "value": "", "type": "path", "description": "Unique Exadata Fleet Update Discovery identifier.\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "targetId", "value": "", "type": "query", "description": "A filter to return a resource whose target OCID matches the given OCID.\n" }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only entries whose status matches the given status.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided.\n" } ] }, "docs": "Gets a list of all Targets in the results of a Exadata Fleet Update Discovery.\n" }, { "info": { "name": "Lists Exadata Fleet Update Jobs for the specified Exadata Fleet Update Action.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuActionId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given lifecycleState.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.\n" }, { "info": { "name": "Gets a Exadata Fleet Update Job by identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" } ] }, "docs": "Gets a Exadata Fleet Update Job by identifier.\n" }, { "info": { "name": "Updates Exadata Fleet Update Job resource details.", "type": "http" }, "http": { "method": "PUT", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates Exadata Fleet Update Job resource details.\n" }, { "info": { "name": "Deletes the Exadata Fleet Update Job resource by identifier.", "type": "http" }, "http": { "method": "DELETE", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" } ] }, "docs": "Deletes the Exadata Fleet Update Job resource by identifier.\n" }, { "info": { "name": "Retry a failed Exadata Fleet Update Job.", "type": "http" }, "http": { "method": "POST", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId/actions/retry", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" } ] }, "docs": "Retry a failed Job, only while the current Action is being executed.\nAfter the Action reaches a terminal state, a new Action of the same kind is required to retry on failed targets.\n" }, { "info": { "name": "Lists the Exadata Fleet Update Job Output messages.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId/output", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" } ] }, "docs": "Lists the Exadata Fleet Update Job Output messages, if any.\n" }, { "info": { "name": "Get Exadata Fleet Update Job Output as a binary file (string).", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/fsuJobs/:fsuJobId/output/content", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fsuJobId", "value": "", "type": "path", "description": "The OCID of the Exadata Fleet Update Job.\n" } ] }, "docs": "Get the Exadata Fleet Update Job Output content as a binary file (string).\n" }, { "info": { "name": "List Work Requests.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources.\n" }, { "name": "workRequestId", "value": "", "type": "query", "description": "The ID of the asynchronous work request.\n" }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only resources whose lifecycleState matches the given OperationStatus.\n" }, { "name": "resourceId", "value": "", "type": "query", "description": "The ID of the resource affected by the work request.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.\n" } ] }, "docs": "Lists the work requests in a compartment.\n" }, { "info": { "name": "Gets Work Request Status.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/workRequests/:workRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request.\n" } ] }, "docs": "Gets the status of the work request with the specified ID.\n" }, { "info": { "name": "Lists Work Request errors.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/workRequests/:workRequestId/errors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Returns a paginated list of errors for a specified Work Request..\n" }, { "info": { "name": "Lists Work Request logs.", "type": "http" }, "http": { "method": "GET", "url": "https://https://fleet-software-update.{region}.oci.{secondLevelDomain}/20220528/workRequests/:workRequestId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request.\n" }, { "name": "page", "value": "", "type": "query", "description": "A token representing the position at which to start retrieving results.\nThis must come from the `opc-next-page` header field of a previous response.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'ASC' or 'DESC'." } ] }, "docs": "Returns a paginated list of logs for a specified Work Request.\n" } ] } ], "bundled": true }