DBMS_CLOUD_OCI_UA_USAGEAPI_CREATE_CUSTOM_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_custom_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_create_custom_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_custom_table_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_custom_table
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_CREATE_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_create_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_CREATE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_create_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_CREATE_USAGE_CARBON_EMISSIONS_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_usage_carbon_emissions_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_create_usage_carbon_emissions_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_carbon_emissions_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_usage_carbon_emissions_query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_DELETE_CUSTOM_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_custom_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_delete_custom_table_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_UA_USAGEAPI_DELETE_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_delete_query_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_UA_USAGEAPI_DELETE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_delete_schedule_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_UA_USAGEAPI_DELETE_USAGE_CARBON_EMISSIONS_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_usage_carbon_emissions_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_delete_usage_carbon_emissions_query_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_UA_USAGEAPI_GET_CUSTOM_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_custom_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_get_custom_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_custom_table_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_custom_table
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_GET_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_get_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_GET_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_get_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_GET_SCHEDULED_RUN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_scheduled_run request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_get_scheduled_run_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_scheduled_run_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_scheduled_run
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_GET_USAGE_CARBON_EMISSIONS_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_usage_carbon_emissions_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_get_usage_carbon_emissions_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_carbon_emissions_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_usage_carbon_emissions_query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_LIST_CUSTOM_TABLES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_custom_tables request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_list_custom_tables_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_custom_table_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_custom_tables
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_LIST_QUERIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_queries request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_list_queries_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_query_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_queries
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_LIST_SCHEDULED_RUNS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_scheduled_runs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_list_scheduled_runs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_scheduled_run_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_scheduled_runs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_LIST_SCHEDULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_schedules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_list_schedules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_schedule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_schedules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_LIST_USAGE_CARBON_EMISSIONS_QUERIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_usage_carbon_emissions_queries request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_list_usage_carbon_emissions_queries_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_carbon_emissions_query_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_usage_carbon_emissions_queries
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_AVERAGE_CARBON_EMISSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_average_carbon_emission request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_average_carbon_emission_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_average_carbon_emission_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_average_carbon_emission
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_CLEAN_ENERGY_USAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_clean_energy_usage request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_clean_energy_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_clean_energy_usage_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_clean_energy_usage
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_SUMMARIZED_CONFIGURATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_configurations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_summarized_configurations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_configuration_aggregation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_configurations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_SUMMARIZED_USAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_usages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_summarized_usages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_aggregation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_usages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_USAGE_CARBON_EMISSION_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_usage_carbon_emission_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_usage_carbon_emission_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_configuration_aggregation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_usage_carbon_emission_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_REQUEST_USAGE_CARBON_EMISSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_usage_carbon_emissions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_request_usage_carbon_emissions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_carbon_emission_aggregation_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_usage_carbon_emissions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_UPDATE_CUSTOM_TABLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_custom_table request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_update_custom_table_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_custom_table_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_custom_table
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_UPDATE_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_update_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_query
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_UPDATE_SCHEDULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_schedule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_update_schedule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_schedule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_schedule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_UA_USAGEAPI_UPDATE_USAGE_CARBON_EMISSIONS_QUERY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_usage_carbon_emissions_query request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ua_usageapi_update_usage_carbon_emissions_query_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_usageapi_usage_carbon_emissions_query_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_usage_carbon_emissions_query