openapi: 3.2.0 info: description: "Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.\nUsing logging service, you can view a near real-time audit report of all actions performed by an Oracle operator. \n" title: Operator Access Control Operator Control Assignment API version: '20200630' x-provenance: method: harvested first_party: true publisher: Oracle source: https://docs.oracle.com/en-us/iaas/api/specs/9cf6d46a3ebf1062eb0a9b386e1727a9f1b39525782fc49580c4ba13b79c72fa.yaml harvested: '2026-08-04' note: Published by Oracle as the contract for the Operator Access Control 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/9cf6d46a3ebf1062eb0a9b386e1727a9f1b39525782fc49580c4ba13b79c72fa.yaml what: the harvested document for Operator Access Control API servers: - url: http://127.0.0.1/20200630 - url: https://127.0.0.1/20200630 tags: - name: operatorControlAssignment paths: /operatorControlAssignments: get: description: Lists all Operator Control Assignments. operationId: ListOperatorControlAssignments parameters: - $ref: '#/components/parameters/OperatorControlNameQueryParam' - $ref: '#/components/parameters/ResourceNameQueryParam' - $ref: '#/components/parameters/CompartmentIdQueryParam' - $ref: '#/components/parameters/OperatorControlAssignmentLifecycleStateQueryParam' - $ref: '#/components/parameters/PaginationLimitQueryParam' - $ref: '#/components/parameters/PaginationTokenQueryParam' - $ref: '#/components/parameters/SortOrderQueryParam' - $ref: '#/components/parameters/SortByQueryParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Returns the OperatorControlCollection object 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/OperatorControlAssignmentCollection' 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 all Operator Control Assignments. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' post: description: Creates an Operator Control Assignment resource. In effect, this brings the target resource under the governance of the Operator Control for specified time duration. operationId: CreateOperatorControlAssignment parameters: - $ref: '#/components/parameters/RetryTokenHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Creates and Returns the operator control assignment object. 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 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 content: application/json: schema: $ref: '#/components/schemas/OperatorControlAssignment' 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: Creates an Operator Control Assignment resource. In effect, this brings the target resource under the governance of the Operator Control for specified time duration. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateOperatorControlAssignmentDetails' description: Details of the Operator Control Assignment. required: true /operatorControlAssignments/{operatorControlAssignmentId}: delete: description: Deletes the specified Operator Control Assignment. This has the effect of unassigning the specific Operator Control from the target resource. operationId: DeleteOperatorControlAssignment parameters: - $ref: '#/components/parameters/OperatorControlAssignmentIdentifierPathParam' - $ref: '#/components/parameters/DeleteOperatorAssignmentDescQueryParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 204: description: The OperatorControl Assignment is successfully removed. 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' 412: $ref: '#/components/responses/412' 429: $ref: '#/components/responses/429' 500: $ref: '#/components/responses/500' default: $ref: '#/components/responses/default' summary: Deletes the specified Operator Control Assignment. This has the effect of unassigning the specific Operator Control from the target resource. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' get: description: Gets the details of an Operator Control Assignment of the specified ID. operationId: GetOperatorControlAssignment parameters: - $ref: '#/components/parameters/OperatorControlAssignmentIdentifierPathParam' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Returns the details of the specific operator control assignment. 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/OperatorControlAssignment' 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 details of an Operator Control Assignment of the specified ID. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' put: description: 'Modifies the existing Operator Control assignment of the specified Operator Control assignment ID. Modifying the assignment does not change the Operator Control assignment ID. ' operationId: UpdateOperatorControlAssignment parameters: - $ref: '#/components/parameters/OperatorControlAssignmentIdentifierPathParam' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 200: description: Updates and returns the updated Operator Control Assignment. 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/OperatorControlAssignment' 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: Modifies the existing Operator Control assignment of the specified Operator Control assignment ID. Modifying the assignment does not change the Operator Control assignment ID. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' requestBody: content: application/json: schema: $ref: '#/components/schemas/UpdateOperatorControlAssignmentDetails' description: Details for the new operator control assignment. required: true /operatorControlAssignments/{operatorControlAssignmentId}/actions/changeCompartment: post: description: 'Changes the compartment of the specified Operator Control assignment ID. ' operationId: ChangeOperatorControlAssignmentCompartment parameters: - $ref: '#/components/parameters/OperatorControlAssignmentIdentifierPathParam' - $ref: '#/components/parameters/RetryTokenHeader' - $ref: '#/components/parameters/IfMatchHeader' - $ref: '#/components/parameters/RequestIdHeader' responses: 204: description: Changes the compartment for the given Operator Control Assignment. 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' 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: Changes the compartment of the specified Operator Control Assignment ID. tags: - operatorControlAssignment x-related-resource: '#/definitions/OperatorControlAssignment' requestBody: content: application/json: schema: $ref: '#/components/schemas/ChangeOperatorControlAssignmentCompartmentDetails' description: Changes the compartment for the given operator control assignment. required: true components: parameters: DeleteOperatorAssignmentDescQueryParam: description: reason for detachment of OperatorAssignment. in: query name: description x-default-description: 'null' schema: type: string maxLength: 250 minLength: 0 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 maxLength: 1024 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: - timeCreated - displayName default: timeCreated OperatorControlAssignmentIdentifierPathParam: description: unique OperatorControl identifier in: path name: operatorControlAssignmentId 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 PaginationLimitQueryParam: description: The maximum number of items to return. in: query name: limit schema: type: integer default: 10 maximum: 1000 minimum: 1 OperatorControlNameQueryParam: description: A filter to return OperatorControl that match the given operatorControlName. in: query name: operatorControlName x-default-description: 'null' schema: type: string maxLength: 255 minLength: 1 SortOrderQueryParam: description: The sort order to use, either 'asc' or 'desc'. in: query name: sortOrder x-obmcs-top-level-enum: '#/definitions/SortOrders' schema: type: string enum: - ASC - DESC default: DESC ResourceNameQueryParam: description: A filter to return only resources that match the given ResourceName. in: query name: resourceName x-default-description: 'null' schema: type: string maxLength: 64 minLength: 1 OperatorControlAssignmentLifecycleStateQueryParam: description: A filter to return only resources whose lifecycleState matches the given OperatorControlAssignment lifecycleState. in: query name: lifecycleState required: false x-default-description: 'null' x-obmcs-top-level-enum: '#/definitions/OperatorControlAssignmentLifecycleStates' schema: type: string enum: - CREATED - APPLIED - APPLYFAILED - UPDATING - UPDATEFAILED - DELETING - DELETED - DELETIONFAILED - CUSTOMERASSIGNED 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 maxLength: 64 minLength: 1 RequestIdHeader: description: The client request ID for tracing. in: header name: opc-request-id schema: type: string schemas: OperatorControlAssignment: description: "An Operator Control Assignment identifies the target resource that is placed under the governance of an Operator Control. Creating an Operator Control Assignment Assignment with a time duration ensures that \nhuman accesses to the target resource will be governed by Operator Control for the duration specified.\n" properties: assignerId: description: The OCID of the user who created this operator control assignment. type: string comment: description: Comment about the assignment of the operator control to this target resource. type: string compartmentId: description: The OCID of the comparment that contains the operator control assignment. 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. ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. ' type: object detachmentDescription: description: description containing reason for releasing of OperatorControl. type: string errorCode: description: The code identifying the error occurred during Assignment operation. type: integer errorMessage: description: The message describing the error occurred during Assignment operation. 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. ' type: object id: description: The OCID of the operator control assignment. type: string isAutoApproveDuringMaintenance: description: The boolean if true would autoApprove during maintenance. type: boolean isDefaultAssignment: description: "Whether the assignment is a default assignment. \n" type: boolean isEnforcedAlways: description: If set, then the target resource is always governed by the operator control. type: boolean isLogForwarded: description: If set indicates that the audit logs are being forwarded to the relevant remote logging server type: boolean lifecycleState: description: The current lifcycle state of the OperatorControl. enum: - CREATED - APPLIED - APPLYFAILED - UPDATING - UPDATEFAILED - DELETING - DELETED - DELETIONFAILED - CUSTOMERASSIGNED type: string x-obmcs-top-level-enum: '#/definitions/OperatorControlAssignmentLifecycleStates' operatorControlId: description: The OCID of the operator control. type: string remoteSyslogServerAddress: description: The address of the remote syslog server where the audit logs are being forwarded to. Address in host or IP format. type: string remoteSyslogServerCACert: description: The CA certificate of the remote syslog server. type: string remoteSyslogServerPort: description: The listening port of the remote syslog server. The port range is 0 - 65535. Only TCP supported. type: integer resourceCompartmentId: description: The OCID of the compartment that contains the target resource. type: string resourceId: description: The OCID of the target resource. type: string resourceName: description: Name of the target resource. type: string resourceType: description: resourceType for which the OperatorControlAssignment is applicable enum: - EXACC - EXADATAINFRASTRUCTURE - AUTONOMOUSVMCLUSTER - CLOUDAUTONOMOUSVMCLUSTER - CCCINFRASTRUCTURE - CLOUDEXADATAINFRASTRUCTURE type: string x-obmcs-top-level-enum: '#/definitions/ResourceTypes' timeAssignmentFrom: description: "The time at which the target resource will be brought under the governance of the operator control expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. \nExample: '2020-05-22T21:10:29.600Z'\n" format: date-time type: string timeAssignmentTo: description: 'The time at which the target resource will leave the governance of the operator control expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeOfAssignment: description: 'Time when the operator control assignment is created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeOfDeletion: description: 'Time on which the operator control assignment was deleted in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format.Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string unassignerId: description: User id who released the operatorControl. type: string required: - id - operatorControlId - resourceId - resourceName 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 CreateOperatorControlAssignmentDetails: description: "Details of the Operator Control assignment. An Operator Control Assignment identifies the target resource that is placed under the governance of an Operator Control. \nCreating an Operator Control Assignment Assignment with a time duration ensures that human accesses to the target resource will be governed by Operator Control for the duration specified.\n" properties: comment: description: Comment about the assignment of the operator control to this target resource. type: string compartmentId: description: The OCID of the compartment that contains the operator control assignment. 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. ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. ' 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. ' type: object isAutoApproveDuringMaintenance: description: The boolean if true would autoApprove during maintenance. type: boolean isEnforcedAlways: description: If set, then the target resource is always governed by the operator control. type: boolean isLogForwarded: description: If set, then the audit logs will be forwarded to the relevant remote logging server type: boolean operatorControlId: description: The OCID of the operator control that is being assigned to a target resource. type: string remoteSyslogServerAddress: description: The address of the remote syslog server where the audit logs will be forwarded to. Address in host or IP format. type: string remoteSyslogServerCACert: description: The CA certificate of the remote syslog server. Identity of the remote syslog server will be asserted based on this certificate. type: string remoteSyslogServerPort: description: The listening port of the remote syslog server. The port range is 0 - 65535. Only TCP supported. type: integer resourceCompartmentId: description: The OCID of the compartment that contains the target resource. type: string resourceId: description: The OCID of the target resource being brought under the governance of the operator control. type: string resourceName: description: Name of the target resource. type: string resourceType: description: Type of the target resource. enum: - EXACC - EXADATAINFRASTRUCTURE - AUTONOMOUSVMCLUSTER - CLOUDAUTONOMOUSVMCLUSTER - CCCINFRASTRUCTURE - CLOUDEXADATAINFRASTRUCTURE type: string x-obmcs-top-level-enum: '#/definitions/ResourceTypes' timeAssignmentFrom: description: 'The time at which the target resource will be brought under the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeAssignmentTo: description: 'The time at which the target resource will leave the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format.Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string required: - operatorControlId - resourceId - resourceCompartmentId - resourceName - resourceType - compartmentId - isEnforcedAlways type: object OperatorControlAssignmentSummary: description: Details of the operator control assignment. properties: compartmentId: description: The OCID of the compartment that contains the operator control assignment. 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. ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. ' type: object errorCode: description: The code identifying the error occurred during Assignment operation. type: integer errorMessage: description: The message describing the error occurred during Assignment operation. 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. ' type: object id: description: The OCID of the operator control assignment. type: string isEnforcedAlways: description: If true, then the target resource is always governed by the operator control. Otherwise governance is time-based as specified by timeAssignmentTo and timeAssignmentFrom. type: boolean isLogForwarded: description: If set, then the audit logs are being forwarded to the relevant remote logging server type: boolean lifecycleState: description: The current lifcycle state of the OperatorControl. enum: - CREATED - APPLIED - APPLYFAILED - UPDATING - UPDATEFAILED - DELETING - DELETED - DELETIONFAILED - CUSTOMERASSIGNED type: string x-obmcs-top-level-enum: '#/definitions/OperatorControlAssignmentLifecycleStates' operatorControlId: description: The OCID of the operator control. type: string remoteSyslogServerAddress: description: The address of the remote syslog server where the audit logs are being forwarded to. Address in host or IP format. type: string remoteSyslogServerPort: description: The listening port of the remote syslog server. The port range is 0 - 65535. type: integer resourceId: description: The OCID of the target resource being governed by the operator control. type: string timeAssignmentFrom: description: 'The time at which the target resource will be brought under the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeAssignmentTo: description: 'The time at which the target resource will leave the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format.Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeOfAssignment: description: 'Time when the operator control assignment is created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string required: - id - operatorControlId - resourceId - compartmentId type: object ChangeOperatorControlAssignmentCompartmentDetails: description: Details of the new compartment to contain the operator control assignment. properties: compartmentId: description: The OCID of the new compartment to contain the operator contol assignment. maxLength: 255 minLength: 1 type: string UpdateOperatorControlAssignmentDetails: description: Details for modifying the Operator Control assignment. properties: comment: description: Comment about the modification of the operator control assignment. 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. ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. ' 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. ' type: object isAutoApproveDuringMaintenance: description: The boolean if true would autoApprove during maintenance. type: boolean isEnforcedAlways: description: If true, then the target resource is always governed by the operator control. Otherwise governance is time-based as specified by timeAssignmentTo and timeAssignmentFrom. type: boolean isLogForwarded: description: If set, then the audit logs will be forwarded to the relevant remote logging server type: boolean remoteSyslogServerAddress: description: The address of the remote syslog server where the audit logs will be forwarded to. Address in host or IP format. type: string remoteSyslogServerCACert: description: The CA certificate of the remote syslog server. Identity of the remote syslog server will be asserted based on this certificate. type: string remoteSyslogServerPort: description: The listening port of the remote syslog server. The port range is 0 - 65535. Only TCP supported. type: integer timeAssignmentFrom: description: 'The time at which the target resource will be brought under the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string timeAssignmentTo: description: 'The time at which the target resource will leave the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format.Example: ''2020-05-22T21:10:29.600Z'' ' format: date-time type: string required: - isEnforcedAlways type: object OperatorControlAssignmentCollection: description: Results of Operator Control assignment search, which contains summary of the assignment. properties: items: description: contains OperatorControlAssignmentSummary items: $ref: '#/components/schemas/OperatorControlAssignmentSummary' type: array required: - items 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. ' type: object description: 'Defined tags for this resource. Each key is predefined and scoped to a namespace. ' 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. ' type: object x-obmcs-client-retries-enabled: true x-oracle-package: com.oracle.bmc.opctl