Artifacts Types

DBMS_CLOUD_OCI_AR_ARTIFACTS_CHANGE_CONTAINER_REPOSITORY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_change_container_repository_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_AR_ARTIFACTS_CHANGE_REPOSITORY_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_change_repository_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_AR_ARTIFACTS_CREATE_CONTAINER_IMAGE_SIGNATURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_container_image_signature

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_CREATE_CONTAINER_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_container_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_CREATE_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_DELETE_CONTAINER_IMAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_container_image_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_AR_ARTIFACTS_DELETE_CONTAINER_IMAGE_SIGNATURE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_container_image_signature_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_AR_ARTIFACTS_DELETE_CONTAINER_REPOSITORY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_container_repository_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_AR_ARTIFACTS_DELETE_GENERIC_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_generic_artifact_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_AR_ARTIFACTS_DELETE_GENERIC_ARTIFACT_BY_PATH_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_generic_artifact_by_path_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_AR_ARTIFACTS_DELETE_REPOSITORY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ar_artifacts_delete_repository_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_AR_ARTIFACTS_GET_CONTAINER_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_CONTAINER_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_CONTAINER_IMAGE_SIGNATURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_image_signature

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_CONTAINER_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_GENERIC_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_generic_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_GENERIC_ARTIFACT_BY_PATH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_generic_artifact_by_path

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_GET_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_LIST_CONTAINER_IMAGE_SIGNATURES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_image_signatures

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_LIST_CONTAINER_IMAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_images

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_LIST_CONTAINER_REPOSITORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_repositories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_LIST_GENERIC_ARTIFACTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_generic_artifacts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_LIST_REPOSITORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_repositories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_REMOVE_CONTAINER_VERSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of remove_container_version

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_RESTORE_CONTAINER_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of restore_container_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_CONTAINER_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_container_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_CONTAINER_IMAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_container_image

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_CONTAINER_IMAGE_SIGNATURE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_container_image_signature

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_CONTAINER_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_container_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_GENERIC_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_generic_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_GENERIC_ARTIFACT_BY_PATH_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_generic_artifact_by_path

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AR_ARTIFACTS_UPDATE_REPOSITORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_repository

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?