Generic Artifacts Content Types

DBMS_CLOUD_OCI_GAC_GENERIC_ARTIFACTS_CONTENT_GET_GENERIC_ARTIFACT_CONTENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_generic_artifact_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GAC_GENERIC_ARTIFACTS_CONTENT_GET_GENERIC_ARTIFACT_CONTENT_BY_PATH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_generic_artifact_content_by_path

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_GAC_GENERIC_ARTIFACTS_CONTENT_PUT_GENERIC_ARTIFACT_CONTENT_BY_PATH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of put_generic_artifact_content_by_path

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer