openapi: 3.2.0 info: description: API for Oracle Cloud Bridge service. title: Oracle Cloud Bridge Common API version: '20220509' x-provenance: method: harvested first_party: true publisher: Oracle source: https://docs.oracle.com/en-us/iaas/api/specs/c321f3149c29b4ca6e4030a39208852a1148785c372d569ef4b147e313ee18a3.yaml harvested: '2026-08-04' note: Published by Oracle as the contract for the Oracle Cloud Bridge 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/c321f3149c29b4ca6e4030a39208852a1148785c372d569ef4b147e313ee18a3.yaml what: the harvested document for Oracle Cloud Bridge API servers: - url: http://127.0.0.1/20220509 - url: https://127.0.0.1/20220509 tags: - name: common paths: /workRequests: get: description: 'Lists the work requests in a compartment. ' operationId: ListWorkRequests parameters: - $ref: '#/components/parameters/CompartmentIdQueryParam' - $ref: '#/components/parameters/WorkRequestIdQueryParam' - $ref: '#/components/parameters/WorkRequestStatusQueryParam' - $ref: '#/components/parameters/ResourceIdentifierQueryParam' - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' - $ref: '#/components/parameters/WorkRequestSortByQueryParam' responses: 200: description: The list of work request summaries. 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: Lists work requests. tags: - common x-related-resource: '#/definitions/WorkRequest' /workRequests/{workRequestId}: delete: description: Cancels the work request with the given ID. operationId: CancelWorkRequest parameters: - $ref: '#/components/parameters/WorkRequestIdPathParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 202: description: The work request will be cancelled. 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 400: $ref: '#/components/responses/400' 401: $ref: '#/components/responses/401' 404: $ref: '#/components/responses/404' 429: $ref: '#/components/responses/429' 409: $ref: '#/components/responses/409' 412: $ref: '#/components/responses/412' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Cancels work request. tags: - common x-related-resource: '#/definitions/WorkRequest' get: description: Gets details of the work request with the given ID. operationId: GetWorkRequest parameters: - $ref: '#/components/parameters/WorkRequestIdPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: The details of the work request. 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 retry-after: description: A decimal number representing the number of seconds the client should wait before polling this endpoint again. schema: type: integer 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: Gets the work request status. tags: - common x-related-resource: '#/definitions/WorkRequest' /workRequests/{workRequestId}/errors: get: description: 'Returns a (paginated) list of errors for the work request with the given ID. ' operationId: ListWorkRequestErrors 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: The 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: - common x-related-resource: '#/definitions/WorkRequestError' /workRequests/{workRequestId}/logs: get: description: 'Returns a (paginated) list of logs for the work request with the given ID. ' 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: The 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: - common x-related-resource: '#/definitions/WorkRequestLogEntry' components: parameters: PaginationTokenQueryParam: description: A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. in: query name: page x-default-description: 'null' schema: type: string minLength: 1 ResourceIdentifierQueryParam: description: The ID of the resource affected by the work request. in: query name: resourceId x-default-description: 'null' 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 for which the lifecycleState matches the given OperationStatus. in: query name: status required: false x-default-description: 'null' x-obmcs-top-level-enum: '#/definitions/OperationStatus' schema: type: string enum: - ACCEPTED - IN_PROGRESS - WAITING - FAILED - SUCCEEDED - CANCELING - CANCELED PaginationLimitQueryParam: description: The maximum number of items to return. in: query name: limit schema: type: integer default: 10 maximum: 100 minimum: 1 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 x-default-description: 'The default value depends upon `sortBy`, and in general is ''DESC'' when sorting by time and ''ASC'' otherwise. ' x-obmcs-top-level-enum: '#/definitions/SortOrders' schema: type: string enum: - ASC - DESC WorkRequestIdQueryParam: description: The ID of the asynchronous work request. in: query name: workRequestId x-default-description: 'null' schema: type: string WorkRequestSortByQueryParam: description: 'The field to sort by. Only one sort order can be provided. By default, the 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: 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 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 WorkRequestResource: description: A resource that a work request creates and operates on. properties: actionType: description: 'The way in which this resource is affected by the work is 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 that point, the resource will transition to CREATED, UPDATED, or DELETED, respectively. ' enum: - CREATED - UPDATED - DELETED - IN_PROGRESS - RELATED - FAILED type: string x-obmcs-top-level-enum: '#/definitions/ActionType' entityType: description: The resource type that the work request affects. type: string entityUri: description: The URI path where you can perform a GET operation to access the resource metadata. type: string identifier: description: The identifier of the resource that the work request affects. type: string metadata: additionalProperties: type: string description: Additional information that helps to explain the resource. enum: - IS_DRY_RUN type: object x-obmcs-top-level-enum: '#/definitions/WorkRequestResourceMetadataKey' required: - actionType - entityType - identifier 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 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 these resources are not in the same compartment, the service team can choose the primary resource whose compartment should be used. ' type: string id: description: The OCID of the work request. type: string operationType: description: Type of work request. enum: - CREATE_ENVIRONMENT - UPDATE_ENVIRONMENT - DELETE_ENVIRONMENT - MOVE_ENVIRONMENT - CREATE_OCB_AGENT - UPDATE_OCB_AGENT - DELETE_OCB_AGENT - MOVE_OCB_AGENT - CREATE_AGENT_DEPENDENCY - UPDATE_AGENT_DEPENDENCY - DELETE_AGENT_DEPENDENCY - MOVE_AGENT_DEPENDENCY - CREATE_INVENTORY - DELETE_INVENTORY - IMPORT_INVENTORY - DELETE_ASSET_SOURCE - REFRESH_ASSET_SOURCE - CREATE_ASSET_SOURCE - UPDATE_ASSET_SOURCE type: string x-obmcs-top-level-enum: '#/definitions/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: Status of the current work request. enum: - ACCEPTED - IN_PROGRESS - WAITING - FAILED - SUCCEEDED - CANCELING - CANCELED type: string x-obmcs-top-level-enum: '#/definitions/OperationStatus' timeAccepted: description: 'The date and time when 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 when the object was complete, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339). ' format: date-time type: string timeStarted: description: 'The date and time when the request 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 occurred. Error codes are listed at, https://docs.cloud.oracle.com/Content/API/References/apierrors.htm ' type: string message: description: A human-readable description of the issue encountered. type: string timestamp: description: The time when the error occurred. An RFC3339 formatted datetime string. format: date-time type: string required: - code - message - timestamp 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 when the log message was written. An RFC3339 formatted datetime string. format: date-time type: string required: - message - timestamp 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 WorkRequest: description: A description of work request 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 that the work request affects. If the work request affects multiple resources, and these resources are not in the same compartment, the service team can choose the primary resource whose compartment should be used. ' type: string id: description: The OCID of the work request. type: string operationType: description: Type of work request. enum: - CREATE_ENVIRONMENT - UPDATE_ENVIRONMENT - DELETE_ENVIRONMENT - MOVE_ENVIRONMENT - CREATE_OCB_AGENT - UPDATE_OCB_AGENT - DELETE_OCB_AGENT - MOVE_OCB_AGENT - CREATE_AGENT_DEPENDENCY - UPDATE_AGENT_DEPENDENCY - DELETE_AGENT_DEPENDENCY - MOVE_AGENT_DEPENDENCY - CREATE_INVENTORY - DELETE_INVENTORY - IMPORT_INVENTORY - DELETE_ASSET_SOURCE - REFRESH_ASSET_SOURCE - CREATE_ASSET_SOURCE - UPDATE_ASSET_SOURCE type: string x-obmcs-top-level-enum: '#/definitions/OperationType' percentComplete: description: Percentage of request completed. format: float type: number resources: description: The resources affected by this work request. items: $ref: '#/components/schemas/WorkRequestResource' type: array status: description: Status of the current work request. enum: - ACCEPTED - IN_PROGRESS - WAITING - FAILED - SUCCEEDED - CANCELING - CANCELED type: string x-obmcs-top-level-enum: '#/definitions/OperationStatus' timeAccepted: description: 'The date and time when 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 when the object was complete, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339). ' format: date-time type: string timeStarted: description: 'The date and time when the request 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 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-allowed-tenancies: - ocid1.tenancy.oc1..aaaaaaaaygoijofmkbtcrutsh5qo6ov3ksxa52ao7sthgr7yf4y25qea3ygq - ocid1.tenancy.oc1..aaaaaaaay323a6sswz6cuw2mr5eedczmeorn5yycybkhfwvbgmgy2ct3ybua - ocid1.tenancy.oc1..aaaaaaaaxwkwm64osdnmhpvu3vpd4ob2s3eewy2kmnztq7nbgo57ablx5bzq - ocid1.tenancy.oc1..aaaaaaaapynjgyvwaxdms7czbrcsuntvvzhex452aebkzo5cqa5jaycjvpzq - ocid1.tenancy.oc1..aaaaaaaahr2xcduf4knzkzhkzt442t66bpqt3aazss6cy2ll6x4xj3ci7tiq - ocid1.tenancy.oc1..aaaaaaaaz6poe72rkvim33pokoivtpx7obta5bi5vew54oneuc7tw7bs2sva - ocid1.tenancy.oc4..aaaaaaaatarbopzhejne3w73ekmxdl4rigfpgk2tql2axozj6nrq2oqn3mtq - ocid1.tenancy.oc4..aaaaaaaatyktwbyjeub6snw6pgyfqiwgcjq4q5kr6tg6x6ovw52neelfwq4a - ocid1.tenancy.oc5..aaaaaaaab7gdnudsz6r4jeeuaxxdqy6wvqotjirsclweuve2ywe6il2jl3ta - ocid1.tenancy.oc5..aaaaaaaacm62wd4rfb7t2sshbwci5dzwnm665weqvxbqtnysiwwtxiwgj4ha - ocid1.tenancy.oc8..aaaaaaaamkdo3htfnq7mxc5rhneeza6xkidayiofslkjcnwh3lac7rbfk2eq - ocid1.tenancy.oc8..aaaaaaaa43mogprfdapygtbdodvaikhxaigudltod2ekl7ocyej6jyvpfkfq - ocid1.tenancy.oc9..aaaaaaaa7noxantrtqaih4xnkdkhvzoayh77ucxb753n65bo5a4lzlvssoca - ocid1.tenancy.oc9..aaaaaaaai7tpd5tl57zpha3qeaxgugbdnspll5efpjtncxn53idak6ol7vxa - ocid1.tenancy.oc10..aaaaaaaam7lxohmjck47huobhkivar2kgwwkoyuhenijydso3n3ldndoboea - ocid1.tenancy.oc10..aaaaaaaapzu7l23jbz4ya77nrzzw7mk26zggkznp4ivndnhad2cf7cmxn2oa - ocid1.tenancy.oc14..aaaaaaaa6hfipjujgte4r2zpjv3kl2qvt3c77c5in5nfa3tul7lr26f7qggq - ocid1.tenancy.oc14..aaaaaaaa2waiw7okanpguwhf5gb7vvnri37hvn3tessqv6sc5iu4xp6evxha - ocid1.tenancy.oc16..aaaaaaaaazv5l7zbx6ubpvcwvmp2zvdtey6j6an4sdzzgpe4d755tvx2z2lq - ocid1.tenancy.oc16..aaaaaaaansltu2vnzmp6tcg43pgmkdpss6myb5tqloobqpilmemge5fxxtgq - ocid1.tenancy.oc17..aaaaaaaa4a46zl5lftaa67j4esbjhgaomgyor4i4ouok3e2bxiokymt7t72a - ocid1.tenancy.oc17..aaaaaaaafsquc4pej5zt4yhqykfbrigniieknyt3abj7p23jfuqckynug55q - ocid1.tenancy.oc19..aaaaaaaaocdn6ywf5j2k27vfbayhzc52rl4p5ssu4p2h2u7xjiefw4qhhl4a - ocid1.tenancy.oc19..aaaaaaaa7h4h3ntmiwvvoa3ekca5cmw55cxtk2z7gyu6pjvlqyk7ewy2opfa - ocid1.tenancy.oc20..aaaaaaaaam73fgmj7pdxokgfyomvhdckjar5sm6e465mh3maqyhat3iinunq - ocid1.tenancy.oc20..aaaaaaaaujxvjssx77l42dq6ptcaerm7kavzdpypdbi56zvsxwxmritqp65a - ocid1.tenancy.region1..aaaaaaaaann26zl32kkth2yxmf33csbrgnjrmyat44olp5gno4emdhktcwva - ocid1.tenancy.region1..aaaaaaaada63ksfiw33rfvlluvysfvqfwkeeu5t2ka3hbzqaxmltcwnwmyla - ocid1.tenancy.oc1..aaaaaaaaasnr5i3j7qqxr64fbzxf363nxzcyxyu3ctoffojyx4wdn5p6vzaq - ocid1.tenancy.oc1..aaaaaaaa5d2dju6cfnxmiydob6wobvw5l4wdalb4tgqiyqdh2vovhqfzhbma - ocid1.tenancy.oc1..aaaaaaaachdpgyy6f4kigtezapgualiuanek5am2voulsdzvawwgxqjtj5da - ocid1.tenancy.oc1..aaaaaaaafc225uqmgx2oma5z442fce3nh3jjnb75xygogmajw47njezolzia - ocid1.tenancy.oc4..aaaaaaaaph7jhogsn2xrs6suzih7tqvj3tfbbjbaxiu2aneabwuc42br4noa - ocid1.tenancy.oc4..aaaaaaaa4hhw6fkd3e26ixnpn3vrsnn7queu4vfzsmvimi3qt2uoytf6gana - ocid1.tenancy.oc5..aaaaaaaats7kk6ddqard5w4wbsctkc2xrhqu27gf3m6dt2kwoiypay64th5q - ocid1.tenancy.oc5..aaaaaaaalhu4qomiyar5phvtksgoga23hmrpr4et566wgys7tzx5tt3wr53q - ocid1.tenancy.oc8..aaaaaaaajgrnesy2mqz2hdf5bu2ao6njraxjjcniqpyimd2uwtbbri3zvnlq - ocid1.tenancy.oc8..aaaaaaaa5gyygmmwi4nnqrekiewalxcvc4gszsxe5ynp7dxobykgrwin7vtq - ocid1.tenancy.oc9..aaaaaaaakq5rqxkpxlreim5wwzsjszx7pe5hgb5o5wph4kitlwzn66qzzdwq - ocid1.tenancy.oc9..aaaaaaaa2l3nlgpsqekuwj6elgo3oxq5peafobx5dokqoexif5efi3unr3ya - ocid1.tenancy.oc10..aaaaaaaaatitljwoun5csbwn5cxfnatdlud4on4akbedlbitgced2iqvp5ra - ocid1.tenancy.oc10..aaaaaaaahwel42yh5nx2zfkhh2b5z4osz4mnewnxtfffpnl7amrpqqlkhubq - ocid1.tenancy.oc14..aaaaaaaatubnqwmu7chcrwon6t3bs67xnfwkc64qmlsmftygnih2a2ztf24q - ocid1.tenancy.oc14..aaaaaaaabhlq6agzsw6miuwhin27ygx5ukrmwxbrqhkf2irgosuo4b3a7szq - ocid1.tenancy.oc16..aaaaaaaaxkt4ckjowgj3m5oxuvitpd3vx6fei5epup6gp2t3ppleeao6lhba - ocid1.tenancy.oc16..aaaaaaaa2uklh7ekvzyw462mglzj3o2fkv7p6oxwcvyikc6frarz2xwuf72a - ocid1.tenancy.oc17..aaaaaaaanyrio4kmt2nj5lcmbnoa3lkouyg6z35qsuazbumirncq6iyyfcsa - ocid1.tenancy.oc17..aaaaaaaaz6mh4y3uzwcscgaeprwqg6hkigxweeyl3rkdmcgm6ev56iry3wna - ocid1.tenancy.oc19..aaaaaaaawbsimpiwwrb74ushxhxp2fn7f7oabxwm35hljlzpamrlg5trotvq - ocid1.tenancy.oc19..aaaaaaaaenqiv7qsi7cpcw326pwbdl46356byjqoa2tsmqamqemdl36d7koq - ocid1.tenancy.oc20..aaaaaaaabhdl6ztoavfdst5gipqtotk66qnfdhoyurhlrfoomeqfkkvzvohq - ocid1.tenancy.oc20..aaaaaaaam2e3sdkgg42ctapcwk3wdo4nrfmvbx5gtzinuezo556vgj3ofoxq - ocid1.tenancy.region1..aaaaaaaaghe2rzfj245axceigol3iko2lbmztp7i2jk4uuifqsrwkpvius5q - ocid1.tenancy.region1..aaaaaaaa4fqzmpqa5wlv7memcteya5jhqjgioarjpebglghgrgkphnbvw6aq - ocid1.tenancy.oc1..aaaaaaaaic463fmg625fezvzeosmm4f6wiexdgnasm5xhinhm575wuyml7ea - ocid1.tenancy.oc1..aaaaaaaartv6j5muce2s4djz7rvfn2vwceq3cnue33d72isntnlfmi7huv7q - ocid1.tenancy.oc4..aaaaaaaaykurmmyfjwsrnm2gcjwr7vvgwsdyzoyhxllabjavrbpk6us3tk2q - ocid1.tenancy.oc5..aaaaaaaamtu46djvokzv4zw7wj32blz4ftbjnp6wo5hozemt7mrgkucivcra - ocid1.tenancy.oc8..aaaaaaaamkxizodo6t3wnqzymrjgyjxu4bhnmd65awz3x2isaxkm4gkkpyza - ocid1.tenancy.oc9..aaaaaaaaimlhydjbpwwyfbuem3hhwf3j5jjfyhgjn5sbkqcoqko53wf77iqq - ocid1.tenancy.oc10..aaaaaaaayqfholaircj7jfgg5ywqlapv4oylugev5olwu6si3mmnkmirnfya - ocid1.tenancy.oc14..aaaaaaaajfujnvfdzqf2pi3lwugr2nayovmectesygake4sscdop65upusva - ocid1.tenancy.oc16..aaaaaaaagmong2nldsdc3ksfxx5pckgyf23mz2krhivmnhvxd62gviuf43ba - ocid1.tenancy.oc17..aaaaaaaakfug5hc2mkd6evrjgiqfzlfao3hupdx52bt4cdecybrnyj2si64a - ocid1.tenancy.oc19..aaaaaaaamgknwl7bxuwuodcytylxngeic4xj66tlr5rzqjx425iljpm5aita - ocid1.tenancy.oc20..aaaaaaaau4ils255vwllbgtil4ybgy45qtaw6v5ni2phbvaowmczp7wogfeq - ocid1.tenancy.region1..aaaaaaaacubxsqf4fqbsld7l4cne3wprluuxyu7l7k7jpukfxc63iirbwuka x-headers: etag: description: 'For optimistic concurrency control. See `if-match`. ' type: string location: description: URL of the newly asynchronously created resource. You can use this to query its status. 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. type: integer 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: 'The defined tags associated with this resource, if any. 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: `{"Operations": {"CostCenter": "42"}}` ' type: object freeformTags: additionalProperties: type: string description: 'The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}` ' type: object systemTags: additionalProperties: additionalProperties: description: 'The value of the tag. Only string, integer and boolean types are supported. ' type: object description: 'Key-value pair representing system tags'' keys and values scoped to a namespace. Example: `{"bar-key": "value"}` ' 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.pic.cloudbridge