Analytics Types

DBMS_CLOUD_OCI_AN_ANALYTICS_CHANGE_ANALYTICS_INSTANCE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_analytics_instance_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_change_analytics_instance_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_CHANGE_ANALYTICS_INSTANCE_NETWORK_ENDPOINT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_analytics_instance_network_endpoint request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_change_analytics_instance_network_endpoint_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_CREATE_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_create_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_analytics_instance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_analytics_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_CREATE_PRIVATE_ACCESS_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_private_access_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_create_private_access_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_CREATE_VANITY_URL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_vanity_url request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_create_vanity_url_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_DELETE_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_delete_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_DELETE_PRIVATE_ACCESS_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_private_access_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_delete_private_access_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_DELETE_VANITY_URL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_vanity_url request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_delete_vanity_url_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_DELETE_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_delete_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_GET_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_get_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_analytics_instance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_analytics_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_GET_PRIVATE_ACCESS_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_access_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_get_private_access_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_private_access_channel_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_access_channel

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_GET_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ANALYTICS_ANALYTICS_INSTANCE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_analytics_analytics_instance_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_analytics_analytics_instance_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_analytics_analytics_instance_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_AN_ANALYTICS_LIST_ANALYTICS_INSTANCES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_analytics_instances request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_list_analytics_instances_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_analytics_instance_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_analytics_instances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ANALYTICS_WORK_REQUEST_ERROR_TBL Type

Nested table type of dbms_cloud_oci_analytics_work_request_error_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_analytics_work_request_error_tbl FORCE IS TABLE OF (dbms_cloud_oci_analytics_work_request_error_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_AN_ANALYTICS_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_errors request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_work_request_error_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ANALYTICS_WORK_REQUEST_LOG_TBL Type

Nested table type of dbms_cloud_oci_analytics_work_request_log_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_analytics_work_request_log_tbl FORCE IS TABLE OF (dbms_cloud_oci_analytics_work_request_log_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_AN_ANALYTICS_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_work_request_log_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ANALYTICS_WORK_REQUEST_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_analytics_work_request_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_analytics_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_analytics_work_request_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_AN_ANALYTICS_LIST_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_work_request_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_SCALE_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the scale_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_scale_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_SET_KMS_KEY_RESPONSE_T Type

Contains the response body, headers and the status code of the set_kms_key request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_set_kms_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_START_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the start_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_start_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_STOP_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the stop_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_stop_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_UPDATE_ANALYTICS_INSTANCE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_analytics_instance request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_update_analytics_instance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_analytics_analytics_instance_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_analytics_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_UPDATE_PRIVATE_ACCESS_CHANNEL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_private_access_channel request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_update_private_access_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AN_ANALYTICS_UPDATE_VANITY_URL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_vanity_url request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_an_analytics_update_vanity_url_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer