DevOps Types

DBMS_CLOUD_OCI_DO_DEVOPS_APPROVE_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of approve_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CANCEL_BUILD_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of cancel_build_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CANCEL_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of cancel_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CANCEL_SCHEDULED_CASCADING_PROJECT_DELETION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_cancel_scheduled_cascading_project_deletion_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_DO_DEVOPS_CHANGE_PROJECT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_change_project_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_DO_DEVOPS_CREATE_BUILD_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_build_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_BUILD_PIPELINE_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_build_pipeline_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_BUILD_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_build_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_DEPLOY_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_deploy_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_DEPLOY_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_deploy_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_DEPLOY_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_deploy_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_DEPLOY_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_deploy_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_CREATE_PROJECT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_project

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_create_repository_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_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_DO_DEVOPS_CREATE_TRIGGER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_trigger

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_DELETE_BUILD_PIPELINE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_build_pipeline_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_DO_DEVOPS_DELETE_BUILD_PIPELINE_STAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_build_pipeline_stage_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_DO_DEVOPS_DELETE_CONNECTION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_connection_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_DO_DEVOPS_DELETE_DEPLOY_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_deploy_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_DO_DEVOPS_DELETE_DEPLOY_ENVIRONMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_deploy_environment_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_DO_DEVOPS_DELETE_DEPLOY_PIPELINE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_deploy_pipeline_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_DO_DEVOPS_DELETE_DEPLOY_STAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_deploy_stage_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_DO_DEVOPS_DELETE_PROJECT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_project_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_DO_DEVOPS_DELETE_REF_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_ref_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_DO_DEVOPS_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_do_devops_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_DO_DEVOPS_DELETE_TRIGGER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_delete_trigger_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_DO_DEVOPS_GET_BUILD_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_build_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_BUILD_PIPELINE_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_build_pipeline_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_BUILD_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_build_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_COMMIT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_commit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_COMMIT_DIFF_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_commit_diff

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_DEPLOY_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_deploy_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_DEPLOY_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_deploy_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_DEPLOY_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_deploy_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_DEPLOY_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_deploy_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_FILE_DIFF_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_file_diff

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_MIRROR_RECORD_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_mirror_record

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_OBJECT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_object

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_OBJECT_CONTENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_get_object_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_object_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_PROJECT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_project

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_REF_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_ref

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_REPO_FILE_DIFF_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_repo_file_diff

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_REPO_FILE_LINES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_repo_file_lines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_get_repository_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_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_DO_DEVOPS_GET_REPOSITORY_ARCHIVE_CONTENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_get_repository_archive_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_repository_archive_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_REPOSITORY_FILE_LINES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_repository_file_lines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_GET_TRIGGER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_trigger

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_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_DO_DEVOPS_LIST_AUTHORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_authors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_BUILD_PIPELINE_STAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_build_pipeline_stages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_BUILD_PIPELINES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_build_pipelines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_BUILD_RUNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_build_runs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_COMMIT_DIFFS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_commit_diffs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_COMMITS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_commits

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_CONNECTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_connections

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_DEPLOY_ARTIFACTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_deploy_artifacts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_DEPLOY_ENVIRONMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_deploy_environments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_DEPLOY_PIPELINES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_deploy_pipelines

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_DEPLOY_STAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_deploy_stages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_DEPLOYMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_deployments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_MIRROR_RECORDS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_mirror_records

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_PATHS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_paths

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_PROJECTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_projects

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_LIST_REFS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_refs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_list_repositories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_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_DO_DEVOPS_LIST_TRIGGERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_triggers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_work_request_error_collection_t,
  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_DO_DEVOPS_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_do_devops_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_work_request_log_entry_collection_t,
  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_DO_DEVOPS_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_do_devops_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_work_request_collection_t,
  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_DO_DEVOPS_MIRROR_REPOSITORY_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_mirror_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_DO_DEVOPS_PUT_REPOSITORY_REF_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of put_repository_ref

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_SCHEDULE_CASCADING_PROJECT_DELETION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_do_devops_schedule_cascading_project_deletion_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_DO_DEVOPS_UPDATE_BUILD_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_build_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_BUILD_PIPELINE_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_build_pipeline_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_BUILD_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_build_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_DEPLOY_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_deploy_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_DEPLOY_ENVIRONMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_deploy_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_DEPLOY_PIPELINE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_deploy_pipeline

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_DEPLOY_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_deploy_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_DEPLOYMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_deployment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_PROJECT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_project

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_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_do_devops_update_repository_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_devops_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

DBMS_CLOUD_OCI_DO_DEVOPS_UPDATE_TRIGGER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_trigger

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_DO_DEVOPS_VALIDATE_CONNECTION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of validate_connection

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?