Class: OCI::DataFlow::DataFlowClient
- Inherits:
-
Object
- Object
- OCI::DataFlow::DataFlowClient
- Defined in:
- lib/oci/data_flow/data_flow_client.rb
Overview
Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
Instance Attribute Summary collapse
-
#api_client ⇒ OCI::ApiClient
readonly
Client used to make HTTP requests.
-
#endpoint ⇒ String
readonly
Fully qualified endpoint URL.
-
#region ⇒ String
The region, which will usually correspond to a value in Regions::REGION_ENUM.
-
#retry_config ⇒ OCI::Retry::RetryConfig
readonly
The default retry configuration to apply to all operations in this service client.
Instance Method Summary collapse
-
#change_application_compartment(application_id, change_application_compartment_details, opts = {}) ⇒ Response
Moves an application into a different compartment.
-
#change_pool_compartment(pool_id, change_pool_compartment_details, opts = {}) ⇒ Response
Moves a pool into a different compartment.
-
#change_private_endpoint_compartment(private_endpoint_id, change_private_endpoint_compartment_details, opts = {}) ⇒ Response
Moves a private endpoint into a different compartment.
-
#change_run_compartment(run_id, change_run_compartment_details, opts = {}) ⇒ Response
Moves a run into a different compartment.
-
#change_sql_endpoint_compartment(sql_endpoint_id, change_sql_endpoint_compartment_details, opts = {}) ⇒ Response
Moves an Sql Endpoint from one compartment to another.
-
#create_application(create_application_details, opts = {}) ⇒ Response
Creates an application.
-
#create_pool(create_pool_details, opts = {}) ⇒ Response
Create a pool to be used by dataflow runs or applications.
-
#create_private_endpoint(create_private_endpoint_details, opts = {}) ⇒ Response
Creates a private endpoint to be used by applications.
-
#create_run(create_run_details, opts = {}) ⇒ Response
Creates a run for an application.
-
#create_sql_endpoint(create_sql_endpoint_details, opts = {}) ⇒ Response
Create a new Sql Endpoint.
-
#create_statement(create_statement_details, run_id, opts = {}) ⇒ Response
Executes a statement for a Session run.
-
#delete_application(application_id, opts = {}) ⇒ Response
Deletes an application using an
applicationId
. -
#delete_pool(pool_id, opts = {}) ⇒ Response
Deletes a pool using a
poolId
. -
#delete_private_endpoint(private_endpoint_id, opts = {}) ⇒ Response
Deletes a private endpoint using a
privateEndpointId
. -
#delete_run(run_id, opts = {}) ⇒ Response
Cancels the specified run if it has not already completed or was previously cancelled.
-
#delete_sql_endpoint(sql_endpoint_id, opts = {}) ⇒ Response
Delete a Sql Endpoint resource, identified by the SqlEndpoint id.
-
#delete_statement(run_id, statement_id, opts = {}) ⇒ Response
Cancels the specified statement for a Session run.
-
#get_application(application_id, opts = {}) ⇒ Response
Retrieves an application using an
applicationId
. -
#get_pool(pool_id, opts = {}) ⇒ Response
Retrieves a pool using a
poolId
. -
#get_private_endpoint(private_endpoint_id, opts = {}) ⇒ Response
Retrieves an private endpoint using a
privateEndpointId
. -
#get_run(run_id, opts = {}) ⇒ Response
Retrieves the run for the specified
runId
. -
#get_run_log(run_id, name, opts = {}, &block) ⇒ Response
Retrieves the content of an run log.
-
#get_sql_endpoint(sql_endpoint_id, opts = {}) ⇒ Response
Retrieves a SQL Endpoint using a sqlEndpointId.
-
#get_statement(run_id, statement_id, opts = {}) ⇒ Response
Retrieves the statement corresponding to the
statementId
for a Session run specified byrunId
. -
#get_work_request(work_request_id, opts = {}) ⇒ Response
Gets the status of the work request with the given OCID.
-
#initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil) ⇒ DataFlowClient
constructor
Creates a new DataFlowClient.
-
#list_applications(compartment_id, opts = {}) ⇒ Response
Lists all applications in the specified compartment.
-
#list_pools(compartment_id, opts = {}) ⇒ Response
Lists all pools in the specified compartment.
-
#list_private_endpoints(compartment_id, opts = {}) ⇒ Response
Lists all private endpoints in the specified compartment.
-
#list_run_logs(run_id, opts = {}) ⇒ Response
Retrieves summaries of the run's logs.
-
#list_runs(compartment_id, opts = {}) ⇒ Response
Lists all runs of an application in the specified compartment.
-
#list_sql_endpoints(opts = {}) ⇒ Response
Lists all Sql Endpoints in the specified compartment.
-
#list_statements(run_id, opts = {}) ⇒ Response
Lists all statements for a Session run.
-
#list_work_request_errors(work_request_id, opts = {}) ⇒ Response
Return a (paginated) list of errors for a given work request.
-
#list_work_request_logs(work_request_id, opts = {}) ⇒ Response
Return a paginated list of logs for a given work request.
-
#list_work_requests(compartment_id, opts = {}) ⇒ Response
Lists the work requests in a compartment.
-
#logger ⇒ Logger
The logger for this client.
-
#start_pool(pool_id, opts = {}) ⇒ Response
Starts the dataflow pool for a given
poolId
. -
#stop_pool(pool_id, opts = {}) ⇒ Response
Stops the dataflow pool for a given
poolId
. -
#update_application(update_application_details, application_id, opts = {}) ⇒ Response
Updates an application using an
applicationId
. -
#update_pool(update_pool_details, pool_id, opts = {}) ⇒ Response
Updates a pool using a
poolId
.If changes to a pool doesn't match a previously defined pool,then a 409 status code will be returned.This indicates that a conflict has been detected. -
#update_private_endpoint(update_private_endpoint_details, private_endpoint_id, opts = {}) ⇒ Response
Updates a private endpoint using a
privateEndpointId
. -
#update_run(update_run_details, run_id, opts = {}) ⇒ Response
Updates a run using a
runId
. -
#update_sql_endpoint(update_sql_endpoint_details, sql_endpoint_id, opts = {}) ⇒ Response
Update a Sql Endpoint resource, identified by the SqlEndpoint id.
Constructor Details
#initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil) ⇒ DataFlowClient
Creates a new DataFlowClient. Notes: If a config is not specified, then the global OCI.config will be used.
This client is not thread-safe
Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the region. A region may be specified in the config or via or the region parameter. If specified in both, then the region parameter will be used.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 55 def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil) # If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers) # then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals # and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then # pass it to this constructor. # # If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid # so try and load the config from the default file. config = OCI::Config.validate_and_build_config_with_signer(config, signer) signer = OCI::Signer.config_file_auth_builder(config) if signer.nil? @api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings) @retry_config = retry_config if endpoint @endpoint = endpoint + '/20200129' else region ||= config.region region ||= signer.region if signer.respond_to?(:region) self.region = region end logger.info "DataFlowClient endpoint set to '#{@endpoint}'." if logger end |
Instance Attribute Details
#api_client ⇒ OCI::ApiClient (readonly)
Client used to make HTTP requests.
15 16 17 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 15 def api_client @api_client end |
#endpoint ⇒ String (readonly)
Fully qualified endpoint URL
19 20 21 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 19 def endpoint @endpoint end |
#region ⇒ String
The region, which will usually correspond to a value in Regions::REGION_ENUM.
29 30 31 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 29 def region @region end |
#retry_config ⇒ OCI::Retry::RetryConfig (readonly)
The default retry configuration to apply to all operations in this service client. This can be overridden on a per-operation basis. The default retry configuration value is nil
, which means that an operation will not perform any retries
25 26 27 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 25 def retry_config @retry_config end |
Instance Method Details
#change_application_compartment(application_id, change_application_compartment_details, opts = {}) ⇒ Response
Click here to see an example of how to use change_application_compartment API.
Moves an application into a different compartment. When provided, If-Match is checked against ETag values of the resource. Associated resources, like runs, will not be automatically moved.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 127 def change_application_compartment(application_id, change_application_compartment_details, opts = {}) logger.debug 'Calling operation DataFlowClient#change_application_compartment.' if logger raise "Missing the required parameter 'application_id' when calling change_application_compartment." if application_id.nil? raise "Missing the required parameter 'change_application_compartment_details' when calling change_application_compartment." if change_application_compartment_details.nil? raise "Parameter value for 'application_id' must not be blank" if OCI::Internal::Util.blank_string?(application_id) path = '/applications/{applicationId}/actions/changeCompartment'.sub('{applicationId}', application_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(change_application_compartment_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#change_application_compartment') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#change_pool_compartment(pool_id, change_pool_compartment_details, opts = {}) ⇒ Response
Click here to see an example of how to use change_pool_compartment API.
Moves a pool into a different compartment. When provided, If-Match is checked against ETag values of the resource. Associated resources, like historical metrics, will not be automatically moved. The pool must be in a terminal state (STOPPED, FAILED) in order for it to be moved to a different compartment
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 202 def change_pool_compartment(pool_id, change_pool_compartment_details, opts = {}) logger.debug 'Calling operation DataFlowClient#change_pool_compartment.' if logger raise "Missing the required parameter 'pool_id' when calling change_pool_compartment." if pool_id.nil? raise "Missing the required parameter 'change_pool_compartment_details' when calling change_pool_compartment." if change_pool_compartment_details.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}/actions/changeCompartment'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(change_pool_compartment_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#change_pool_compartment') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#change_private_endpoint_compartment(private_endpoint_id, change_private_endpoint_compartment_details, opts = {}) ⇒ Response
Click here to see an example of how to use change_private_endpoint_compartment API.
Moves a private endpoint into a different compartment. When provided, If-Match is checked against ETag values of the resource.
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 269 def change_private_endpoint_compartment(private_endpoint_id, change_private_endpoint_compartment_details, opts = {}) logger.debug 'Calling operation DataFlowClient#change_private_endpoint_compartment.' if logger raise "Missing the required parameter 'private_endpoint_id' when calling change_private_endpoint_compartment." if private_endpoint_id.nil? raise "Missing the required parameter 'change_private_endpoint_compartment_details' when calling change_private_endpoint_compartment." if change_private_endpoint_compartment_details.nil? raise "Parameter value for 'private_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(private_endpoint_id) path = '/privateEndpoints/{privateEndpointId}/actions/changeCompartment'.sub('{privateEndpointId}', private_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(change_private_endpoint_compartment_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#change_private_endpoint_compartment') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#change_run_compartment(run_id, change_run_compartment_details, opts = {}) ⇒ Response
Click here to see an example of how to use change_run_compartment API.
Moves a run into a different compartment. When provided, If-Match is checked against ETag values of the resource. Associated resources, like historical metrics, will not be automatically moved. The run must be in a terminal state (CANCELED, FAILED, SUCCEEDED) in order for it to be moved to a different compartment
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 342 def change_run_compartment(run_id, change_run_compartment_details, opts = {}) logger.debug 'Calling operation DataFlowClient#change_run_compartment.' if logger raise "Missing the required parameter 'run_id' when calling change_run_compartment." if run_id.nil? raise "Missing the required parameter 'change_run_compartment_details' when calling change_run_compartment." if change_run_compartment_details.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}/actions/changeCompartment'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(change_run_compartment_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#change_run_compartment') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#change_sql_endpoint_compartment(sql_endpoint_id, change_sql_endpoint_compartment_details, opts = {}) ⇒ Response
Click here to see an example of how to use change_sql_endpoint_compartment API.
Moves an Sql Endpoint from one compartment to another. When provided, If-Match is checked against ETag values of the Sql Endpoint.
411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 411 def change_sql_endpoint_compartment(sql_endpoint_id, change_sql_endpoint_compartment_details, opts = {}) logger.debug 'Calling operation DataFlowClient#change_sql_endpoint_compartment.' if logger raise "Missing the required parameter 'sql_endpoint_id' when calling change_sql_endpoint_compartment." if sql_endpoint_id.nil? raise "Missing the required parameter 'change_sql_endpoint_compartment_details' when calling change_sql_endpoint_compartment." if change_sql_endpoint_compartment_details.nil? raise "Parameter value for 'sql_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(sql_endpoint_id) path = '/sqlEndpoints/{sqlEndpointId}/actions/changeCompartment'.sub('{sqlEndpointId}', sql_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(change_sql_endpoint_compartment_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#change_sql_endpoint_compartment') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#create_application(create_application_details, opts = {}) ⇒ Response
Click here to see an example of how to use create_application API.
Creates an application.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 477 def create_application(create_application_details, opts = {}) logger.debug 'Calling operation DataFlowClient#create_application.' if logger raise "Missing the required parameter 'create_application_details' when calling create_application." if create_application_details.nil? path = '/applications' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(create_application_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_application') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Application' ) end # rubocop:enable Metrics/BlockLength end |
#create_pool(create_pool_details, opts = {}) ⇒ Response
Click here to see an example of how to use create_pool API.
Create a pool to be used by dataflow runs or applications.
541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 541 def create_pool(create_pool_details, opts = {}) logger.debug 'Calling operation DataFlowClient#create_pool.' if logger raise "Missing the required parameter 'create_pool_details' when calling create_pool." if create_pool_details.nil? path = '/pools' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(create_pool_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_pool') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Pool' ) end # rubocop:enable Metrics/BlockLength end |
#create_private_endpoint(create_private_endpoint_details, opts = {}) ⇒ Response
Click here to see an example of how to use create_private_endpoint API.
Creates a private endpoint to be used by applications.
605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 605 def create_private_endpoint(create_private_endpoint_details, opts = {}) logger.debug 'Calling operation DataFlowClient#create_private_endpoint.' if logger raise "Missing the required parameter 'create_private_endpoint_details' when calling create_private_endpoint." if create_private_endpoint_details.nil? path = '/privateEndpoints' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(create_private_endpoint_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_private_endpoint') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::PrivateEndpoint' ) end # rubocop:enable Metrics/BlockLength end |
#create_run(create_run_details, opts = {}) ⇒ Response
Click here to see an example of how to use create_run API.
Creates a run for an application.
672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 672 def create_run(create_run_details, opts = {}) logger.debug 'Calling operation DataFlowClient#create_run.' if logger raise "Missing the required parameter 'create_run_details' when calling create_run." if create_run_details.nil? path = '/runs' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'opc-parent-rpt-url'] = opts[:opc_parent_rpt_url] if opts[:opc_parent_rpt_url] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(create_run_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_run') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Run' ) end # rubocop:enable Metrics/BlockLength end |
#create_sql_endpoint(create_sql_endpoint_details, opts = {}) ⇒ Response
Click here to see an example of how to use create_sql_endpoint API.
Create a new Sql Endpoint.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 735 def create_sql_endpoint(create_sql_endpoint_details, opts = {}) logger.debug 'Calling operation DataFlowClient#create_sql_endpoint.' if logger raise "Missing the required parameter 'create_sql_endpoint_details' when calling create_sql_endpoint." if create_sql_endpoint_details.nil? path = '/sqlEndpoints' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = @api_client.object_to_http_body(create_sql_endpoint_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_sql_endpoint') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::SqlEndpoint' ) end # rubocop:enable Metrics/BlockLength end |
#create_statement(create_statement_details, run_id, opts = {}) ⇒ Response
Click here to see an example of how to use create_statement API.
Executes a statement for a Session run.
796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 796 def create_statement(create_statement_details, run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#create_statement.' if logger raise "Missing the required parameter 'create_statement_details' when calling create_statement." if create_statement_details.nil? raise "Missing the required parameter 'run_id' when calling create_statement." if run_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}/statements'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(create_statement_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#create_statement') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Statement' ) end # rubocop:enable Metrics/BlockLength end |
#delete_application(application_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_application API.
Deletes an application using an applicationId
.
859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 859 def delete_application(application_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_application.' if logger raise "Missing the required parameter 'application_id' when calling delete_application." if application_id.nil? raise "Parameter value for 'application_id' must not be blank" if OCI::Internal::Util.blank_string?(application_id) path = '/applications/{applicationId}'.sub('{applicationId}', application_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_application') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#delete_pool(pool_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_pool API.
Deletes a pool using a poolId
.
921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 921 def delete_pool(pool_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_pool.' if logger raise "Missing the required parameter 'pool_id' when calling delete_pool." if pool_id.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_pool') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#delete_private_endpoint(private_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_private_endpoint API.
Deletes a private endpoint using a privateEndpointId
.
983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 983 def delete_private_endpoint(private_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_private_endpoint.' if logger raise "Missing the required parameter 'private_endpoint_id' when calling delete_private_endpoint." if private_endpoint_id.nil? raise "Parameter value for 'private_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(private_endpoint_id) path = '/privateEndpoints/{privateEndpointId}'.sub('{privateEndpointId}', private_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_private_endpoint') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#delete_run(run_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_run API.
Cancels the specified run if it has not already completed or was previously cancelled. If a run is in progress, the executing job will be killed.
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1046 def delete_run(run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_run.' if logger raise "Missing the required parameter 'run_id' when calling delete_run." if run_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_run') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#delete_sql_endpoint(sql_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_sql_endpoint API.
Delete a Sql Endpoint resource, identified by the SqlEndpoint id.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1106 def delete_sql_endpoint(sql_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_sql_endpoint.' if logger raise "Missing the required parameter 'sql_endpoint_id' when calling delete_sql_endpoint." if sql_endpoint_id.nil? raise "Parameter value for 'sql_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(sql_endpoint_id) path = '/sqlEndpoints/{sqlEndpointId}'.sub('{sqlEndpointId}', sql_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_sql_endpoint') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#delete_statement(run_id, statement_id, opts = {}) ⇒ Response
Click here to see an example of how to use delete_statement API.
Cancels the specified statement for a Session run.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1170 def delete_statement(run_id, statement_id, opts = {}) logger.debug 'Calling operation DataFlowClient#delete_statement.' if logger raise "Missing the required parameter 'run_id' when calling delete_statement." if run_id.nil? raise "Missing the required parameter 'statement_id' when calling delete_statement." if statement_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) raise "Parameter value for 'statement_id' must not be blank" if OCI::Internal::Util.blank_string?(statement_id) path = '/runs/{runId}/statements/{statementId}'.sub('{runId}', run_id.to_s).sub('{statementId}', statement_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#delete_statement') do @api_client.call_api( :DELETE, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#get_application(application_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_application API.
Retrieves an application using an applicationId
.
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1230 def get_application(application_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_application.' if logger raise "Missing the required parameter 'application_id' when calling get_application." if application_id.nil? raise "Parameter value for 'application_id' must not be blank" if OCI::Internal::Util.blank_string?(application_id) path = '/applications/{applicationId}'.sub('{applicationId}', application_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_application') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Application' ) end # rubocop:enable Metrics/BlockLength end |
#get_pool(pool_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_pool API.
Retrieves a pool using a poolId
.
1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1288 def get_pool(pool_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_pool.' if logger raise "Missing the required parameter 'pool_id' when calling get_pool." if pool_id.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_pool') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Pool' ) end # rubocop:enable Metrics/BlockLength end |
#get_private_endpoint(private_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_private_endpoint API.
Retrieves an private endpoint using a privateEndpointId
.
1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1346 def get_private_endpoint(private_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_private_endpoint.' if logger raise "Missing the required parameter 'private_endpoint_id' when calling get_private_endpoint." if private_endpoint_id.nil? raise "Parameter value for 'private_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(private_endpoint_id) path = '/privateEndpoints/{privateEndpointId}'.sub('{privateEndpointId}', private_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_private_endpoint') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::PrivateEndpoint' ) end # rubocop:enable Metrics/BlockLength end |
#get_run(run_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_run API.
Retrieves the run for the specified runId
.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1404 def get_run(run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_run.' if logger raise "Missing the required parameter 'run_id' when calling get_run." if run_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_run') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Run' ) end # rubocop:enable Metrics/BlockLength end |
#get_run_log(run_id, name, opts = {}, &block) ⇒ Response
Click here to see an example of how to use get_run_log API.
Retrieves the content of an run log.
1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1466 def get_run_log(run_id, name, opts = {}, &block) logger.debug 'Calling operation DataFlowClient#get_run_log.' if logger raise "Missing the required parameter 'run_id' when calling get_run_log." if run_id.nil? raise "Missing the required parameter 'name' when calling get_run_log." if name.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) raise "Parameter value for 'name' must not be blank" if OCI::Internal::Util.blank_string?(name) path = '/runs/{runId}/logs/{name}'.sub('{runId}', run_id.to_s).sub('{name}', name.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = opts[:accept] if opts[:accept] header_params[:accept] ||= 'application/octet-stream' header_params[:'accept-encoding'] = opts[:accept_encoding] if opts[:accept_encoding] header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_run_log') do if !block.nil? @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Stream', &block ) elsif opts[:response_target] if opts[:response_target].respond_to? :write @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Stream', &proc { |chunk, _response| opts[:response_target].write(chunk) } ) elsif opts[:response_target].is_a?(String) File.open(opts[:response_target], 'wb') do |output| return @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Stream', &proc { |chunk, _response| output.write(chunk) } ) end end else @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'String' ) end end # rubocop:enable Metrics/BlockLength end |
#get_sql_endpoint(sql_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_sql_endpoint API.
Retrieves a SQL Endpoint using a sqlEndpointId.
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1568 def get_sql_endpoint(sql_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_sql_endpoint.' if logger raise "Missing the required parameter 'sql_endpoint_id' when calling get_sql_endpoint." if sql_endpoint_id.nil? raise "Parameter value for 'sql_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(sql_endpoint_id) path = '/sqlEndpoints/{sqlEndpointId}'.sub('{sqlEndpointId}', sql_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_sql_endpoint') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::SqlEndpoint' ) end # rubocop:enable Metrics/BlockLength end |
#get_statement(run_id, statement_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_statement API.
Retrieves the statement corresponding to the statementId
for a Session run specified by runId
.
1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1628 def get_statement(run_id, statement_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_statement.' if logger raise "Missing the required parameter 'run_id' when calling get_statement." if run_id.nil? raise "Missing the required parameter 'statement_id' when calling get_statement." if statement_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) raise "Parameter value for 'statement_id' must not be blank" if OCI::Internal::Util.blank_string?(statement_id) path = '/runs/{runId}/statements/{statementId}'.sub('{runId}', run_id.to_s).sub('{statementId}', statement_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_statement') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Statement' ) end # rubocop:enable Metrics/BlockLength end |
#get_work_request(work_request_id, opts = {}) ⇒ Response
Click here to see an example of how to use get_work_request API.
Gets the status of the work request with the given OCID.
1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1688 def get_work_request(work_request_id, opts = {}) logger.debug 'Calling operation DataFlowClient#get_work_request.' if logger raise "Missing the required parameter 'work_request_id' when calling get_work_request." if work_request_id.nil? raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id) path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#get_work_request') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::WorkRequest' ) end # rubocop:enable Metrics/BlockLength end |
#list_applications(compartment_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_applications API.
Lists all applications in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.
Allowed values are: timeCreated, displayName, language
1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1765 def list_applications(compartment_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_applications.' if logger raise "Missing the required parameter 'compartment_id' when calling list_applications." if compartment_id.nil? if opts[:sort_by] && !%w[timeCreated displayName language].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of timeCreated, displayName, language.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = '/applications' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = compartment_id query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:displayName] = opts[:display_name] if opts[:display_name] query_params[:ownerPrincipalId] = opts[:owner_principal_id] if opts[:owner_principal_id] query_params[:displayNameStartsWith] = opts[:display_name_starts_with] if opts[:display_name_starts_with] query_params[:sparkVersion] = opts[:spark_version] if opts[:spark_version] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_applications') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Array<OCI::DataFlow::Models::ApplicationSummary>' ) end # rubocop:enable Metrics/BlockLength end |
#list_pools(compartment_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_pools API.
Lists all pools in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
Allowed values are: timeCreated
1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1858 def list_pools(compartment_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_pools.' if logger raise "Missing the required parameter 'compartment_id' when calling list_pools." if compartment_id.nil? if opts[:lifecycle_state] && !OCI::DataFlow::Models::POOL_LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state]) raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataFlow::Models::POOL_LIFECYCLE_STATE_ENUM.' end if opts[:sort_by] && !%w[timeCreated].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of timeCreated.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = '/pools' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = compartment_id query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:displayName] = opts[:display_name] if opts[:display_name] query_params[:ownerPrincipalId] = opts[:owner_principal_id] if opts[:owner_principal_id] query_params[:displayNameStartsWith] = opts[:display_name_starts_with] if opts[:display_name_starts_with] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_pools') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::PoolCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_private_endpoints(compartment_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_private_endpoints API.
Lists all private endpoints in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
Allowed values are: timeCreated
1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 1955 def list_private_endpoints(compartment_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_private_endpoints.' if logger raise "Missing the required parameter 'compartment_id' when calling list_private_endpoints." if compartment_id.nil? if opts[:lifecycle_state] && !OCI::DataFlow::Models::PRIVATE_ENDPOINT_LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state]) raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataFlow::Models::PRIVATE_ENDPOINT_LIFECYCLE_STATE_ENUM.' end if opts[:sort_by] && !%w[timeCreated].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of timeCreated.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = '/privateEndpoints' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = compartment_id query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:displayName] = opts[:display_name] if opts[:display_name] query_params[:ownerPrincipalId] = opts[:owner_principal_id] if opts[:owner_principal_id] query_params[:displayNameStartsWith] = opts[:display_name_starts_with] if opts[:display_name_starts_with] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_private_endpoints') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::PrivateEndpointCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_run_logs(run_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_run_logs API.
Retrieves summaries of the run's logs.
2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2038 def list_run_logs(run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_run_logs.' if logger raise "Missing the required parameter 'run_id' when calling list_run_logs." if run_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}/logs'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_run_logs') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Array<OCI::DataFlow::Models::RunLogSummary>' ) end # rubocop:enable Metrics/BlockLength end |
#list_runs(compartment_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_runs API.
Lists all runs of an application in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.
Allowed values are: timeCreated, displayName, language, runDurationInMilliseconds, lifecycleState, totalOCpu, dataReadInBytes, dataWrittenInBytes
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2123 def list_runs(compartment_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_runs.' if logger raise "Missing the required parameter 'compartment_id' when calling list_runs." if compartment_id.nil? if opts[:lifecycle_state] && !OCI::DataFlow::Models::RUN_LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state]) raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataFlow::Models::RUN_LIFECYCLE_STATE_ENUM.' end if opts[:sort_by] && !%w[timeCreated displayName language runDurationInMilliseconds lifecycleState totalOCpu dataReadInBytes dataWrittenInBytes].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of timeCreated, displayName, language, runDurationInMilliseconds, lifecycleState, totalOCpu, dataReadInBytes, dataWrittenInBytes.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = '/runs' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = compartment_id query_params[:applicationId] = opts[:application_id] if opts[:application_id] query_params[:poolId] = opts[:pool_id] if opts[:pool_id] query_params[:ownerPrincipalId] = opts[:owner_principal_id] if opts[:owner_principal_id] query_params[:displayNameStartsWith] = opts[:display_name_starts_with] if opts[:display_name_starts_with] query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state] query_params[:timeCreatedGreaterThan] = opts[:time_created_greater_than] if opts[:time_created_greater_than] query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:displayName] = opts[:display_name] if opts[:display_name] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_runs') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'Array<OCI::DataFlow::Models::RunSummary>' ) end # rubocop:enable Metrics/BlockLength end |
#list_sql_endpoints(opts = {}) ⇒ Response
Click here to see an example of how to use list_sql_endpoints API.
Lists all Sql Endpoints in the specified compartment. The query must include compartmentId or sqlEndpointId. If the query does not include either compartmentId or sqlEndpointId, an error is returned.
Allowed values are: id, timeCreated, displayName
2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2217 def list_sql_endpoints(opts = {}) logger.debug 'Calling operation DataFlowClient#list_sql_endpoints.' if logger if opts[:lifecycle_state] && !OCI::DataFlow::Models::SQL_ENDPOINT_LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state]) raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataFlow::Models::SQL_ENDPOINT_LIFECYCLE_STATE_ENUM.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end if opts[:sort_by] && !%w[id timeCreated displayName].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of id, timeCreated, displayName.' end path = '/sqlEndpoints' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id] query_params[:sqlEndpointId] = opts[:sql_endpoint_id] if opts[:sql_endpoint_id] query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state] query_params[:displayName] = opts[:display_name] if opts[:display_name] query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_sql_endpoints') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::SqlEndpointCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_statements(run_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_statements API.
Lists all statements for a Session run.
Allowed values are: timeCreated
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2306 def list_statements(run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_statements.' if logger raise "Missing the required parameter 'run_id' when calling list_statements." if run_id.nil? if opts[:lifecycle_state] && !OCI::DataFlow::Models::STATEMENT_LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state]) raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::DataFlow::Models::STATEMENT_LIFECYCLE_STATE_ENUM.' end if opts[:sort_by] && !%w[timeCreated].include?(opts[:sort_by]) raise 'Invalid value for "sort_by", must be one of timeCreated.' end if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order]) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}/statements'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state] query_params[:sortBy] = opts[:sort_by] if opts[:sort_by] query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order] query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_statements') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::StatementCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_work_request_errors(work_request_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_work_request_errors API.
Return a (paginated) list of errors for a given work request.
2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2386 def list_work_request_errors(work_request_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_work_request_errors.' if logger raise "Missing the required parameter 'work_request_id' when calling list_work_request_errors." if work_request_id.nil? raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id) path = '/workRequests/{workRequestId}/errors'.sub('{workRequestId}', work_request_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_work_request_errors') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::WorkRequestErrorCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_work_request_logs(work_request_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_work_request_logs API.
Return a paginated list of logs for a given work request.
2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2451 def list_work_request_logs(work_request_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_work_request_logs.' if logger raise "Missing the required parameter 'work_request_id' when calling list_work_request_logs." if work_request_id.nil? raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id) path = '/workRequests/{workRequestId}/logs'.sub('{workRequestId}', work_request_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_work_request_logs') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::WorkRequestLogCollection' ) end # rubocop:enable Metrics/BlockLength end |
#list_work_requests(compartment_id, opts = {}) ⇒ Response
Click here to see an example of how to use list_work_requests API.
Lists the work requests in a compartment.
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2516 def list_work_requests(compartment_id, opts = {}) logger.debug 'Calling operation DataFlowClient#list_work_requests.' if logger raise "Missing the required parameter 'compartment_id' when calling list_work_requests." if compartment_id.nil? path = '/workRequests' operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} query_params[:compartmentId] = compartment_id query_params[:limit] = opts[:limit] if opts[:limit] query_params[:page] = opts[:page] if opts[:page] # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#list_work_requests') do @api_client.call_api( :GET, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::WorkRequestCollection' ) end # rubocop:enable Metrics/BlockLength end |
#logger ⇒ Logger
Returns The logger for this client. May be nil.
94 95 96 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 94 def logger @api_client.config.logger end |
#start_pool(pool_id, opts = {}) ⇒ Response
Click here to see an example of how to use start_pool API.
Starts the dataflow pool for a given poolId
. When provided, If-Match is checked against ETag values of the resource.
2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2585 def start_pool(pool_id, opts = {}) logger.debug 'Calling operation DataFlowClient#start_pool.' if logger raise "Missing the required parameter 'pool_id' when calling start_pool." if pool_id.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}/actions/start'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#start_pool') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#stop_pool(pool_id, opts = {}) ⇒ Response
Click here to see an example of how to use stop_pool API.
Stops the dataflow pool for a given poolId
. When provided, If-Match is checked against ETag values of the resource.
2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2654 def stop_pool(pool_id, opts = {}) logger.debug 'Calling operation DataFlowClient#stop_pool.' if logger raise "Missing the required parameter 'pool_id' when calling stop_pool." if pool_id.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}/actions/stop'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token post_body = nil # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#stop_pool') do @api_client.call_api( :POST, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#update_application(update_application_details, application_id, opts = {}) ⇒ Response
Click here to see an example of how to use update_application API.
Updates an application using an applicationId
.
2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2720 def update_application(update_application_details, application_id, opts = {}) logger.debug 'Calling operation DataFlowClient#update_application.' if logger raise "Missing the required parameter 'update_application_details' when calling update_application." if update_application_details.nil? raise "Missing the required parameter 'application_id' when calling update_application." if application_id.nil? raise "Parameter value for 'application_id' must not be blank" if OCI::Internal::Util.blank_string?(application_id) path = '/applications/{applicationId}'.sub('{applicationId}', application_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(update_application_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#update_application') do @api_client.call_api( :PUT, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Application' ) end # rubocop:enable Metrics/BlockLength end |
#update_pool(update_pool_details, pool_id, opts = {}) ⇒ Response
Click here to see an example of how to use update_pool API.
Updates a pool using a poolId
.If changes to a pool doesn't match a previously defined pool,then a 409 status code will be returned.This indicates that a conflict has been detected.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2788 def update_pool(update_pool_details, pool_id, opts = {}) logger.debug 'Calling operation DataFlowClient#update_pool.' if logger raise "Missing the required parameter 'update_pool_details' when calling update_pool." if update_pool_details.nil? raise "Missing the required parameter 'pool_id' when calling update_pool." if pool_id.nil? raise "Parameter value for 'pool_id' must not be blank" if OCI::Internal::Util.blank_string?(pool_id) path = '/pools/{poolId}'.sub('{poolId}', pool_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(update_pool_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#update_pool') do @api_client.call_api( :PUT, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#update_private_endpoint(update_private_endpoint_details, private_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use update_private_endpoint API.
Updates a private endpoint using a privateEndpointId
. If changes to a private endpoint match a previously defined private endpoint, then a 409 status code will be returned. This indicates that a conflict has been detected.
2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2855 def update_private_endpoint(update_private_endpoint_details, private_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#update_private_endpoint.' if logger raise "Missing the required parameter 'update_private_endpoint_details' when calling update_private_endpoint." if update_private_endpoint_details.nil? raise "Missing the required parameter 'private_endpoint_id' when calling update_private_endpoint." if private_endpoint_id.nil? raise "Parameter value for 'private_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(private_endpoint_id) path = '/privateEndpoints/{privateEndpointId}'.sub('{privateEndpointId}', private_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(update_private_endpoint_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#update_private_endpoint') do @api_client.call_api( :PUT, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |
#update_run(update_run_details, run_id, opts = {}) ⇒ Response
Click here to see an example of how to use update_run API.
Updates a run using a runId
.
2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2920 def update_run(update_run_details, run_id, opts = {}) logger.debug 'Calling operation DataFlowClient#update_run.' if logger raise "Missing the required parameter 'update_run_details' when calling update_run." if update_run_details.nil? raise "Missing the required parameter 'run_id' when calling update_run." if run_id.nil? raise "Parameter value for 'run_id' must not be blank" if OCI::Internal::Util.blank_string?(run_id) path = '/runs/{runId}'.sub('{runId}', run_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] header_params[:'if-match'] = opts[:if_match] if opts[:if_match] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(update_run_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#update_run') do @api_client.call_api( :PUT, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body, return_type: 'OCI::DataFlow::Models::Run' ) end # rubocop:enable Metrics/BlockLength end |
#update_sql_endpoint(update_sql_endpoint_details, sql_endpoint_id, opts = {}) ⇒ Response
Click here to see an example of how to use update_sql_endpoint API.
Update a Sql Endpoint resource, identified by the SqlEndpoint id.
2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 |
# File 'lib/oci/data_flow/data_flow_client.rb', line 2983 def update_sql_endpoint(update_sql_endpoint_details, sql_endpoint_id, opts = {}) logger.debug 'Calling operation DataFlowClient#update_sql_endpoint.' if logger raise "Missing the required parameter 'update_sql_endpoint_details' when calling update_sql_endpoint." if update_sql_endpoint_details.nil? raise "Missing the required parameter 'sql_endpoint_id' when calling update_sql_endpoint." if sql_endpoint_id.nil? raise "Parameter value for 'sql_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(sql_endpoint_id) path = '/sqlEndpoints/{sqlEndpointId}'.sub('{sqlEndpointId}', sql_endpoint_id.to_s) operation_signing_strategy = :standard # rubocop:disable Style/NegatedIf # Query Params query_params = {} # Header Params header_params = {} header_params[:accept] = 'application/json' header_params[:'content-type'] = 'application/json' header_params[:'if-match'] = opts[:if_match] if opts[:if_match] header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id] # rubocop:enable Style/NegatedIf post_body = @api_client.object_to_http_body(update_sql_endpoint_details) # rubocop:disable Metrics/BlockLength OCI::Retry.(applicable_retry_config(opts), call_name: 'DataFlowClient#update_sql_endpoint') do @api_client.call_api( :PUT, path, endpoint, header_params: header_params, query_params: query_params, operation_signing_strategy: operation_signing_strategy, body: post_body ) end # rubocop:enable Metrics/BlockLength end |