openapi: 3.2.0 info: description: Use the Organizations API to consolidate multiple OCI tenancies into an organization, and centrally manage your tenancies and organization resources. For more information, see [Organization Management Overview](/iaas/Content/General/Concepts/organization_management_overview.htm). title: Organizations Link Features API version: '20230401' x-provenance: method: harvested first_party: true publisher: Oracle source: https://docs.oracle.com/en-us/iaas/api/specs/9f4135b9d3ad44c14e978a76f2ab8b49ed54b35ba9adfeee762e49d7d05cf959.yaml harvested: '2026-08-04' note: Published by Oracle as the contract for the Organizations 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/9f4135b9d3ad44c14e978a76f2ab8b49ed54b35ba9adfeee762e49d7d05cf959.yaml what: the harvested document for Organizations API servers: - url: http://127.0.0.1/20230401 - url: https://127.0.0.1/20230401 tags: - name: linkFeatures paths: /linkFeatures: get: description: Return a list of link features. operationId: ListLinkFeatures parameters: - $ref: '#/components/parameters/RequestIdHeader' - $ref: '#/components/parameters/CompartmentIdQueryParam' responses: 200: description: List of link features. 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/LinkFeaturesCollection' 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 links Features tags: - linkFeatures x-obmcs-client-retries-enabled: true components: parameters: CompartmentIdQueryParam: description: The ID of the compartment in which to list resources. in: query name: compartmentId required: true schema: type: string maxLength: 255 RequestIdHeader: description: The client request ID for tracing. in: header name: opc-request-id schema: type: string schemas: LinkFeaturesCollection: description: Result of a query request for a list of link features. Contains LinkFeature items. properties: items: description: Array containing LinkFeature items. items: $ref: '#/components/schemas/LinkFeatureSummary' maxItems: 10 type: array required: - items 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 LinkFeatureSummary: description: Result of a query request for a list of link features. Contains LinkFeature items. properties: description: description: Description of the feature. maxLength: 255 minLength: 1 type: string displayName: description: Display name of the feature. maxLength: 255 minLength: 1 type: string feature: description: The feature associated with this link. Default value is CORE. maxLength: 64 minLength: 1 type: string partnerServiceConsoleUrl: description: ConsoleUrl of the feature. maxLength: 255 minLength: 1 type: string userGuideUrl: description: UserGuideUrl of the feature. maxLength: 255 minLength: 1 type: string required: - feature - displayName - description 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 the 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: 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: 'Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` ' type: object timeCreated: description: 'The date and time of creation, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' example: 2016-08-29 09:12:33.001000+00:00 format: date-time type: string timeUpdated: description: 'The date and time of update, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. ' example: 2016-08-29 09:12:33.001000+00:00 format: date-time type: string x-obmcs-client-retries-enabled: false x-oracle-package: com.oracle.accmgmt.tenantmgr.controlplane