a Of-@sddlmZddlmZddlmZddlmZmZddlm Z ddl m Z m Z ddl mZddlmZmZmZd d lmZed ZGd d d eZdS))absolute_import)requests)six)retrycircuit_breaker) BaseClient)get_config_value_or_defaultvalidate_config)Signer)Sentinel#get_signer_from_authentication_typeAUTHENTICATION_TYPE_FIELD_NAME)integration_type_mappingMissingc@seZdZdZddZddZddZdd Zd d Zd d Z ddZ ddZ ddZ ddZ ddZddZddZddZdS)IntegrationInstanceClientz! Oracle Integration API. c Ks t||ddd|vr$|d}nDt|vr6t|}n2t|d|d|d|dt|d|dd }d |d d d |dd|dtjd}d|vr|d|d<|ddurtj|d<d|vr|d|d<t d||t fi||_ |d|_ |d|_ dS)a Creates a new service client :param dict config: Configuration keys and values as per `SDK and Tool Configuration `__. The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config the dict using :py:meth:`~oci.config.validate_config` :param str service_endpoint: (optional) The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit need to specify a service endpoint. :param timeout: (optional) The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout. :type timeout: float or tuple(float, float) :param signer: (optional) The signer to use when signing requests made by the service client. The default is to use a :py:class:`~oci.signer.Signer` based on the values provided in the config parameter. One use case for this parameter is for `Instance Principals authentication `__ by passing an instance of :py:class:`~oci.auth.signers.InstancePrincipalsSecurityTokenSigner` as the value for this keyword argument :type signer: :py:class:`~oci.signer.AbstractBaseSigner` :param obj retry_strategy: (optional) A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default. Retry strategies can also be applied at the operation level by passing a ``retry_strategy`` keyword argument as part of calling the operation. Any value provided at the operation level will override whatever is specified at the client level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` is also available. The specifics of the default retry strategy are described `here `__. :param obj circuit_breaker_strategy: (optional) A circuit breaker strategy to apply to all calls made by this service client (i.e. at the client level). This client uses :py:data:`~oci.circuit_breaker.DEFAULT_CIRCUIT_BREAKER_STRATEGY` as default if no circuit breaker strategy is provided. The specifics of circuit breaker strategy are described `here `__. :param function circuit_breaker_callback: (optional) Callback function to receive any exceptions triggerred by the circuit breaker. :param allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this client should allow control characters in the response object. By default, the client will not allow control characters to be in the response object. signer)rtenancyuser fingerprintkey_file pass_phrase key_content)rrrprivate_key_file_locationrprivate_key_contentTservice_endpointz /20190131z4https://integration.{region}.ocp.{secondLevelDomain}skip_deserializationFcircuit_breaker_strategy)regional_clientr base_pathservice_endpoint_templaterrtimeoutNallow_control_charsintegration_instanceretry_strategycircuit_breaker_callback)r getr r r rrGLOBAL_CIRCUIT_BREAKER_STRATEGY DEFAULT_CIRCUIT_BREAKER_STRATEGYrr base_clientr$r%)selfconfigkwargsrbase_client_init_kwargsr./sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/integration/integration_instance_client.py__init__s:0       z"IntegrationInstanceClient.__init__c s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Change the compartment for an integration instance :param str integration_instance_id: (required) Unique Integration Instance identifier. :param oci.integration.models.ChangeIntegrationInstanceCompartmentDetails change_integration_instance_compartment_details: (required) Details for the update integration instance :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param str opc_retry_token: (optional) 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. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use change_integration_instance_compartment API. zG/integrationInstances/{integrationInstanceId}/actions/changeCompartmentPOST'change_integration_instance_compartmentzshttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ChangeIntegrationInstanceCompartmentr"r$if_matchopc_request_idopc_retry_tokencsg|]}|vr|qSr.r..0_keyexpected_kwargsr.r/ zUIntegrationInstanceClient.change_integration_instance_compartment..z@change_integration_instance_compartment got unknown kwargs: {!r}integrationInstanceIdcSsi|]\}}|tur||qSr.missingr8kvr.r.r/ r=zUIntegrationInstanceClient.change_integration_instance_compartment..Nr7Parameter {} cannot be None, whitespace or empty stringapplication/jsonr4r5r6accept content-typeif-matchopc-request-idopc-retry-tokencSs&i|]\}}|tur|dur||qSNr?rAr.r.r/rDr=r$operation_retry_strategyclient_retry_strategyr" resource_pathmethod path_params header_paramsbodyr"operation_nameapi_reference_linkriterkeys ValueErrorformat iteritems isinstance string_typeslenstripr&r@r)get_preferred_retry_strategyr$rNoneRetryStrategyadd_opc_retry_token_if_neededadd_opc_client_retries_headeradd_circuit_breaker_callbackr%make_retrying_callcall_api)r*integration_instance_id/change_integration_instance_compartment_detailsr,rRrSrWrX extra_kwargsrTrBrCrUr$r.r:r/r2ksj/$       zAIntegrationInstanceClient.change_integration_instance_compartmentc s|d}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rVt| tjs0|j | |j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)aH Change an Integration instance network endpoint. The operation is long-running and creates a new WorkRequest. :param str integration_instance_id: (required) Unique Integration Instance identifier. :param oci.integration.models.ChangeIntegrationInstanceNetworkEndpointDetails change_integration_instance_network_endpoint_details: (required) Details for the updated Integration instance network endpoint :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param str opc_retry_token: (optional) 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. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use change_integration_instance_network_endpoint API. zK/integrationInstances/{integrationInstanceId}/actions/changeNetworkEndpointr1,change_integration_instance_network_endpointzwhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/ChangeIntegrationInstanceNetworkEndpointr3csg|]}|vr|qSr.r.r7r:r.r/r<r=zZIntegrationInstanceClient.change_integration_instance_network_endpoint..zEchange_integration_instance_network_endpoint got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rD$r=zZIntegrationInstanceClient.change_integration_instance_network_endpoint..NrrErFr4r5r6rGcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rD1r=r$rNr"rQrY)r*ri4change_integration_instance_network_endpoint_detailsr,rRrSrWrXrkrTrBrCrUr$r.r:r/rlsj0$       zFIntegrationInstanceClient.change_integration_instance_network_endpointc sd}d}d}d}gdfddt|D}|rBtd|d d |d t|d td }d dt|D}|jj|d|j d} | rt | t j s|j ||j|| |j| j|jj|||||d||dS|jj|||||d||dSdS)a Creates a new Integration Instance. :param oci.integration.models.CreateIntegrationInstanceDetails create_integration_instance_details: (required) Details for the new Integration Instance. :param str opc_retry_token: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use create_integration_instance API. /integrationInstancesr1create_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/CreateIntegrationInstance)r"r$r6r5csg|]}|vr|qSr.r.r7r:r.r/r<r=zIIntegrationInstanceClient.create_integration_instance..z4create_integration_instance got unknown kwargs: {!r}rFr6r5)rHrIrLrKcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=zIIntegrationInstanceClient.create_integration_instance..r$rNr")rRrSrUrVr"rWrXN)rrZr[r\r&r@r]r)rbr$r^rrcrdrerfr%rgrh) r*#create_integration_instance_detailsr,rRrSrWrXrkrUr$r.r:r/roRsX%       z5IntegrationInstanceClient.create_integration_instancec sbd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r>t| tjs|j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Deletes an Integration Instance resource by identifier. :param str integration_instance_id: (required) Unique Integration Instance identifier. :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use delete_integration_instance API. -/integrationInstances/{integrationInstanceId}DELETEdelete_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/DeleteIntegrationInstancer"r$r4r5csg|]}|vr|qSr.r.r7r:r.r/r<r=zIIntegrationInstanceClient.delete_integration_instance..z4delete_integration_instance got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=zIIntegrationInstanceClient.delete_integration_instance..NrrErFr4r5rHrIrJrKcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNr"rRrSrTrUr"rWrXrrZr[r\r]r^r_r`rar&r@r)rbr$rrcrerfr%rgrh r*rir,rRrSrWrXrkrTrBrCrUr$r.r:r/rssb$$     z5IntegrationInstanceClient.delete_integration_instancec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a Gets a IntegrationInstance by identifier :param str integration_instance_id: (required) Unique Integration Instance identifier. :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.integration.models.IntegrationInstance` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_integration_instance API. rqGETget_integration_instancezehttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/GetIntegrationInstancer"r$r5csg|]}|vr|qSr.r.r7r:r.r/r<8r=zFIntegrationInstanceClient.get_integration_instance..z1get_integration_instance got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rDAr=zFIntegrationInstanceClient.get_integration_instance..NrrErFr5rHrIrKcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDLr=r$rNIntegrationInstancer"rRrSrTrU response_typer"rWrXrwrxr.r:r/rzsd$    z2IntegrationInstanceClient.get_integration_instancec s\d}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt d} dd t| D} |j j | d|j d} | r6t| tjs|j | | |j| j|j j|||| d| d||d S|j j|||| d| d||dSd S)a| Gets the status of the work request with the given ID. :param str work_request_id: (required) The ID of the asynchronous request. :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.integration.models.WorkRequest` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use get_work_request API. z/workRequests/{workRequestId}ryget_work_requestzUhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequest/GetWorkRequestr{csg|]}|vr|qSr.r.r7r:r.r/r<r=z>IntegrationInstanceClient.get_work_request..z)get_work_request got unknown kwargs: {!r} workRequestIdcSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=z>IntegrationInstanceClient.get_work_request..NrrErFr5r|cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rN WorkRequestr"r~rw) r*work_request_idr,rRrSrWrXrkrTrBrCrUr$r.r:r/rlsd$    z*IntegrationInstanceClient.get_work_requestc sd}d}d}d}gdfddt|D}|rBtd|d |vrlgd }|d |vrltd |d |vrd dg} |d | vrtd| d|vrddg} |d| vrtd| ||dt|d t|dt|dt|d t|dtd} ddt| D} dd|dtd} ddt| D} |jj|d|j d} | rt | t j s|j | | |j| j|jj||| | d |d!||d" S|jj||| | d |d!||d"Sd#S)$a Returns a list of Integration Instances. :param str compartment_id: (required) The ID of the compartment in which to list resources. :param str display_name: (optional) A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource` :param str lifecycle_state: (optional) Life cycle state to query on. Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :param int limit: (optional) The maximum number of items to return. :param str page: (optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. :param str sort_order: (optional) The sort order to use, either 'asc' or 'desc'. Allowed values are: "ASC", "DESC" :param str sort_by: (optional) 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. Allowed values are: "TIMECREATED", "DISPLAYNAME" :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.IntegrationInstanceSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_integration_instances API. rnrylist_integration_instancesznhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstanceSummary/ListIntegrationInstances) r"r$ display_namelifecycle_statelimitpage sort_ordersort_byr5csg|]}|vr|qSr.r.r7r:r.r/r<r=zHIntegrationInstanceClient.list_integration_instances..z3list_integration_instances got unknown kwargs: {!r}r)CREATINGUPDATINGACTIVEINACTIVEDELETINGDELETEDFAILEDz7Invalid value for `lifecycle_state`, must be one of {0}rASCDESCz2Invalid value for `sort_order`, must be one of {0}r TIMECREATED DISPLAYNAMEz/Invalid value for `sort_by`, must be one of {0}rrr) compartmentId displayNamelifecycleStaterr sortOrdersortBycSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rD5r=zHIntegrationInstanceClient.list_integration_instances..rFr5r|cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rD<r=r$rNz list[IntegrationInstanceSummary]r"rRrS query_paramsrUrr"rWrXNrrZr[r\r&r@r]r)rbr$r^rrcrerfr%rgrh)r*compartment_idr,rRrSrWrXrklifecycle_state_allowed_valuessort_order_allowed_valuessort_by_allowed_valuesrrUr$r.r:r/rs9               z4IntegrationInstanceClient.list_integration_instancesc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qh|| dt | dt d} dd t| D} dd| dt d} dd t| D} |j j | d|j d}|rht|tjs@|j | ||j|j|j j||| | | d| d||d S|j j||| | | d| d||d Sd S)a Get the errors of a work request. :param str compartment_id: (required) The ID of the compartment in which to list resources. :param str work_request_id: (required) The ID of the asynchronous request. :param str opc_request_id: (optional) The client request ID for tracing. :param int limit: (optional) The maximum number of items to return. :param str page: (optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestError` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_work_request_errors API. z$/workRequests/{workRequestId}/errorsrylist_work_request_errorszahttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestError/ListWorkRequestErrorsr"r$r5rrcsg|]}|vr|qSr.r.r7r:r.r/r<r=zFIntegrationInstanceClient.list_work_request_errors..z1list_work_request_errors got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=zFIntegrationInstanceClient.list_work_request_errors..NrrErrrrrcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=rFr5r|cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNzlist[WorkRequestError]r" rRrSrTrrUrr"rWrXrwr*rrr,rRrSrWrXrkrTrBrCrrUr$r.r:r/r\sr&$      z2IntegrationInstanceClient.list_work_request_errorsc sd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qh|| dt | dt d} dd t| D} dd| dt d} dd t| D} |j j | d|j d}|rht|tjs@|j | ||j|j|j j||| | | d| d||d S|j j||| | | d| d||d Sd S)a Get the logs of a work request. :param str compartment_id: (required) The ID of the compartment in which to list resources. :param str work_request_id: (required) The ID of the asynchronous request. :param str opc_request_id: (optional) The client request ID for tracing. :param int limit: (optional) The maximum number of items to return. :param str page: (optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestLogEntry` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_work_request_logs API. z"/workRequests/{workRequestId}/logsrylist_work_request_logszbhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestLogEntry/ListWorkRequestLogsrcsg|]}|vr|qSr.r.r7r:r.r/r<r=zDIntegrationInstanceClient.list_work_request_logs..z/list_work_request_logs got unknown kwargs: {!r}rcSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=zDIntegrationInstanceClient.list_work_request_logs..NrrErrrcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=rFr5r|cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNzlist[WorkRequestLogEntry]r"rrwrr.r:r/rsr&$      z0IntegrationInstanceClient.list_work_request_logsc s2d}d}d}d}gdfddt|D}|rBtd|||d t|d t|d td }d dt|D}dd|dtd} ddt| D} |jj|d|j d} | r t | t j s|j | | |j| j|jj|||| d|d||d S|jj|||| d|d||dSdS)a Lists the work requests in a compartment. :param str compartment_id: (required) The ID of the compartment in which to list resources. :param str opc_request_id: (optional) The client request ID for tracing. :param str page: (optional) The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. :param int limit: (optional) The maximum number of items to return. :param str integration_instance_id: (optional) The Integration Instance identifier to use to filter results :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.integration.models.WorkRequestSummary` :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use list_work_requests API. z /workRequestsrylist_work_requestsz^https://docs.oracle.com/iaas/api/#/en/integration/20190131/WorkRequestSummary/ListWorkRequests)r"r$r5rrricsg|]}|vr|qSr.r.r7r:r.r/r<pr=z@IntegrationInstanceClient.list_work_requests..z+list_work_requests got unknown kwargs: {!r}rrri)rrrr>cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rD{r=z@IntegrationInstanceClient.list_work_requests..rFr5r|cSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNzlist[WorkRequestSummary]r"rNr) r*rr,rRrSrWrXrkrrUr$r.r:r/r<sd&        z,IntegrationInstanceClient.list_work_requestsc sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Start an integration instance that was previously in an INACTIVE state :param str integration_instance_id: (required) Unique Integration Instance identifier. :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param str opc_retry_token: (optional) 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. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use start_integration_instance API. z;/integrationInstances/{integrationInstanceId}/actions/startr1start_integration_instancezghttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/StartIntegrationInstancer3csg|]}|vr|qSr.r.r7r:r.r/r<r=zHIntegrationInstanceClient.start_integration_instance..z3start_integration_instance got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=zHIntegrationInstanceClient.start_integration_instance..NrrErFr4r5r6rGcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNr"rvrYrxr.r:r/rsf,$       z4IntegrationInstanceClient.start_integration_instancec sxd}d}d}d}gdfddt|D}|rBtd|d |i}d d t|D}t|D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt | dt d} dd t| D} |j j | d|j d} | rTt| tjs0|j | |j | | |j| j|j j|||| | d||dS|j j|||| | d||dSd S)a Stop an integration instance that was previously in an ACTIVE state :param str integration_instance_id: (required) Unique Integration Instance identifier. :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param str opc_retry_token: (optional) 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. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use stop_integration_instance API. z:/integrationInstances/{integrationInstanceId}/actions/stopr1stop_integration_instancezfhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/StopIntegrationInstancer3csg|]}|vr|qSr.r.r7r:r.r/r<Ir=zGIntegrationInstanceClient.stop_integration_instance..z2stop_integration_instance got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rDRr=zGIntegrationInstanceClient.stop_integration_instance..NrrErFr4r5r6rGcSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rD_r=r$rNr"rvrYrxr.r:r/rsf,$       z3IntegrationInstanceClient.stop_integration_instancec sfd}d}d}d}gdfddt|D}|rBtd|d |i} d d t| D} t| D]:\} } | d ust| tjrht| d krhtd| qhdd| dt | dt d} dd t| D} |j j | d|j d} | r@t| tjs|j | | |j| j|j j||| | || d||d S|j j||| | || d||dSd S)a Updates the Integration Instance. :param str integration_instance_id: (required) Unique Integration Instance identifier. :param oci.integration.models.UpdateIntegrationInstanceDetails update_integration_instance_details: (required) The information to be updated. :param str if_match: (optional) 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. :param str opc_request_id: (optional) The client request ID for tracing. :param obj retry_strategy: (optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level. This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it. The specifics of the default retry strategy are described `here `__. To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`. :param bool allow_control_chars: (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings :return: A :class:`~oci.response.Response` object with data of type None :rtype: :class:`~oci.response.Response` :example: Click `here `__ to see an example of how to use update_integration_instance API. rqPUTupdate_integration_instancezhhttps://docs.oracle.com/iaas/api/#/en/integration/20190131/IntegrationInstance/UpdateIntegrationInstancertcsg|]}|vr|qSr.r.r7r:r.r/r<r=zIIntegrationInstanceClient.update_integration_instance..z4update_integration_instance got unknown kwargs: {!r}r>cSsi|]\}}|tur||qSr.r?rAr.r.r/rDr=zIIntegrationInstanceClient.update_integration_instance..NrrErFr4r5rucSs&i|]\}}|tur|dur||qSrMr?rAr.r.r/rDr=r$rNr"rQrw)r*ri#update_integration_instance_detailsr,rRrSrWrXrkrTrBrCrUr$r.r:r/r~sf'$     z5IntegrationInstanceClient.update_integration_instanceN)__name__ __module__ __qualname____doc__r0r2rlrorsrzrrrrrrrrr.r.r.r/rs Sst[c\\ppfnnrN) __future__r oci._vendorrrocirroci.base_clientr oci.configrr oci.signerr oci.utilr r r modelsrr@objectrr.r.r.r/s