DBMS_CLOUD_OCI_CIA_COMPUTE_INSTANCE_AGENT_CANCEL_INSTANCE_AGENT_COMMAND_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_instance_agent_command request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_cancel_instance_agent_command_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_CIA_COMPUTE_INSTANCE_AGENT_CREATE_INSTANCE_AGENT_COMMAND_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_instance_agent_command request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_create_instance_agent_command_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_instance_agent_instance_agent_command_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_instance_agent_command
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIA_COMPUTE_INSTANCE_AGENT_GET_INSTANCE_AGENT_COMMAND_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_instance_agent_command request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_get_instance_agent_command_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_instance_agent_instance_agent_command_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_instance_agent_command
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CIA_COMPUTE_INSTANCE_AGENT_GET_INSTANCE_AGENT_COMMAND_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_instance_agent_command_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_get_instance_agent_command_execution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_instance_agent_instance_agent_command_execution_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_instance_agent_command_execution
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_COMPUTE_INSTANCE_AGENT_INSTANCE_AGENT_COMMAND_EXECUTION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_compute_instance_agent_instance_agent_command_execution_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_compute_instance_agent_instance_agent_command_execution_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_compute_instance_agent_instance_agent_command_execution_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CIA_COMPUTE_INSTANCE_AGENT_LIST_INSTANCE_AGENT_COMMAND_EXECUTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_instance_agent_command_executions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_list_instance_agent_command_executions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_instance_agent_instance_agent_command_execution_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_instance_agent_command_executions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_COMPUTE_INSTANCE_AGENT_INSTANCE_AGENT_COMMAND_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_compute_instance_agent_instance_agent_command_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_compute_instance_agent_instance_agent_command_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_compute_instance_agent_instance_agent_command_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_CIA_COMPUTE_INSTANCE_AGENT_LIST_INSTANCE_AGENT_COMMANDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_instance_agent_commands request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cia_compute_instance_agent_list_instance_agent_commands_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_compute_instance_agent_instance_agent_command_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;