{ "opencollection": "1.0.0", "info": { "name": "Fusion Applications Environment Management Fusion Environment API", "version": "20211201" }, "items": [ { "info": { "name": "fusionEnvironment", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all FusionEnvironments in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "fusionEnvironmentFamilyId", "value": "", "type": "query", "description": "The ID of the fusion environment family in which to list resources." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified lifecycle state." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "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. If no value is specified timeCreated is default.\n" } ] }, "docs": "Returns a list of FusionEnvironments.\n" }, { "info": { "name": "Creates a new FusionEnvironment", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new FusionEnvironment.\n" }, { "info": { "name": "Get FusionEnvironment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Gets a FusionEnvironment by identifier" }, { "info": { "name": "Update the FusionEnvironment identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the FusionEnvironment" }, { "info": { "name": "Delete a provisioned FusionEnvironment", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Deletes the Fusion environment identified by it's OCID." }, { "info": { "name": "Moves a FusionEnvironment into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a FusionEnvironment into a different compartment. When provided, If-Match is checked against ETag\nvalues of the resource.\n" }, { "info": { "name": "GenerateExtractDetails", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/actions/generateExtractDetails", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Begin the process of showing the details about where to retrieve data extract for a Fusion environment.\n" }, { "info": { "name": "InitiateExtract", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/actions/initiateExtract", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Begin the process of generating the data extract for a Fusion environment.\n" }, { "info": { "name": "List all FusionEnvironment admin users", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/adminUsers", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "List all FusionEnvironment admin users" }, { "info": { "name": "Create FusionEnvironment admin user", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/adminUsers", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a FusionEnvironment admin user" }, { "info": { "name": "Delete FusionEnvironment admin user", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/adminUsers/:adminUsername", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "adminUsername", "value": "", "type": "path", "description": "The admin user name for the fusion environment." }, { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Deletes the FusionEnvironment administrator user identified by the username." }, { "info": { "name": "Reset FusionEnvironment admin password", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/adminUsers/:adminUsername/actions/resetPassword", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" }, { "name": "adminUsername", "value": "", "type": "path", "description": "The admin user name for the fusion environment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resets the password of the Fusion Environment Administrator." }, { "info": { "name": "Get FusionEnvironment status", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironments/:fusionEnvironmentId/status", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentId", "value": "", "type": "path", "description": "unique FusionEnvironment identifier" } ] }, "docs": "Gets the status of a Fusion environment identified by its OCID." }, { "info": { "name": "List Work Requests", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/workRequests", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "status", "value": "", "type": "query", "description": "A filter to return only resources their lifecycleState matches the given OperationStatus." }, { "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'." }, { "name": "resourceId", "value": "", "type": "query", "description": "The ID of the a resource in which to list associated resources." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Lists the work requests in a compartment.\n" }, { "info": { "name": "GET Work Request Status", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/workRequests/:workRequestId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." } ] }, "docs": "Gets the status of the work request with the given ID." }, { "info": { "name": "Lists work request errors", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/workRequests/:workRequestId/errors", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." }, { "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'." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Return a (paginated) list of errors for a given work request.\n" }, { "info": { "name": "Lists work request logs", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/workRequests/:workRequestId/logs", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "workRequestId", "value": "", "type": "path", "description": "The ID of the asynchronous request." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "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": "Return a (paginated) list of logs for a given work request.\n" } ] } ], "bundled": true }