openapi: 3.2.0 info: description: Use the Fusion Applications Environment Management API to manage the environments where your Fusion Applications run. For more information, see the [Fusion Applications Environment Management documentation](/iaas/Content/fusion-applications/home.htm). title: Fusion Applications Environment Management Fusion Environment API version: '20211201' x-provenance: method: harvested first_party: true publisher: Oracle source: https://docs.oracle.com/en-us/iaas/api/specs/2862e9b2d8df5c1b0fcbcce0eecb2a727ba22660b1a4afb08cc75980114cc127.yaml harvested: '2026-08-04' note: Published by Oracle as the contract for the Fusion Applications Environment Management API OCI service and stored verbatim; API Evangelist added only this provenance block. x-evidence: - url: https://docs.oracle.com/en-us/iaas/api/specs/index.json what: Oracle's own index of every OCI service specification - url: https://docs.oracle.com/en-us/iaas/api/specs/2862e9b2d8df5c1b0fcbcce0eecb2a727ba22660b1a4afb08cc75980114cc127.yaml what: the harvested document for Fusion Applications Environment Management API servers: - url: http://127.0.0.1/20211201 - url: https://127.0.0.1/20211201 tags: - name: fusionEnvironment paths: /fusionEnvironments: get: description: 'Returns a list of FusionEnvironments. ' operationId: ListFusionEnvironments parameters: - $ref: '#/components/parameters/CompartmentIdQueryParam' - $ref: '#/components/parameters/FusionEnvironmentFamilyIdQueryParam' - $ref: '#/components/parameters/DisplayNameQueryParam' - $ref: '#/components/parameters/LifecycleStateQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' - $ref: '#/components/parameters/SortByQueryParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: A page of FusionEnvironmentSummary objects. headers: opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/FusionEnvironmentCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Gets a list of all FusionEnvironments in a compartment tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' post: description: 'Creates a new FusionEnvironment. ' operationId: CreateFusionEnvironment parameters: - $ref: '#/components/parameters/RetryTokenHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 202: description: Accepted the request. The FusionEnvironment will be created. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: 'Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. ' schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Creates a new FusionEnvironment tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateFusionEnvironmentDetails' description: Details for the new FusionEnvironment. required: true /fusionEnvironments/{fusionEnvironmentId}: delete: description: Deletes the Fusion environment identified by it's OCID. operationId: DeleteFusionEnvironment parameters: - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' responses: 202: description: Accepted the request. The FusionEnvironment will be deleted. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: 'Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. ' schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Delete a provisioned FusionEnvironment tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' get: description: Gets a FusionEnvironment by identifier operationId: GetFusionEnvironment parameters: - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Retrieves the FusionEnvironment with the given id headers: etag: description: 'For optimistic concurrency control. See `if-match`. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/FusionEnvironment' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Get FusionEnvironment tags: - fusionEnvironment put: description: Updates the FusionEnvironment operationId: UpdateFusionEnvironment parameters: - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 202: description: Accepted the request. The FusionEnvironment will be updated. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: 'Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. ' schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Update the FusionEnvironment identified by the id tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' requestBody: content: application/json: schema: $ref: '#/components/schemas/UpdateFusionEnvironmentDetails' description: The information to be updated. required: true /fusionEnvironments/{fusionEnvironmentId}/actions/changeCompartment: post: description: 'Moves a FusionEnvironment into a different compartment. When provided, If-Match is checked against ETag values of the resource. ' operationId: ChangeFusionEnvironmentCompartment parameters: - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/RetryTokenHeader' responses: 202: description: Request completed. The FusionEnvironment compartment is changed. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: The [OCID](/Content/General/Concepts/identifiers.htm) of the work request. schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 500: $ref: '#/components/responses/500' summary: Moves a FusionEnvironment into a different compartment. tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' requestBody: content: application/json: schema: $ref: '#/components/schemas/ChangeFusionEnvironmentCompartmentDetails' description: The details of change compartment request. required: true /fusionEnvironments/{fusionEnvironmentId}/actions/generateExtractDetails: post: description: 'Begin the process of showing the details about where to retrieve data extract for a Fusion environment. ' operationId: GenerateExtractDetails parameters: - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' responses: 200: description: Retrieves where the extract need to be retrieved from. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/ExtractDetailsCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' /fusionEnvironments/{fusionEnvironmentId}/actions/initiateExtract: post: description: 'Begin the process of generating the data extract for a Fusion environment. ' operationId: InitiateExtract parameters: - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' responses: 202: description: Accepted the request. Extracting Fusion environment data extract will begin soon. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: 'Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. ' schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' /fusionEnvironments/{fusionEnvironmentId}/adminUsers: get: description: List all FusionEnvironment admin users operationId: ListAdminUsers parameters: - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: A page of AdminUser objects. headers: opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/AdminUserCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: List all FusionEnvironment admin users tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' post: description: Create a FusionEnvironment admin user operationId: CreateFusionEnvironmentAdminUser parameters: - $ref: '#/components/parameters/RetryTokenHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 202: description: Create Admin User request accepted, the user will be created. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: The [OCID](/Content/General/Concepts/identifiers.htm) of the work request. schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 409: $ref: '#/components/responses/409' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Create FusionEnvironment admin user tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateFusionEnvironmentAdminUserDetails' description: The admin user to be created. required: true /fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}: delete: description: Deletes the FusionEnvironment administrator user identified by the username. operationId: DeleteFusionEnvironmentAdminUser parameters: - $ref: '#/components/parameters/AdminUsernamePathParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 202: description: Delete Admin User request accepted, the user will be deleted. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: The [OCID](/Content/General/Concepts/identifiers.htm) of the work request. schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Delete FusionEnvironment admin user tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' /fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}/actions/resetPassword: post: description: Resets the password of the Fusion Environment Administrator. operationId: ResetFusionEnvironmentPassword parameters: - $ref: '#/components/parameters/RetryTokenHeader' - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/AdminUsernamePathParam' responses: 202: description: Reset the password accepted. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string opc-work-request-id: description: The [OCID](/Content/General/Concepts/identifiers.htm) of the work request. schema: type: string 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Reset FusionEnvironment admin password tags: - fusionEnvironment x-related-resource: '#/definitions/FusionEnvironment' requestBody: content: application/json: schema: $ref: '#/components/schemas/ResetFusionEnvironmentPasswordDetails' description: The information to be updated. required: true /fusionEnvironments/{fusionEnvironmentId}/status: get: description: Gets the status of a Fusion environment identified by its OCID. operationId: GetFusionEnvironmentStatus parameters: - $ref: '#/components/parameters/FusionEnvironmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Retrieves the FusionEnvironment status with the given FusionEnvironment id headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/FusionEnvironmentStatus' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Get FusionEnvironment status tags: - fusionEnvironment /workRequests: get: description: 'Lists the work requests in a compartment. ' operationId: ListWorkRequests parameters: - $ref: '#/components/parameters/CompartmentIdQueryParam' - $ref: '#/components/parameters/WorkRequestStatusQueryParam' - $ref: '#/components/parameters/WorkRequestSortByQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' - $ref: '#/components/parameters/ResourceIdQueryParam' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' responses: 200: description: The list is being retrieved. headers: opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/WorkRequestSummaryCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: List Work Requests tags: - fusionEnvironment x-related-resource: '#/definitions/WorkRequest' /workRequests/{workRequestId}: get: description: Gets the status of the work request with the given ID. operationId: GetWorkRequest parameters: - $ref: '#/components/parameters/WorkRequestIdPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: The detail of the work request. headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string retry-after: description: A decimal number representing the number of seconds the client should wait before polling this endpoint again. schema: type: number format: float content: application/json: schema: $ref: '#/components/schemas/WorkRequest' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: GET Work Request Status tags: - fusionEnvironment x-related-resource: '#/definitions/WorkRequest' /workRequests/{workRequestId}/errors: get: description: 'Return a (paginated) list of errors for a given work request. ' operationId: ListWorkRequestErrors parameters: - $ref: '#/components/parameters/WorkRequestIdPathParam' - $ref: '#/components/parameters/WorkRequestSortByQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' responses: 200: description: List of work request errors. headers: opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/WorkRequestErrorCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Lists work request errors tags: - fusionEnvironment x-related-resource: '#/definitions/WorkRequestError' /workRequests/{workRequestId}/logs: get: description: 'Return a (paginated) list of logs for a given work request. ' operationId: ListWorkRequestLogs parameters: - $ref: '#/components/parameters/WorkRequestIdPathParam' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' - $ref: '#/components/parameters/WorkRequestSortByQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' responses: 200: description: List of work request logs. headers: opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' schema: type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/WorkRequestLogEntryCollection' 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Lists work request logs tags: - fusionEnvironment x-related-resource: '#/definitions/WorkRequestLogEntry' components: parameters: FusionEnvironmentFamilyIdQueryParam: description: The ID of the fusion environment family in which to list resources. in: query name: fusionEnvironmentFamilyId required: false schema: type: string PaginationTokenQueryParam: description: The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. in: query name: page schema: type: string minLength: 1 SortByQueryParam: 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. ' in: query name: sortBy schema: type: string enum: - TIME_CREATED - DISPLAY_NAME default: TIME_CREATED AdminUsernamePathParam: description: The admin user name for the fusion environment. in: path name: adminUsername required: true schema: type: string CompartmentIdQueryParam: description: The ID of the compartment in which to list resources. in: query name: compartmentId required: true schema: type: string IfMatchHeader: description: 'For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource''s current etag value. ' in: header name: if-match required: false schema: type: string WorkRequestStatusQueryParam: description: A filter to return only resources their lifecycleState matches the given OperationStatus. in: query name: status required: false x-default-description: 'null' x-obmcs-enumref: '#/definitions/WorkRequest/status' schema: type: string PaginationLimitQueryParam: description: The maximum number of items to return. in: query name: limit schema: type: integer default: 100 maximum: 100 minimum: 1 FusionEnvironmentIdentifierPathParam: description: unique FusionEnvironment identifier in: path name: fusionEnvironmentId required: true schema: type: string LifecycleStateQueryParam: description: A filter that returns all resources that match the specified lifecycle state. in: query name: lifecycleState required: false x-default-description: Returns all lifecycle states by default x-obmcs-enumref: '#/definitions/FusionEnvironment/lifecycleState' schema: type: string WorkRequestIdPathParam: description: The ID of the asynchronous request. in: path name: workRequestId required: true schema: type: string SortOrderQueryParam: description: The sort order to use, either 'asc' or 'desc'. in: query name: sortOrder required: false schema: type: string enum: - ASC - DESC default: DESC ResourceIdQueryParam: description: The ID of the a resource in which to list associated resources. in: query name: resourceId required: false x-default-description: Returns all records (no resource Id filtering) by default schema: type: string RetryTokenHeader: description: 'A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected. ' in: header name: opc-retry-token required: false schema: type: string minLength: 1 DisplayNameQueryParam: description: A filter to return only resources that match the entire display name given. in: query name: displayName x-default-description: 'null' schema: type: string maxLength: 255 minLength: 1 WorkRequestSortByQueryParam: description: 'The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. ' in: query name: sortBy schema: type: string enum: - timeAccepted default: timeAccepted RequestIdHeader: description: The client request ID for tracing. in: header name: opc-request-id schema: type: string schemas: AdditionalEgressRule: description: Additional egress rule. properties: description: description: Rule description. maxLength: 256 minLength: 1 type: string destinationCidr: description: Specifies the destination CIDR block the port should be opened for. Must be IPv4 only, and cannot be part of any private range from [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918). maxLength: 19 minLength: 1 type: string maxDestinationPort: description: The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value. maximum: 65535 minimum: 1 type: integer minDestinationPort: description: The minimum port number, which must not be greater than the maximum port number. maximum: 65535 minimum: 1 type: integer required: - description - destinationCidr - maxDestinationPort - minDestinationPort type: object UpdateFusionEnvironmentDetails: description: The information to be updated. properties: additionalEgressRules: description: Additional egress rules that should be applied to the environment. Some standard ports are open for general use; see [Securing Network Access to a Fusion Applications Environment](/iaas/Content/fusion-applications/plan-environment.htm#internet-cache). If access to a non-standard port is required, however, they can be listed here. items: $ref: '#/components/schemas/AdditionalEgressRule' maxItems: 50 minItems: 0 type: array additionalLanguagePacks: description: Language packs items: type: string type: array definedTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing predefined tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` ' type: object displayName: description: FusionEnvironment Identifier, can be renamed type: string freeformTags: additionalProperties: type: string description: 'Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` ' type: object isContentAccelerationEnabled: description: Content Acceleration enabled (where available) type: boolean isIPv6DualStackEnabled: description: Enable IPv4/IPv6 dual stack support for the environment (where available). Setting to true will assign an IPv6 address to the environment in addition to an IPv4 address. type: boolean kmsKeyId: description: byok kms keyId type: string maintenancePolicy: $ref: '#/components/schemas/MaintenancePolicy' rules: description: Network access control rules to limit internet traffic that can access the environment. For more information, see [AllowRule Reference](#/en/fusion-applications/latest/datatypes/AllowRule). items: $ref: '#/components/schemas/Rule' type: array type: object Error: description: Error Information. properties: code: description: A short error code that defines the error, meant for programmatic parsing. type: string message: description: A human-readable error string. type: string required: - code - message CreateFusionEnvironmentAdminUserDetails: description: The credentials for the Fusion Applications service administrator. properties: emailAddress: description: The email address for the administrator. type: string firstName: description: The administrator's first name. type: string lastName: description: The administrator's last name. type: string username: description: The username for the administrator. type: string required: - username - emailAddress - firstName - lastName type: object AdminUserCollection: description: IDM admin credentials without password properties: items: description: A page of AdminUserSummary objects. items: $ref: '#/components/schemas/AdminUserSummary' type: array required: - items type: object QuarterlyUpgradeBeginTimes: description: Determines the quarterly upgrade begin times (monthly maintenance group schedule ) of the Fusion environment. properties: beginTimesValue: description: The frequency and month when maintenance occurs for the Fusion environment. format: x-obmcs-recurring-time type: string overrideType: description: Determines if the maintenance schedule of the Fusion environment is inherited from the Fusion environment family. enum: - OVERRIDDEN - INHERITED type: string type: object RefreshDetails: description: Describes a refresh of a fusion environment properties: sourceFusionEnvironmentId: description: The source environment id for the last refresh type: string timeFinished: description: The time of when the last refresh finish format: date-time type: string timeOfRestorationPoint: description: The point of time of the latest DB backup for the last refresh format: date-time type: string required: - sourceFusionEnvironmentId - timeFinished - timeOfRestorationPoint type: object Rule: description: An object that represents an action to apply to a listener. discriminator: propertyName: action properties: action: description: Rule type enum: - ALLOW type: string required: - action type: object FusionEnvironmentSummary: description: Summary of the internal FA Environment. properties: additionalLanguagePacks: description: Language packs items: type: string type: array appliedPatchBundles: description: Patch bundle names items: type: string type: array compartmentId: description: Compartment Identifier type: string definedTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing predefined tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` ' type: object displayName: description: FusionEnvironment Identifier, can be renamed type: string dnsPrefix: description: DNS prefix type: string freeformTags: additionalProperties: type: string description: 'Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` ' type: object fusionEnvironmentFamilyId: description: FusionEnvironmentFamily Identifier type: string fusionEnvironmentType: description: Type of the FusionEnvironment. type: string x-obmcs-enumref: '#/definitions/FusionEnvironment/fusionEnvironmentType' id: description: Unique identifier that is immutable on creation type: string isContentAccelerationEnabled: description: Content Acceleration enabled (where available) type: boolean isIPv6DualStackEnabled: description: Enable IPv4/IPv6 dual stack support for the environment (where available). Setting to true will assign an IPv6 address to the environment in addition to an IPv4 address. type: boolean lifecycleDetails: description: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. type: string lifecycleState: description: The current state of the FusionEnvironment. type: string x-obmcs-enumref: '#/definitions/FusionEnvironment/lifecycleState' maintenancePolicy: $ref: '#/components/schemas/GetMaintenancePolicyDetails' publicUrl: description: Public URL type: string subscriptionIds: description: List of subscription IDs. items: type: string type: array timeCreated: description: The time the the FusionEnvironment was created. An RFC3339 formatted datetime string format: date-time type: string timeUpcomingMaintenance: description: The next maintenance for this environment format: date-time type: string timeUpdated: description: The time the FusionEnvironment was updated. An RFC3339 formatted datetime string format: date-time type: string version: description: Version of Fusion Apps used by this environment type: string required: - id - displayName - compartmentId - fusionEnvironmentType - lifecycleState type: object WorkRequestResource: description: A resource created or operated on by a work request. properties: actionType: description: 'The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively. ' enum: - CREATED - UPDATED - DELETED - IN_PROGRESS - RELATED - FAILED type: string entityType: description: The resource type the work request affects. type: string entityUri: description: The URI path that the user can do a GET on to access the resource metadata type: string identifier: description: The identifier of the resource the work request affects. type: string required: - actionType - entityType - identifier ResetFusionEnvironmentPasswordDetails: description: IDM admin credentials properties: password: description: Admin password format: password maxLength: 40 type: string required: - password type: object WorkRequestSummaryCollection: description: Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata. properties: items: description: List of workRequestSummary objects. items: $ref: '#/components/schemas/WorkRequestSummary' type: array required: - items type: object AdminUserSummary: description: IDM admin credentials without password properties: emailAddress: description: Admin users email address type: string firstName: description: Admin users first name type: string lastName: description: Admin users last name type: string username: description: Admin username type: string required: - username - emailAddress - firstName - lastName type: object FusionEnvironment: description: Description of FusionEnvironment. properties: additionalEgressRules: description: Additional egress rules that should be applied to the environment. Some standard ports are open for general use; see [Securing Network Access to a Fusion Applications Environment](/iaas/Content/fusion-applications/plan-environment.htm#internet-cache). If access to a non-standard port is required, however, they can be listed here. items: $ref: '#/components/schemas/AdditionalEgressRule' type: array additionalLanguagePacks: description: Language packs items: type: string type: array appliedPatchBundles: description: Patch bundle names items: type: string type: array compartmentId: description: Compartment Identifier type: string definedTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing predefined tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` ' type: object displayName: description: FusionEnvironment Identifier, can be renamed type: string dnsPrefix: description: DNS prefix type: string domainId: description: The IDCS domain created for the fusion instance type: string freeformTags: additionalProperties: type: string description: 'Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` ' type: object fusionEnvironmentFamilyId: description: FusionEnvironmentFamily Identifier type: string fusionEnvironmentType: description: Type of the FusionEnvironment. enum: - PRODUCTION - TEST - DEVELOPMENT type: string id: description: Unique identifier that is immutable on creation type: string idcsDomainUrl: description: The IDCS Domain URL type: string isContentAccelerationEnabled: description: Content Acceleration enabled (where available) type: boolean isIPv6DualStackEnabled: description: Enable IPv4/IPv6 dual stack support for the environment (where available). Setting to true will assign an IPv6 address to the environment in addition to an IPv4 address. type: boolean isSuspended: default: false description: Environment suspended status type: boolean kmsKeyId: description: BYOK key id type: string kmsKeyInfo: description: BYOK key info items: $ref: '#/components/schemas/KmsKeyInfo' type: object lifecycleDetails: description: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. type: string lifecycleState: description: The current state of the ServiceInstance. enum: - CREATING - UPDATING - ACTIVE - INACTIVE - DELETING - DELETED - FAILED - DISABLED type: string maintenancePolicy: $ref: '#/components/schemas/GetMaintenancePolicyDetails' publicUrl: description: Public URL type: string refresh: $ref: '#/components/schemas/RefreshDetails' rules: description: Network Access Control Rules items: $ref: '#/components/schemas/Rule' type: array subscriptionIds: description: List of subscription IDs. items: type: string type: array systemName: description: Environment Specific Guid/ System Name type: string timeCreated: description: The time the the FusionEnvironment was created. An RFC3339 formatted datetime string format: date-time type: string timeUpcomingMaintenance: description: The next maintenance for this environment format: date-time type: string timeUpdated: description: The time the FusionEnvironment was updated. An RFC3339 formatted datetime string format: date-time type: string version: description: Version of Fusion Apps used by this environment type: string required: - id - displayName - compartmentId - fusionEnvironmentType - lifecycleState type: object WorkRequest: description: A description of workrequest status properties: compartmentId: description: 'The ocid of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request affects multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used ' type: string id: description: The id of the work request. type: string operationType: description: Possible operation types. enum: - CREATE_FUSION_ENVIRONMENT - UPDATE_FUSION_ENVIRONMENT - RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD - SCALE_FUSION_ENVIRONMENT - ARCHIVE_FUSION_ENVIRONMENT - RESTORE_FUSION_ENVIRONMENT - CREATE_SERVICE_INSTANCE - UPDATE_SERVICE_INSTANCE - DETACH_SERVICE_INSTANCE - ADD_USER - REMOVE_USER - DELETE_FUSION_ENVIRONMENT - CHANGE_FUSION_ENVIRONMENT_COMPARTMENT - UPGRADE_FUSION_ENVIRONMENT - CREATE_FUSION_ENVIRONMENT_FAMILY - DELETE_FUSION_ENVIRONMENT_FAMILY - UPDATE_FUSION_ENVIRONMENT_FAMILY - CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT - REFRESH_FUSION_ENVIRONMENT - EXECUTE_COLD_PATCH - DATA_MASK_FUSION_ENVIRONMENT - ENABLE_VANITY_DOMAIN - DELETE_VANITY_DOMAIN - INITIATE_EXTRACT - SUBSCRIPTION_SUSPEND - SUBSCRIPTION_EXPIRE - SUBSCRIPTION_UPDATE - SUBSCRIPTION_RESUME - SUBSCRIPTION_TERMINATE type: string percentComplete: description: Percentage of the request completed. format: float type: number resources: description: The resources affected by this work request. items: $ref: '#/components/schemas/WorkRequestResource' type: array status: description: Possible operation status. enum: - ACCEPTED - IN_PROGRESS - FAILED - SUCCEEDED - CANCELING - CANCELED type: string timeAccepted: description: 'The date and time the request was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' format: date-time type: string timeFinished: description: 'The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339). ' format: date-time type: string timeStarted: description: 'The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' format: date-time type: string required: - operationType - status - id - compartmentId - resources - percentComplete - timeAccepted WorkRequestErrorCollection: description: Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata. properties: items: description: List of workRequestError objects. items: $ref: '#/components/schemas/WorkRequestError' type: array required: - items type: object MaintenancePolicy: description: The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see [Understanding Environment Maintenance](/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance). properties: environmentMaintenanceOverride: default: NONE description: User choice to upgrade both test and prod pods at the same time. Overrides fusion environment families'. enum: - PROD - NON_PROD - NONE type: string monthlyPatchingOverride: default: NONE description: When "ENABLED", the Fusion environment is patched monthly. When "DISABLED", the Fusion environment is not patched monthly. This setting overrides the environment family setting. When not set, the environment follows the environment family policy. enum: - ENABLED - DISABLED - NONE type: string type: object x-default-description: when unspecified, the current value of this field will be preserved ExtractDetailsCollection: description: Results of GenerateExtractDetails for a pod. properties: items: description: A page of ExtractDetailsSummary objects. items: $ref: '#/components/schemas/ExtractDetailsSummary' maxItems: 10 type: array required: - items type: object KmsKeyInfo: description: kmsKeyInfo properties: activeKeyId: description: current BYOK keyId facp is using type: string activeKeyVersion: description: current key version facp is using type: string currentKeyLifecycleState: description: current key lifeCycleState type: string scheduledKeyId: description: scheduled keyId to be updated type: string scheduledKeyStatus: description: the scheduled key status enum: - SCHEDULING - UPDATING - FAILED - NONE type: string scheduledKeyVersion: description: scheduled key version to be updated. type: string scheduledLifecycleState: description: scheduled key lifeCycle state to be updated. type: string type: object CreateFusionEnvironmentDetails: description: The configuration details of the FusionEnvironment. For more information about these fields, see [Managing Environments](/iaas/Content/fusion-applications/manage-environment.htm). properties: additionalEgressRules: description: Additional egress rules that should be applied to the environment. Some standard ports are open for general use; see [Securing Network Access to a Fusion Applications Environment](/iaas/Content/fusion-applications/plan-environment.htm#internet-cache). If access to a non-standard port is required, however, they can be listed here. items: $ref: '#/components/schemas/AdditionalEgressRule' maxItems: 50 minItems: 0 type: array additionalLanguagePacks: description: Language packs. items: type: string maxLength: 100 minLength: 1 type: array x-default-description: default is English compartmentId: description: The unique identifier (OCID) of the compartment where the Fusion Environment is located. maxLength: 255 minLength: 1 type: string createFusionEnvironmentAdminUserDetails: $ref: '#/components/schemas/CreateFusionEnvironmentAdminUserDetails' definedTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing predefined tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` ' type: object displayName: description: FusionEnvironment Identifier can be renamed. maxLength: 255 minLength: 1 type: string dnsPrefix: description: DNS prefix. maxLength: 45 minLength: 1 type: string freeformTags: additionalProperties: type: string description: 'Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` ' type: object fusionEnvironmentFamilyId: description: The unique identifier (OCID) of the Fusion Environment Family that the Fusion Environment belongs to. type: string fusionEnvironmentType: description: The type of environment. Valid values are Production, Test, or Development. type: string x-obmcs-enumref: '#/definitions/FusionEnvironment/fusionEnvironmentType' isContentAccelerationEnabled: description: Content Acceleration enabled (where available) type: boolean isIPv6DualStackEnabled: description: Enable IPv4/IPv6 dual stack support for the environment (where available). Setting to true will assign an IPv6 address to the environment in addition to an IPv4 address. The default value is false. type: boolean kmsKeyId: description: byok kms keyId type: string maintenancePolicy: $ref: '#/components/schemas/MaintenancePolicy' rules: description: Rules. items: $ref: '#/components/schemas/Rule' type: array required: - displayName - compartmentId - fusionEnvironmentType - createFusionEnvironmentAdminUserDetails - fusionEnvironmentFamilyId type: object WorkRequestSummary: description: A summary of the status of a work request. properties: compartmentId: description: 'The ocid of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request affects multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used ' type: string id: description: The id of the work request. type: string operationType: description: Possible operation types. type: string x-obmcs-enumref: '#/definitions/WorkRequest/operationType' percentComplete: description: Percentage of the request completed. format: float type: number resources: description: The resources affected by this work request. items: $ref: '#/components/schemas/WorkRequestResource' type: array status: description: Possible operation status. type: string x-obmcs-enumref: '#/definitions/WorkRequest/status' timeAccepted: description: 'The date and time the request was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' format: date-time type: string timeFinished: description: 'The date and time the object was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339). ' format: date-time type: string timeStarted: description: 'The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' format: date-time type: string required: - operationType - status - id - compartmentId - resources - percentComplete - timeAccepted WorkRequestError: description: An error encountered while executing a work request. properties: code: description: 'A machine-usable code for the error that occured. Error codes are listed on (https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm) ' type: string message: description: A human readable description of the issue encountered. type: string timestamp: description: The time the error occured. An RFC3339 formatted datetime string. format: date-time type: string required: - code - message - timestamp ChangeFusionEnvironmentCompartmentDetails: description: Details about the compartment the Fusion environment should move to. properties: compartmentId: description: 'The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment into which the resource should be moved. ' maxLength: 255 minLength: 1 type: string required: - compartmentId type: object ExtractDetailsSummary: description: Details about where the data can be extracted from and password. properties: parUrl: description: The parUrl to extract data extract from Object Storage bucket. type: string password: description: The password to decrypt data extract. format: password maxLength: 255 type: string timeCreated: description: The time when the data extract was requested. An RFC3339 formatted datetime string format: date-time type: string required: - parUrl - password - timeCreated type: object FusionEnvironmentStatus: description: The health status of the Fusion Applications environment. For more information, see [Environment Status](/iaas/Content/fusion-applications/manage-environment.htm#environment-status). properties: status: description: The data plane status of FusionEnvironment. enum: - AVAILABLE - UNAVAILABLE - NOT_APPLICABLE - MAINTENANCE_IN_PROGRESS - REFRESH_IN_PROGRESS - UNKNOWN type: string required: - status WorkRequestLogEntry: description: A log message from the execution of a work request. properties: message: description: Human-readable log message. type: string timestamp: description: The time the log message was written. An RFC3339 formatted datetime string format: date-time type: string required: - message - timestamp FusionEnvironmentCollection: description: Results of a fusion environment search. properties: items: description: A page of FusionEnvironmentSummary objects. items: $ref: '#/components/schemas/FusionEnvironmentSummary' type: array required: - items type: object WorkRequestLogEntryCollection: description: Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata. properties: items: description: List of workRequestLogEntries. items: $ref: '#/components/schemas/WorkRequestLogEntry' type: array required: - items type: object GetMaintenancePolicyDetails: description: The policy that specifies the maintenance and upgrade preferences for an environment. For more information about the options, see [Understanding Environment Maintenance](/iaas/Content/fusion-applications/plan-environment-family.htm#about-env-maintenance). properties: environmentMaintenanceOverride: description: User choice to upgrade both production and non-production environments at the same time. Overrides the Fusion environment family setting. type: string x-obmcs-enumref: '#/definitions/MaintenancePolicy/environmentMaintenanceOverride' monthlyPatchingOverride: description: Whether the Fusion environment will be updated monthly or updated on the quarterly cycle. This setting overrides the monthly patching setting of its Fusion environment family. type: string x-obmcs-enumref: '#/definitions/MaintenancePolicy/monthlyPatchingOverride' quarterlyUpgradeBeginTimes: $ref: '#/components/schemas/QuarterlyUpgradeBeginTimes' type: object responses: default: description: Unknown Error headers: opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' schema: type: string content: application/json: schema: $ref: '#/components/schemas/Error' x-anchors: x-headers: etag: description: 'For optimistic concurrency control. See `if-match`. ' type: string opc-next-page: description: 'For pagination of a list of items. When paging through a list, if this header appears in the response, then a partial list might have been returned. Include this value as the `page` parameter for the subsequent GET request to get the next batch of items. ' type: string opc-request-id: description: 'Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. ' type: string opc-work-request-id: description: 'Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation. ' type: string retry-after: description: A decimal number representing the number of seconds the client should wait before polling this endpoint again. format: float type: number x-properties: definedTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing predefined tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` ' type: object freeformTags: additionalProperties: type: string description: 'Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` ' type: object systemTags: additionalProperties: additionalProperties: type: object type: object description: 'The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{orcl-cloud: {free-tier-retain: true}}` ' type: object x-obmcs-client-retries-enabled: true x-oracle-package: com.oracle.facontrolplane